Searched refs:gopt (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/tc/
H A Dq_htb.c245 struct tc_htb_glob *gopt; local
291 gopt = RTA_DATA(tb[TCA_HTB_INIT]);
292 if (RTA_PAYLOAD(tb[TCA_HTB_INIT]) < sizeof(*gopt)) return -1;
295 gopt->rate2quantum,gopt->defcls,gopt->direct_pkts);
297 fprintf(f," ver %d.%d",gopt->version >> 16,gopt->version & 0xffff);
/external/genext2fs/
H A Dgenext2fs.c2526 char * gopt[MAX_GOPT]; local
2594 gopt[gidx++] = optarg;
2706 if(!(nod = find_path(fs, EXT2_ROOT_INO, gopt[i])))
2707 error_msg_and_die("path %s not found in filesystem", gopt[i]);
2708 while((p = strchr(gopt[i], '/')))
2710 SNPRINTF(fname, MAX_FILENAME-1, "%s.blk", gopt[i]);

Completed in 964 milliseconds