Home
last modified time | relevance | path

Searched refs:pxe_cache (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/efi/libefi/
H A Definet.c69 static struct pxe_cache_entry *pxe_cache; variable
337 pxe_cache = calloc(nifs, sizeof(struct pxe_cache_entry)); in efi_pxe_snapshot_all()
338 if (pxe_cache == NULL) { in efi_pxe_snapshot_all()
355 if (pxe_cache[j].valid) in efi_pxe_snapshot_all()
364 efi_pxe_snapshot(pxe_handles[i], &pxe_cache[j]); in efi_pxe_snapshot_all()
387 if (pxe_cache == NULL) in efi_pxe_publish_cache()
389 pce = &pxe_cache[unit]; in efi_pxe_publish_cache()