Home
last modified time | relevance | path

Searched refs:so_tcdbg_pname (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Din_tclass.h58 char so_tcdbg_pname[(2 * MAXCOMLEN) + 1]; member
H A Din_tclass.c577 tfp = find_tfp_by_pname(__unsafe_null_terminated_from_indexable(so_tcdbg->so_tcdbg_pname)); in set_pname_tclass()
579 tfp = alloc_tclass_for_proc(-1, so_tcdbg->so_tcdbg_pname, in set_pname_tclass()
580 sizeof(so_tcdbg->so_tcdbg_pname)); in set_pname_tclass()
684 tfp = find_tfp_by_pname(__unsafe_null_terminated_from_indexable(so_tcdbg->so_tcdbg_pname)); in get_pname_tclass()
707 tfp = find_tfp_by_pname(__unsafe_null_terminated_from_indexable(so_tcdbg->so_tcdbg_pname)); in delete_tclass_for_pid_pname()
838 strbufcpy(ptr->so_tcdbg_pname, in sogetopt_tcdbg()