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

/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c2533 void kdbg_get_task_name(char* name_buf, int len, task_t task) argument
2543 snprintf(name_buf, len, "%s/%d", proc->p_comm, proc->p_pid);
2545 snprintf(name_buf, len, "%p [!bsd]", task);

Completed in 12 milliseconds