Searched refs:ignore_lock (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | network_agent.c | 284 …istration *netagent_find_agent_with_uuid_and_lock(uuid_t uuid, bool exclusively, bool ignore_lock); 288 …h_uuid_and_lock(struct netagent_session *session, uuid_t uuid, bool exclusively, bool ignore_lock); 292 …ssion_access_agent_with_lock(struct netagent_session *session, bool exclusively, bool ignore_lock); 2465 netagent_find_agent_with_uuid_and_lock(uuid_t uuid, bool exclusively, bool ignore_lock) in netagent_find_agent_with_uuid_and_lock() argument 2472 if (!ignore_lock) { in netagent_find_agent_with_uuid_and_lock() 2487 …th_uuid_and_lock(struct netagent_session *session, uuid_t uuid, bool exclusively, bool ignore_lock) in netagent_session_find_agent_with_uuid_and_lock() argument 2494 if (!ignore_lock) { in netagent_session_find_agent_with_uuid_and_lock() 2509 …ession_access_agent_with_lock(struct netagent_session *session, bool exclusively, bool ignore_lock) in netagent_session_access_agent_with_lock() argument 2515 if (!ignore_lock) { in netagent_session_access_agent_with_lock()
|