Searched refs:name_buf (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_syscalls.c | 14321 caddr_t name_buf; in vnode_get_snapshot() local 14367 (name_len == 3 && name_buf[0] == '.' && name_buf[1] == '.')) { in vnode_get_snapshot() 14382 name_buf); in vnode_get_snapshot() 14385 name_buf); in vnode_get_snapshot() 14399 zfree(ZV_NAMEI, name_buf); in vnode_get_snapshot() 14525 caddr_t name_buf; in snapshot_revert() local 14537 zfree(ZV_NAMEI, name_buf); in snapshot_revert() 14545 zfree(ZV_NAMEI, name_buf); in snapshot_revert() 14573 zfree(ZV_NAMEI, name_buf); in snapshot_revert() 14820 caddr_t name_buf; in snapshot_root() local [all …]
|
| /xnu-11215/bsd/kern/ |
| H A D | proc_info.c | 951 char * name_buf = NULL; in bsd_setthreadname() local 956 name_buf = kalloc_data(MAXTHREADNAMESIZE, in bsd_setthreadname() 960 if (!OSCompareAndSwapPtr(NULL, name_buf, &ut->pth_name)) { in bsd_setthreadname() 961 kfree_data(name_buf, MAXTHREADNAMESIZE); in bsd_setthreadname() 3201 char name_buf[MAXTHREADNAMESIZE]; in proc_setcontrol() local 3240 bzero(name_buf, MAXTHREADNAMESIZE); in proc_setcontrol() 3241 error = copyin(buffer, name_buf, buffersize); in proc_setcontrol() 3244 bsd_setthreadname(ut, thread_tid(current_thread()), name_buf); in proc_setcontrol()
|