Searched refs:todel (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h253 boolean_t todel; member in struct:ipqos_conf_filter_s
289 boolean_t todel; member in struct:ipqos_conf_class_s
325 boolean_t todel; member in struct:ipqos_conf_action_s
H A Dipqosconf.c1289 flt->todel = B_TRUE;
1304 cls->todel = B_TRUE;
1422 act->todel = B_TRUE;
1508 cls->todel = B_TRUE;
1627 * all old filter instances as todel and all new new.
1641 tmpf->todel = B_TRUE;
1717 flt->todel = B_TRUE;
2491 if (add_undo == B_FALSE && act->todel == B_TRUE ||
2525 if ((add_undo == B_FALSE && flt->todel == B_TRUE) ||
2550 if ((add_undo == B_FALSE && cls->todel
[all...]
/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c535 check_plcy_entry(char *entry, const char *driver, boolean_t todel) argument
572 (!todel && type == '\0')) {
615 if (todel && tokseen || *res == '\0' || !todel && !tokseen) {
620 if (!todel)

Completed in 54 milliseconds