Searched refs:check_dup (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | aclcheck.c | 67 static int check_dup(int, uid_t *, uid_t, struct entry_stat *); 150 if (check_dup(cnt, *idp, aclentp->a_id, in aclent_aclcheck() 282 check_dup(int count, uid_t *ids, uid_t newid, struct entry_stat *tallyp) in check_dup() function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | if.c | 684 check_dup(const char *name, /* Don't return this interface */ in check_dup() function 808 (wire.if_new = check_dup(ifp->int_name, ifp->int_addr, in ifdel() 930 (wire.if_new = check_dup(ifp->int_name, ifp->int_addr, in if_bad() 1348 ifp = check_dup(ifs.int_name, ifs.int_addr, ifs.int_dstaddr, in ifscan()
|
H A D | defs.h | 774 extern struct interface *check_dup(const char *, in_addr_t, in_addr_t,
|
H A D | parms.c | 393 ifp = check_dup(NULL, gate, dst, netmask, 0, _B_FALSE); in gwkludge()
|