Searched refs:uuid_is_null (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/Libc-1044.1.2/uuid/uuidsrc/
H A Disnull.c38 int uuid_is_null(const uuid_t uu) function
/macosx-10.10/xnu-2782.1.97/bsd/uuid/
H A Duuid.h63 int uuid_is_null(const uuid_t uu);
/macosx-10.10/Libc-1044.1.2/xcodescripts/
H A Dmanpages.sh47 for page in libuuid.3 uuid_clear.3 uuid_compare.3 uuid_copy.3 uuid_generate.3 uuid_is_null.3 uuid_parse.3 uuid_unparse.3; do
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dproc_uuid_policy.c127 if (uuid_is_null(uuid))
205 if (uuid_is_null(uuid))
261 if (uuid_is_null(uuid) || !flags || !gencount)
H A Duipc_socket.c6359 if (uuid_is_null(euuid)) {
/macosx-10.10/xnu-2782.1.97/libkern/uuid/
H A Duuid.c125 uuid_is_null(const uuid_t uu) function
/macosx-10.10/gpt-12/
H A Dgpt.h75 #define uuid_is_nil(x, z) uuid_is_null(*(x))
H A Dadd.c225 if (uuid_is_null(add_type))
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dchecker.h123 #define uuid_is_null(uuid_p) \ macro
H A Dchecker.c5756 uuid_null = uuid_is_null(&int_p->uuid);
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOGUIDPartitionScheme.cpp463 return uuid_is_null(partition->ent_type) ? false : true;
/macosx-10.10/dcerpc-61/dcerpc/uuid/
H A Duuid.c920 if (uuid_is_null((unsigned char *) uuid) == 1) {
/macosx-10.10/ppp-786.1.1/Controller/
H A Dapp_layer.c468 if (uuid_is_null(existing_uuid_bytes) || uuid_compare(uuid_bytes, existing_uuid_bytes)) {
488 if (remove_existing && !uuid_is_null(existing_uuid_bytes)) {
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dnecp.c1132 !uuid_is_null(condition_value)) {
1838 if (!uuid_is_null(policy->applied_app_uuid)) {
1846 if (!uuid_is_null(policy->applied_real_app_uuid)) {
1850 if (!uuid_is_null(policy->applied_service_uuid)) {
3124 if (uuid_is_null(uuid)) {
3164 if (uuid_is_null(uuid)) {
3196 if (uuid_is_null(uuid)) {
3721 if (necp_kernel_application_policies_condition_mask & NECP_KERNEL_CONDITION_APP_ID && !uuid_is_null(application_uuid)) {
3728 if (necp_kernel_application_policies_condition_mask & NECP_KERNEL_CONDITION_REAL_APP_ID && !uuid_is_null(real_application_uuid)) {
/macosx-10.10/BootCache-109/
H A Dkext.c2714 if (uuid_is_null(hmd->hmd_mount.hm_uuid))
3377 if ((!match) && uuid_is_null(cm->cm_uuid)) {
4390 if (hmd == NULL || (! uuid_is_null(hmd->hmd_mount.hm_uuid))) {
4649 if (uuid_is_null(hmd->hmd_mount.hm_uuid)) {
H A Dlibrary.c582 if (! uuid_is_null(hm->hm_uuid)) {
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateIO.cpp1546 if (!uuid_is_null(vars->volumeCryptKey) &&
1567 if (encryptedswap || !uuid_is_null(vars->volumeCryptKey))
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c1383 if (uuid != NULL && !uuid_is_null(uuid)) {

Completed in 408 milliseconds