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

/darwin-on-arm/xnu/pexpert/gen/
H A Ddevice_tree.c53 typedef struct DTSavedScope { struct
54 struct DTSavedScope * nextScope;
315 kfree(scope, sizeof(struct DTSavedScope));
330 newScope = (DTSavedScopePtr) kalloc(sizeof(struct DTSavedScope));
360 kfree(newScope, sizeof(struct DTSavedScope));
398 kfree((vm_offset_t) scope, sizeof(struct DTSavedScope));

Completed in 66 milliseconds