Searched refs:ignore_lock (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/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); 2463 netagent_find_agent_with_uuid_and_lock(uuid_t uuid, bool exclusively, bool ignore_lock) in netagent_find_agent_with_uuid_and_lock() argument 2470 if (!ignore_lock) { in netagent_find_agent_with_uuid_and_lock() 2485 …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 2492 if (!ignore_lock) { in netagent_session_find_agent_with_uuid_and_lock() 2507 …ession_access_agent_with_lock(struct netagent_session *session, bool exclusively, bool ignore_lock) in netagent_session_access_agent_with_lock() argument 2513 if (!ignore_lock) { in netagent_session_access_agent_with_lock()
|