Searched refs:plist (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c305 struct page_list plist;
311 struct page_list *plist = &mptr->plist;
323 context->plist = plist;
327 plist->ptr = plist->first = (void *)&mptr->data[0];
328 plist->next = (struct page_list *)0;
329 plist->bytes_free = len - ((char *)plist
303 struct page_list plist; member in struct:memory
309 struct page_list *plist = &mptr->plist; local
550 struct page_list *plist; local
579 struct page_list *plist; local
631 struct page_list *plist; local
692 struct page_list *plist; local
775 struct page_list *plist; local
[all...]
/darwin-on-arm/xnu/config/
H A DMakefile29 System.kext/Info.plist \
30 System.kext/PlugIns/Libkern.kext/Info.plist \
31 System.kext/PlugIns/Mach.kext/Info.plist \
32 System.kext/PlugIns/BSDKernel.kext/Info.plist \
33 System.kext/PlugIns/MACFramework.kext/Info.plist \
34 System.kext/PlugIns/IOKit.kext/Info.plist \
35 System.kext/PlugIns/AppleNMI.kext/Info.plist \
36 System.kext/PlugIns/ApplePlatformFamily.kext/Info.plist \
37 System.kext/PlugIns/IONVRAMFamily.kext/Info.plist \
38 System.kext/PlugIns/IOSystemManagement.kext/Info.plist \
[all...]
/darwin-on-arm/xnu/libkern/libkern/
H A Dmkext.h119 * This XML plist should be nul-terminated and stored at a page-aligned
133 * this is done, the plist will contain an _MKEXTLoadRequest dictionary
206 // The plist file entry is mandatory, but module may be empty
208 mkext_file plist; // 16 bytes member in struct:mkext_kext
230 #define MKEXT1_GET_KEXT_PLIST(hdr, i) (MKEXT1_ENTRY_CAST(&(MKEXT1_GET_KEXT((hdr), (i))->plist)))
/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-internal.h206 struct page_list *plist; /* head of page list */ member in struct:alloc_context
/darwin-on-arm/xnu/makedefs/
H A DMakeInc.dir38 install $(FILE_INSTALL_FLAGS) Info.plist $$krespath; \
39 $(NEWVERS) $${krespath}/Info.plist; \
59 $(_v)$(IPHONEOS_OPTIMIZE) $(DSTROOT)/$(KRESDIR)/Info.plist
/darwin-on-arm/xnu/libkern/kxld/
H A DMakefile187 @rm -f *.plist
/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c870 mcache_slab_alloc(void *arg, mcache_obj_t ***plist, unsigned int num, int wait) argument
878 mcache_obj_t **list = *plist;
933 list = *plist = &(*list)->obj_next;
H A Duipc_mbuf.c1920 mbuf_slab_alloc(void *arg, mcache_obj_t ***plist, unsigned int num, int wait) argument
1924 mcache_obj_t **list = *plist;
1934 list = *plist = &(*list)->obj_next;
2109 cslab_alloc(mbuf_class_t class, mcache_obj_t ***plist, unsigned int num) argument
2114 mcache_obj_t **list = *plist;
2155 list = *plist = &(*list)->obj_next;
2304 mbuf_cslab_alloc(void *arg, mcache_obj_t ***plist, unsigned int needed, argument
2331 num = cslab_alloc(class, plist, needed);
2332 list = *plist;
2466 list = *plist
[all...]
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp1517 /* If the plist has a UUID for an interface, save that off.
1602 /* The info plist must exist or we can't read the kext.
2400 mkext_file * infoDictPtr = &kextEntry->plist;
2741 "plist",
2769 "Error unserializing mkext plist: %s.", errorCString);
2773 /* If the caller needs the plist, hand it back and retain it.
7624 "Mistakenly generated both data & plist responses to user request "

Completed in 69 milliseconds