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

/opensolaris-onvv-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.c1294 flt->todel = B_TRUE;
1309 cls->todel = B_TRUE;
1427 act->todel = B_TRUE;
1513 cls->todel = B_TRUE;
1632 * all old filter instances as todel and all new new.
1646 tmpf->todel = B_TRUE;
1722 flt->todel = B_TRUE;
2496 if (add_undo == B_FALSE && act->todel == B_TRUE ||
2530 if ((add_undo == B_FALSE && flt->todel == B_TRUE) ||
2555 if ((add_undo == B_FALSE && cls->todel
[all...]
/opensolaris-onvv-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 107 milliseconds