Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dpnic.c104 if ( status == PNIC_STATUS_OK ) return status; in pnic_command()
139 != PNIC_STATUS_OK ) return ( 0 ); in pnic_poll()
148 != PNIC_STATUS_OK ) return ( 0 ); in pnic_poll()
235 if ( status != PNIC_STATUS_OK ) { in pnic_probe()
H A Dpnic_api.h52 #define PNIC_STATUS_OK 0x4f4b /* 'OK' */ macro