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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A DMakefile.Darwin34 Product=$(shell tconf --product)
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A DMakefile.Darwin34 Product=$(shell tconf --product)
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c778 * ACL is in initial, and the result is output into product.
784 kauth_acl_inherit(vnode_t dvp, kauth_acl_t initial, kauth_acl_t *product, int isdir, vfs_context_t ctx) argument
868 *product = NULL;
925 *product = result;
926 KAUTH_DEBUG(" INHERIT - product ACL has %d entries", index);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmakefile2 Product=$(shell tconf --product)
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c1258 dtrace_multiply_128(uint64_t factor1, uint64_t factor2, uint64_t *product) argument
1269 product[0] = lo1 * lo2;
1270 product[1] = hi1 * hi2;
1275 dtrace_add_128(product, tmp, product);
1280 dtrace_add_128(product, tmp, product);

Completed in 45 milliseconds