Home
last modified time | relevance | path

Searched defs:uu (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/libkern/uuid/
H A Duuid.c69 uuid_clear(uuid_t uu) in uuid_clear()
136 uuid_is_null(const uuid_t uu) in uuid_is_null()
142 uuid_parse(const uuid_string_t in, uuid_t uu) in uuid_parse()
162 uuid_unparse_lower(const uuid_t uu, uuid_string_t out) in uuid_unparse_lower()
179 uuid_unparse_upper(const uuid_t uu, uuid_string_t out) in uuid_unparse_upper()
196 uuid_unparse(const uuid_t uu, uuid_string_t out) in uuid_unparse()
/xnu-8020.101.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c352 uthread_t uu; in fdesc_open() local
/xnu-8020.101.4/bsd/kern/
H A Dkern_credential.c2057 uint8_t *uu = dst; in kauth_cred_cache_lookup() local
2068 uint8_t *uu = dst; in kauth_cred_cache_lookup() local
2076 const uint8_t *uu = src; in kauth_cred_cache_lookup() local
/xnu-8020.101.4/bsd/skywalk/core/
H A Dskywalk.c717 sk_uuid_unparse(const uuid_t uu, uuid_string_t out) in sk_uuid_unparse()
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_syscalls.c4177 uthread_t uu = get_bsdthread_info(vfs_context_thread(ctx)); in open1() local