Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/interface/efi/
Defi_snp.c452 UINT32 *interrupts, VOID **txbufs ) { in efi_snp_get_status() argument
497 if ( txbufs ) { in efi_snp_get_status()
500 *txbufs = "Which idiot designed this API?"; in efi_snp_get_status()
503 *txbufs = NULL; in efi_snp_get_status()
505 DBGC2 ( snpdev, " TX:%s", ( *txbufs ? "some" : "none" ) ); in efi_snp_get_status()