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

/macosx-10.10/dcerpc-61/dcerpc/idl_lib/
H A Dctxeertl.h159 idl_uuid_t *p_uuid, /* Pointer to UUID of context to be destroyed */
172 idl_uuid_t *p_uuid, /* pointer to the equivalent UUID */
182 idl_uuid_t *p_uuid, /* pointer to the equivalent UUID */
189 idl_uuid_t *p_uuid, /* pointer to UUID of context to be destroyed */
H A Dctxeectx.c208 idl_uuid_t *p_uuid, /* Pointer to the equivalent UUID */
232 this_link = &context_table[uuid_hash(p_uuid,(error_status_t *)result)
258 (char *)p_uuid,
292 idl_uuid_t *p_uuid, /* Pointer to the equivalent UUID */
304 this_link = &context_table[uuid_hash(p_uuid,result)
306 while ( ! uuid_equal(p_uuid,&this_link->uuid,result) )
341 idl_uuid_t *p_uuid; /* Pointer to the UUID that has come off the wire */ local
348 p_uuid = &p_wire_context->context_handle_uuid;
351 debug_context_lookup(p_uuid);
356 if ( uuid_is_nil(p_uuid, (error_status_
205 rpc_ss_create_callee_context( rpc_ss_context_t callee_context, idl_uuid_t *p_uuid, handle_t h, ctx_rundown_fn_p_t ctx_rundown, error_status_t *result ) argument
289 rpc_ss_update_callee_context( rpc_ss_context_t callee_context, idl_uuid_t *p_uuid, error_status_t *result ) argument
402 rpc_ss_destroy_callee_context( idl_uuid_t *p_uuid, handle_t h, error_status_t *result ) argument
436 rpc_ss_lkddest_callee_context( idl_uuid_t *p_uuid, rpc_client_handle_t *p_close_client, error_status_t *result ) argument
[all...]
H A Dpickling.c708 idl_uuid_t *p_uuid, /* [in] Address of UUID */
714 IDL_MARSH_ULONG(&p_uuid->time_low);
715 IDL_MARSH_USHORT(&p_uuid->time_mid);
716 IDL_MARSH_USHORT(&p_uuid->time_hi_and_version);
717 IDL_MARSH_USMALL(&p_uuid->clock_seq_hi_and_reserved);
718 IDL_MARSH_USMALL(&p_uuid->clock_seq_low);
721 IDL_MARSH_BYTE(&p_uuid->node[i]);
793 idl_uuid_t *p_uuid, /* [in] Address of UUID */
799 IDL_UNMAR_ULONG(&p_uuid->time_low);
800 IDL_UNMAR_USHORT(&p_uuid
706 idl_es_put_encoding_uuid( idl_uuid_t *p_uuid, IDL_msp_t IDL_msp ) argument
791 idl_es_get_encoding_uuid( idl_uuid_t *p_uuid, IDL_msp_t IDL_msp ) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_fslog.c73 uuid_unparse_upper(caller->p_uuid, uuidstr);
82 uuid_unparse_upper(target->p_uuid, uuidstr);
/macosx-10.10/system_cmds-643.1.1/chpass.tproj/
H A Dchpass.h130 int p_uuid(char *, struct passwd *, ENTRY *);
H A Dtable.c81 { "Generated uid", display_string, p_uuid, 1, 13, NULL, &kODAttributeTypeGUID, },
H A Dfield.c325 p_uuid(char *p, struct passwd *pw __unused, ENTRY *ep) function
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c2186 memcpy(&entry->uuid[0], &p->p_uuid[0], sizeof(p->p_uuid));
2237 p->p_uuid[0], p->p_uuid[1], p->p_uuid[2], p->p_uuid[3], p->p_uuid[4], p->p_uuid[5], p->p_uuid[6], p->p_uuid[
[all...]
H A Dkern_proc.c941 if (size >= sizeof(p->p_uuid)) {
942 memcpy(uuidbuf, p->p_uuid, sizeof(p->p_uuid));
H A Dproc_info.c1113 proc_getexecutableuuid(p, (unsigned char *)&p_uniqidinfo->p_uuid, sizeof(p_uniqidinfo->p_uuid));
H A Dkern_exec.c1069 memcpy(&p->p_uuid[0], &load_result.uuid[0], sizeof(p->p_uuid));
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dsession.c167 memcpy(&uuidBytes, procu.p_uuid, sizeof(CFUUIDBytes));
/macosx-10.10/syslog-267/syslogd.tproj/
H A Ddaemon.c273 uuid_clear(pinfo.p_uuid);
276 uuid_unparse(pinfo.p_uuid, ustr);
H A Ddbserver.c600 uuid_clear(pinfo.p_uuid);
603 uuid_unparse(pinfo.p_uuid, ustr);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_info.h101 uint8_t p_uuid[16]; /* UUID of the main executable */ member in struct:proc_uniqidentifierinfo
H A Dproc_internal.h337 uint8_t p_uuid[16]; /* from LC_UUID load command */ member in struct:proc
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c2696 policy_match = ne_session_copy_policy_match(hostname, NULL, NULL, procu.p_uuid, procu.p_uuid, pid, uid, 0, trafficClass);
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py2428 uuid = p.p_uuid

Completed in 182 milliseconds