Home
last modified time | relevance | path

Searched refs:teamid (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dposix_sem.c237 psem_cache_hash(char *name, size_t len, const char *teamid, size_t teamidlen) in psem_cache_hash() argument
244 nd.psem_teamidptr = teamid; in psem_cache_hash()
265 SipHash_Update(&ctx, teamid, teamidlen); in psem_cache_hash()
542 const char *teamid = NULL; in sem_open() local
594 teamid = psem_get_teamid(p); in sem_open()
595 teamidlen = teamid ? strlen(teamid) : 0; in sem_open()
600 nd = psem_cache_hash(nameptr, plen, teamid, teamidlen); in sem_open()
879 const char *teamid; in sem_unlink() local
913 teamid = psem_get_teamid(p); in sem_unlink()
914 teamidlen = teamid ? strlen(teamid) : 0; in sem_unlink()
[all …]
H A Dubc_subr.c4182 void *teamid; in cs_blob_supplement_free() local
4186 teamid = blob->csb_supplement_teamid; in cs_blob_supplement_free()
4188 kfree_data(teamid, teamid_size); in cs_blob_supplement_free()
/xnu-12377.41.6/osfmk/vm/
H A Dpmap_cs.h390 const char *teamid; member