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

/netbsd-current/sys/stand/efiboot/
H A Doverlay.c46 #define DTOVERLAY_ENTRY_SIZE(p) (sizeof(struct dtoverlay_entry) + strlen(p) + 1) macro
74 d = alloc(DTOVERLAY_ENTRY_SIZE(overlay_path));
92 dealloc(d, DTOVERLAY_ENTRY_SIZE(d->overlay_path));
106 dealloc(d, DTOVERLAY_ENTRY_SIZE(d->overlay_path));

Completed in 127 milliseconds