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

/netbsd-current/sys/stand/efiboot/
H A Doverlay.c41 char overlay_path[]; member in struct:dtoverlay_entry
54 fn(d->overlay_path);
59 dtoverlay_add(const char *overlay_path) argument
64 while (*overlay_path == ' ' || *overlay_path == '\t')
65 ++overlay_path;
69 if (strcmp(d->overlay_path, overlay_path) == 0)
74 d = alloc(DTOVERLAY_ENTRY_SIZE(overlay_path));
75 strcpy(d->overlay_path, overlay_pat
[all...]
/netbsd-current/usr.sbin/installboot/
H A Devboards.c826 const char *overlay_path; local
853 overlay_path = make_path(overlay_pathbuf,
856 if (overlay_path == NULL)
858 if (stat(overlay_path, &sb) < 0)
860 evb_db_load_overlay(params, overlay_path, p->fts_path);
870 overlay_path = make_path(overlay_pathbuf,
873 if (overlay_path != NULL) {
874 if (stat(overlay_path, &sb) == 0) {
875 evb_db_load_overlay(params, overlay_path,

Completed in 605 milliseconds