Searched refs:optinfo (Results 1 – 5 of 5) sorted by relevance
/titanic_51/usr/src/cmd/logadm/ |
H A D | opts.c | 45 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() 110 * opt_info -- fetch the optinfo struct for the given option 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 Testopttabl [all...] |
H A D | opts.h | 44 struct optinfo { struct 52 /* flags for struct optinfo */ argument 56 void opts_init(struct optinfo *table, int numentries); 72 extern struct optinfo Opttable[];
|
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ppp.c | 545 cp_optinfo_t *optinfo; in interpret_cp_options() local 552 optinfo = lcp_optinfo; in interpret_cp_options() 555 optinfo = ipcp_optinfo; in interpret_cp_options() 558 optinfo = ipv6cp_optinfo; in interpret_cp_options() 561 optinfo = ccp_optinfo; in interpret_cp_options() 564 optinfo = ecp_optinfo; in interpret_cp_options() 567 optinfo = muxcp_optinfo; in interpret_cp_options() 584 optinfo_ptr = ppp_getoptinfo(optinfo, opttype); in interpret_cp_options()
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | cksum.c | 434 optinfo(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp) in optinfo() function 461 optinit(&optdisc, optinfo); in b_cksum()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | cksum.c | 434 optinfo(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp) in optinfo() function 461 optinit(&optdisc, optinfo); in b_cksum()
|