Searched defs:remove_entry (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dsttydefs.c71 static void remove_entry();
139 remove_entry(optarg);
318 remove_entry(ttylabel) function
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c485 void *acl_entry, *remove_entry; local
503 for (i = 0, remove_entry = removeacl->acl_aclp;
510 match = acl_match(acl_entry, remove_entry);
539 remove_entry = (char *)remove_entry + removeacl->acl_entry_size;
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c971 remove_entry( function
1316 remove_entry(cleanup_flag, driver_name);
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c894 remove_entry( function
2066 (void) remove_entry(nh, n->n_side, n->n_key, 0L);
2081 (void) remove_entry(nh, n->n_side, n->n_key,
2153 (void) remove_entry(nh, n->n_side, n->n_key, 0L);
2200 (void) remove_entry(did_nh, new_did_n->min_side,
2203 (void) remove_entry(nh, n->n_side, n->n_key,
3119 (void) remove_entry(did_nh,
3367 (void) remove_entry(nh, n->n_side, n->n_key, 0L | NM_KEY_RECYCLE);
3657 if (remove_entry(nh, side, key, 0L)) {
3672 if (remove_entry(did_n
[all...]

Completed in 92 milliseconds