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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A DMakefile11 PRODUCT = $(shell tconf --product)
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmakefile1 Product=$(shell tconf --product)
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c771 * ACL is in initial, and the result is output into product.
777 kauth_acl_inherit(vnode_t dvp, kauth_acl_t initial, kauth_acl_t *product, int isdir, vfs_context_t ctx) argument
839 *product = NULL;
892 *product = result;
893 KAUTH_DEBUG(" INHERIT - product ACL has %d entries", index);

Completed in 31 milliseconds