Lines Matching refs:load

161 * objects we don't keep around past boot time or during active load.
238 // Identifier of kext load requests in sKernelRequests
649 sKernelKext->loadTag = sNextLoadTag++; // the kernel is load tag 0
778 * Dispose of unnecessary stuff that the booter didn't need to load.
803 /* On x86, use the mapping data from the segment load command to
1434 /* If the kext's load address differs from its source address, allocate
1435 * space in the kext map at the load address and copy the kext over.
1463 "Error: prelinked kext %s - source and load addresses "
1776 * be getting a copy of the kext in the user load request mkext.
2479 // we might hit a load error later but oh well
2807 /* Even if we didn't keep any kexts from the mkext, we may have a load
3178 * load all kexts, send no personalities.
3196 "Received kext load request from user space.");
3231 "Failed to create wrapper for kext load request.");
3241 "Failed to read kext load request.");
3250 "Received kext load request with no predicate; skipping.");
3261 "Received kext load request with no arguments.");
3272 "Received kext load request with no kext identifier.");
3299 "Received request from user space to load kext %s.",
3302 /* Load the kext, with no deferral, since this is a load from outside
3317 /* If the load came down from kextd, it will shortly inform IOCatalogue
3341 * and of the load operation, but you never know....
3347 "Kext load request buffer from user space still retained by a kext; "
3677 "Can't remove kext with load tag %d - not found.",
3962 * from that. Otherwise it's the full load size.
4166 "Can't load kext %s - not found.",
4175 "Can't load kext %s - requests to user space are disabled.",
4210 "Kext %s not found; queued load request to user space.",
4219 "Kext %s might not load - kextd is currently unavailable.",
4227 result = theKext->load(startOpt, startMatchingOpt, personalityNames);
4233 "Failed to load kext %s (error 0x%x).",
4309 OSKext::load(
4338 "Kext loading is disabled (attempt to load kext %s).",
4344 /* If we've pushed the next available load tag to the invalid value,
4345 * we can't load any more kexts.
4351 "Can't load kext %s - no more load tags to assign.",
4358 * personalities within the load function.
4371 "Can't load kext %s - not loadable during safe boot.",
4391 "Can't load kext %s - failed to create link context.",
4407 "Can't load kext %s - failed to resolve library dependencies.",
4444 result = dependency->load(dependenciesStartOpt,
4451 "Dependency %s of kext %s failed to load.",
4531 * This never affects the result of the load operation.
4533 * personalities within the load function.
4544 * load operation itself.
4563 "Kext %s failed to load (0x%x).",
4819 * called only by load()
4889 "Can't load kext %s - executable is missing.",
4915 "Can't allocate link dependencies to load kext %s.",
4932 "Can't load kext %s - it has no library dependencies.",
4942 "Can't allocate link context to load kext %s.",
5022 "Can't load kext %s - link failed.",
5101 "Kext %s executable loaded; %u pages at 0x%lx (load tag %u).",
5143 "Failed to load executable for kext %s.",
7562 "Can't find text segment for kernel load address.");
7570 "Returning kernel load address 0x%llx.",
7600 "Returning load requests.");
8037 /* Interfaces always report 0 load address & size.
8049 * from that. Otherwise it's the full load size.
9834 * scan list of loaded kext summaries looking for a load address match and if