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

/xnu-2422.115.4/tools/lldbmacros/
H A Dutils.py373 #plist = plistlib.readPlistFromString(output)
376 plist={}
377 plist[uuid] = {}
379 plist[uuid][item[0]] = item[1]
381 if plist and plist[uuid]:
382 return plist[uuid]
/xnu-2422.115.4/config/
H A DMakefile16 System.kext/Info.plist \
17 System.kext/PlugIns/AppleNMI.kext/Info.plist \
18 System.kext/PlugIns/ApplePlatformFamily.kext/Info.plist \
19 System.kext/PlugIns/IONVRAMFamily.kext/Info.plist \
20 System.kext/PlugIns/IOSystemManagement.kext/Info.plist
32 KEXT_PLIST_LIST += $(foreach symbolset,$(filter-out Dummy,$(SYMBOL_COMPONENT_LIST)),System.kext/PlugIns/$(symbolset).kext/Info.plist)
/xnu-2422.115.4/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)))
/xnu-2422.115.4/osfmk/profiling/
H A Dprofile-internal.h206 struct page_list *plist; /* head of page list */ member in struct:alloc_context
/xnu-2422.115.4/libkern/kxld/
H A DMakefile188 @rm -f *.plist
/xnu-2422.115.4/bsd/kern/
H A Dmcache.c886 mcache_slab_alloc(void *arg, mcache_obj_t ***plist, unsigned int num, int wait) argument
894 mcache_obj_t **list = *plist;
949 list = *plist = &(*list)->obj_next;
H A Duipc_mbuf.c1967 mbuf_slab_alloc(void *arg, mcache_obj_t ***plist, unsigned int num, int wait) argument
1971 mcache_obj_t **list = *plist;
1981 list = *plist = &(*list)->obj_next;
2156 cslab_alloc(mbuf_class_t class, mcache_obj_t ***plist, unsigned int num) argument
2161 mcache_obj_t **list = *plist;
2202 list = *plist = &(*list)->obj_next;
2351 mbuf_cslab_alloc(void *arg, mcache_obj_t ***plist, unsigned int needed, argument
2378 num = cslab_alloc(class, plist, needed);
2379 list = *plist;
2513 list = *plist
[all...]
/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp1514 /* If the plist has a UUID for an interface, save that off.
1599 /* The info plist must exist or we can't read the kext.
2406 mkext_file * infoDictPtr = &kextEntry->plist;
2747 "plist",
2775 "Error unserializing mkext plist: %s.", errorCString);
2779 /* If the caller needs the plist, hand it back and retain it.
7960 "Mistakenly generated both data & plist responses to user request "

Completed in 61 milliseconds