Home
last modified time | relevance | path

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

/xnu-10063.141.1/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(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(so_tcdbg->so_tcdbg_pname); in get_pname_tclass()
707 tfp = find_tfp_by_pname(so_tcdbg->so_tcdbg_pname); in delete_tclass_for_pid_pname()
838 strncpy(ptr->so_tcdbg_pname, in sogetopt_tcdbg()
840 sizeof(ptr->so_tcdbg_pname)); in sogetopt_tcdbg()
841 ptr->so_tcdbg_pname[sizeof(ptr->so_tcdbg_pname) - 1] = '\0'; in sogetopt_tcdbg()