Searched refs:tname (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/tests/ |
| H A D | pid_for_task_test.c | 8 mach_port_t tname; variable 11 kr = task_name_for_pid(mach_task_self(), getpid(), &tname); 13 pid_for_task(tname, &pid); 16 mach_port_deallocate(mach_task_self(), tname);
|
| /xnu-12377.81.4/tests/ipc/ |
| H A D | task_name_for_pid.c | 46 mach_port_t tname; variable 52 kr = task_name_for_pid(mach_task_self(), 1, &tname); 54 pid_for_task(tname, &pid); 57 mach_port_deallocate(mach_task_self(), tname);
|
| /xnu-12377.81.4/bsd/net/pktsched/ |
| H A D | pktsched_netem.c | 1301 char *__null_terminated tname = in netem_output_thread_func() local 1303 thread_set_thread_name(current_thread(), tname); in netem_output_thread_func()
|
| /xnu-12377.81.4/bsd/vfs/ |
| H A D | vfs_cache.c | 1129 const char *tname = NULL; in vnode_update_identity() local 1155 tname = vfs_addname(name, name_len, name_hashval, 0); in vnode_update_identity() 1212 vp->v_name = tname; in vnode_update_identity()
|
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 2366 const char *__null_terminated tname = NULL; in fsw_rps_thread_func() local 2370 tname = tsnprintf(thread_name, sizeof(thread_name), "fsw_rx_%s_%d", in fsw_rps_thread_func() 2373 thread_set_thread_name(frt->frt_thread, tname); in fsw_rps_thread_func() 2374 SK_D("%s spawned", tname); in fsw_rps_thread_func()
|