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

/darwin-on-arm/xnu/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);
184 kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
195 sp->ks_identifier = identifier;
202 kauth_alloc_listener(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
212 lsp->kl_identifier = identifier;
219 kauth_register_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
224 if ((sp = kauth_alloc_scope(identifier, callback, idata)) == NULL)
233 if (strncmp(tsp->ks_identifier, identifier,
301 kauth_listen_scope(const char *identifier, kauth_scope_callback_ argument
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatistics.h177 char identifier[kIOStatisticsDriverNameLength]; member in struct:IOStatisticsKextIdentifier
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp1434 const OSSymbol *identifier = NULL; local
1451 identifier = my_obj->getKmodName();
1453 if (!identifier) {
1457 my_cstr = identifier->getCStringNoCopy();
1459 strlcpy(bundle_name, identifier->getCStringNoCopy(), sizeof(io_name_t));
H A DIOStatistics.cpp1002 strncpy(kextIDs->identifier, ke->kext->getIdentifierCString(), kIOStatisticsDriverNameLength);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp282 /* name */ kOSKextKernelIdentifier, // bundle identifier
1750 /* If we don't have an existing kext with this identifier,
1769 /* If we have a kext with this identifier that's already loaded/prelinked,
1963 /* The very next thing to get is the bundle identifier. Unlike
1964 * in user space, a kext with no bundle identifier gets axed
1982 "Can't copy bundle identifier as symbol for kext %s.",
3272 "Received kext load request with no kext identifier.");
3551 /* If the kext has no identifier, it failed to init
3717 * A kext must have a bundle identifier to even survive initialization;
4182 * in sKernelRequests for this bundle identifier
9971 compactIdentifier( const char * identifier, char * identifier_out, char ** identifier_out_end) argument
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c538 u_int32_t identifier; member in struct:pf_pptp_ctrl_echo_req
543 u_int32_t identifier; member in struct:pf_pptp_ctrl_echo_rpy

Completed in 119 milliseconds