Searched defs:f_opt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_rules.c639 boolean_t f_opt = B_FALSE; local
647 f_opt = B_TRUE;
674 if (f_opt && o_opt) {
693 if (!o_opt && !f_opt)
/illumos-gate/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c1530 int f_opt, r_opt, t_opt, v_opt; local
1532 f_opt = r_opt = t_opt = v_opt = 0;
1535 'f', MDB_OPT_SETBITS, TRUE, &f_opt, /* free list */
1542 if (f_opt || r_opt || t_opt)
1606 if (f_opt &&

Completed in 50 milliseconds