Home
last modified time | relevance | path

Searched refs:optinfo (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dopts.c45 static struct optinfo *opt_info(int c);
63 struct optinfo Opttable[] = {
95 int Opttable_cnt = sizeof (Opttable) / sizeof (struct optinfo);
101 opts_init(struct optinfo *table, int numentries) in opts_init()
112 static struct optinfo *
118 return ((struct optinfo *)lut_lookup(Info, lhs)); in opt_info()
159 struct optinfo *info = opt_info(*ptr); in opts_parse()
219 struct optinfo *info = opt_info(*o); in opts_set()
516 static struct optinfo Testopttable[] = {
537 sizeof (Testopttable) / sizeof (struct optinfo)); in main()
H A Dopts.h44 struct optinfo { struct
56 void opts_init(struct optinfo *table, int numentries);
72 extern struct optinfo Opttable[];
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c543 cp_optinfo_t *optinfo; in interpret_cp_options() local
550 optinfo = lcp_optinfo; in interpret_cp_options()
553 optinfo = ipcp_optinfo; in interpret_cp_options()
556 optinfo = ipv6cp_optinfo; in interpret_cp_options()
559 optinfo = ccp_optinfo; in interpret_cp_options()
562 optinfo = ecp_optinfo; in interpret_cp_options()
565 optinfo = muxcp_optinfo; in interpret_cp_options()
582 optinfo_ptr = ppp_getoptinfo(optinfo, opttype); in interpret_cp_options()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcksum.c434 optinfo(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp) in optinfo() function
461 optinit(&optdisc, optinfo); in b_cksum()