Home
last modified time | relevance | path

Searched refs:registration (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dnetwork_agent.c205 #define NETAGENT_LOCK_EXCLUSIVE(registration) lck_rw_lock_exclusive(&registration->agent_lock) argument
206 #define NETAGENT_LOCK_SHARED(registration) lck_rw_lock_shared(&registration->agent_lock) argument
207 #define NETAGENT_LOCK_SHARED_TO_EXCLUSIVE(registration) lck_rw_lock_shared_to_exclusive(&registrati… argument
208 #define NETAGENT_UNLOCK(registration) lck_rw_done(&registration->agent_lock) argument
209 #define NETAGENT_ASSERT_LOCKED(registration) LCK_RW_ASSERT(&registration->agent_lock, LCK_RW_ASSERT… argument
422 netagent_send_trigger(struct netagent_registration *registration, struct proc *p, u_int32_t flags, … in netagent_send_trigger() argument
426 const bool session_mode = registration->allow_multiple_registrations; in netagent_send_trigger()
436 …(void)netagent_buffer_write_session_message_header(trigger, trigger_type, 0, 0, 0, registration->n… in netagent_send_trigger()
451 if ((error = netagent_send_ctl_data(registration->control_unit, trigger, trigger_size))) { in netagent_send_trigger()
452 …NETAGENTLOG(LOG_ERR, "Failed to send trigger message on control unit %d", registration->control_un… in netagent_send_trigger()
[all …]
/xnu-12377.41.6/bsd/kern/
H A Ddecmpfs.c1083 #pragma mark --- registration/validation routines ---
1086 registration_valid(const decmpfs_registration *registration)
1088 …return registration && ((registration->decmpfs_registration == DECMPFS_REGISTRATION_VERSION_V1) ||…
1092 register_decmpfs_decompressor(uint32_t compression_type, const decmpfs_registration *registration)
1100 if ((compression_type >= CMP_MAX) || !registration_valid(registration)) {
1112 decompressors[compression_type] = registration;
1124 unregister_decmpfs_decompressor(uint32_t compression_type, decmpfs_registration *registration)
1132 if ((compression_type >= CMP_MAX) || !registration_valid(registration)) {
1138 if (decompressors[compression_type] != registration) {
/xnu-12377.41.6/bsd/sys/
H A Ddecmpfs.h278 …register_decmpfs_decompressor(uint32_t compression_type, const decmpfs_registration *registration);
279 …o_t unregister_decmpfs_decompressor(uint32_t compression_type, decmpfs_registration *registration);
/xnu-12377.41.6/doc/lifecycle/
H A Dstartup.md275 - Rank 1: automatic `SYSCTL_NODE` registration.
276 - Rank 2: automatic `SYSCTL_OID` registration.
/xnu-12377.41.6/osfmk/kdp/
H A Dsk_core.c678 #pragma mark secure coredump handler registration
/xnu-12377.41.6/bsd/miscfs/devfs/
H A DREADME113 e.g. symlinks, a comprehensive registration interface (only a crude one)