Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c358 uint32_t registered_count; member
2066 if (port_actions->registered_count) { in exec_handle_spawnattr_policy()
2068 port_actions->registered_count)) { in exec_handle_spawnattr_policy()
2073 port_actions->registered_count = 0; in exec_handle_spawnattr_policy()
2094 for (uint32_t i = 0; i < port_actions->registered_count; i++) { in exec_port_actions_destroy()
2100 kfree_type(ipc_port_t, port_actions->registered_count, in exec_port_actions_destroy()
2153 if (++actions->registered_count > TASK_PORT_REGISTER_MAX) { in exec_handle_port_actions()
2183 if (actions->registered_count) { in exec_handle_port_actions()
2185 actions->registered_count, Z_WAITOK | Z_ZERO); in exec_handle_port_actions()
/xnu-8020.101.4/bsd/net/
H A Dnetwork_agent.c54 SYSCTL_INT(_net_netagent, OID_AUTO, registered_count, CTLFLAG_RD | CTLFLAG_LOCKED,