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

/darwin-on-arm/xnu/bsd/kern/
H A Dposix_sem.c362 char * nameptr; local
400 nameptr = pnbuf;
401 if (*nameptr == '/') {
402 while (*(nameptr++) == '/') {
414 nameptr = pnbuf;
415 nd.psem_nameptr = nameptr;
419 for (cp = nameptr, i=1; *cp != 0 && i <= plen; i++, cp++) {
536 error = mac_posixsem_check_create(kauth_cred_get(), nameptr);
540 mac_posixsem_label_associate(kauth_cred_get(), pinfo, nameptr); local
664 char * nameptr; local
[all...]
H A Dposix_shm.c378 char * nameptr; local
412 nameptr = pnbuf;
413 if (*nameptr == '/') {
414 while (*(nameptr++) == '/') {
426 nameptr = pnbuf;
427 nd.pshm_nameptr = nameptr;
431 for (cp = nameptr, i=1; *cp != 0 && i <= plen; i++, cp++) {
505 error = mac_posixshm_check_create(kauth_cred_get(), nameptr);
509 mac_posixshm_label_associate(kauth_cred_get(), pinfo, nameptr); local
1008 char * nameptr; local
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c2798 u_int8_t *nameptr; local
2852 nameptr = (u_int8_t *)&entry->d_name[0];
2865 nameptr = (u_int8_t *)&catent.d_name[0];
2947 nameptr[i] = (ch == '/') ? ':' : (u_int8_t)ch;
2949 nameptr[namelen] = '\0';
2954 nameptr, &namelen, maxnamelen + 1, ':', 0);
2974 (ByteCount*)&namelen, nameptr, linkid);
3031 bcopy(nameptr, state->cbs_namebuf, namelen + 1);
3117 u_int8_t *nameptr; local
3133 nameptr
3936 unsigned char * nameptr; local
[all...]
H A Dhfs_cnode.c1410 const char *nameptr; local
1412 nameptr = (const char *) cp->c_desc.cd_nameptr;
1416 vfs_removename(nameptr);
H A Dhfs_vfsops.c3279 const char *nameptr; local
3294 nameptr = (const char *)cndesc.cd_nameptr;
3297 (bcmp(nameptr, HFS_INODE_PREFIX, HFS_INODE_PREFIX_LEN) == 0)) {
3298 linkref = strtoul(&nameptr[HFS_INODE_PREFIX_LEN], NULL, 10);
3301 (bcmp(nameptr, HFS_DIRINODE_PREFIX, HFS_DIRINODE_PREFIX_LEN) == 0)) {
3302 linkref = strtoul(&nameptr[HFS_DIRINODE_PREFIX_LEN], NULL, 10);
3305 (bcmp(nameptr, HFS_DELETE_PREFIX, HFS_DELETE_PREFIX_LEN) == 0)) {

Completed in 41 milliseconds