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

/xnu-2422.115.4/libkern/kxld/
H A Dkxld.c113 cpu_type_t * cputype_p = NULL; local
168 cputype_p = kxld_alloc(sizeof(*cputype_p));
169 require_action(cputype_p, finish, rval=KERN_RESOURCE_SHORTAGE);
170 *cputype_p = cputype;
172 rval = kxld_dict_insert(s_order_dict, cputype_p, section_order);
175 cputype_p = NULL;
192 if (cputype_p) kxld_free(cputype_p, sizeof(*cputype_p));
[all...]

Completed in 16 milliseconds