Searched refs:identifier (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c121 static kauth_scope_t kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, void *idata);
122 static kauth_listener_t kauth_alloc_listener(const char *identifier, kauth_scope_callback_t callback, void *idata);
181 kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
193 sp->ks_identifier = identifier;
200 kauth_alloc_listener(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
210 lsp->kl_identifier = identifier;
217 kauth_register_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
222 if ((sp = kauth_alloc_scope(identifier, callback, idata)) == NULL)
231 if (strncmp(tsp->ks_identifier, identifier,
299 kauth_listen_scope(const char *identifier, kauth_scope_callback_ argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dkmod.c153 const char * identifier,
158 const char * identifier,
171 /* Replace certain identifier prefixes with shorter @+character sequences.
177 did_sub = substitute(identifier, identifier_out,
183 /* Now scan through the identifier looking for the common substrings
187 scan_from_index < KMOD_MAX_NAME - 1 && identifier[scan_from_index];
190 const char * scan_string = &identifier[scan_from_index];
206 identifier_out[scan_to_index++] = identifier[scan_from_index++];
284 /* Filter for kmod name (bundle identifier).
157 compactIdentifier( const char * identifier, char * identifier_out, char ** identifier_out_end) argument
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOUserClient.cpp1276 const OSSymbol *identifier = NULL; local
1293 identifier = my_obj->getKmodName();
1295 if (!identifier) {
1299 my_cstr = identifier->getCStringNoCopy();
1301 strlcpy(bundle_name, identifier->getCStringNoCopy(), sizeof(io_name_t));

Completed in 33 milliseconds