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

/macosx-10.5.8/xnu-1228.15.4/pexpert/gen/
H A Ddevice_tree.c53 typedef struct DTSavedScope { struct
54 struct DTSavedScope * nextScope;
308 kfree(scope, sizeof(struct DTSavedScope));
323 newScope = (DTSavedScopePtr) kalloc(sizeof(struct DTSavedScope));
353 kfree(newScope, sizeof(struct DTSavedScope));
391 kfree((vm_offset_t) scope, sizeof(struct DTSavedScope));

Completed in 15 milliseconds