| #define PXENV_STATUS_SUCCESS 0x0000 |
Definition at line 101 of file errno.h.
Referenced by pxe_api_call(), pxenv_file_api_check(), pxenv_file_close(), pxenv_file_exec(), pxenv_file_exit_hook(), pxenv_file_open(), pxenv_file_read(), pxenv_file_select(), pxenv_get_cached_info(), pxenv_get_file_size(), pxenv_start_undi(), pxenv_stop_base(), pxenv_stop_undi(), pxenv_tftp_close(), pxenv_udp_close(), pxenv_udp_open(), pxenv_udp_read(), pxenv_udp_write(), pxenv_undi_cleanup(), pxenv_undi_clear_statistics(), pxenv_undi_close(), pxenv_undi_get_iface_info(), pxenv_undi_get_information(), pxenv_undi_get_mcast_address(), pxenv_undi_get_nic_type(), pxenv_undi_get_statistics(), pxenv_undi_initialize(), pxenv_undi_isr(), pxenv_undi_open(), pxenv_undi_reset_adapter(), pxenv_undi_set_mcast_address(), pxenv_undi_set_packet_filter(), pxenv_undi_set_station_address(), pxenv_undi_shutdown(), pxenv_undi_startup(), pxenv_undi_transmit(), pxenv_unload_stack(), and undi_loader().
| #define PXENV_STATUS_FAILURE 0x0001 |
Definition at line 102 of file errno.h.
Referenced by pxe_api_call(), pxe_loader_call(), pxenv_udp_read(), and pxenv_undi_get_nic_type().
| #define PXENV_STATUS_BAD_FUNC 0x0002 |
| #define PXENV_STATUS_UNSUPPORTED 0x0003 |
Definition at line 104 of file errno.h.
Referenced by pxenv_file_exit_hook(), pxenv_start_base(), pxenv_undi_force_interrupt(), pxenv_undi_get_state(), pxenv_undi_initiate_diags(), and pxenv_unknown().
| #define PXENV_STATUS_KEEP_UNDI 0x0004 |
| #define PXENV_STATUS_OUT_OF_RESOURCES 0x0006 |
Definition at line 107 of file errno.h.
Referenced by pxenv_file_api_check(), pxenv_get_cached_info(), pxenv_udp_write(), and pxenv_undi_transmit().
| #define PXENV_STATUS_TFTP_CANNOT_READ_FROM_CONNECTION 0x0039 |
| #define PXENV_STATUS_UNDI_CANNOT_INITIALIZE_NIC 0x0063 |
| #define PXENV_STATUS_UNDI_INVALID_STATE 0x006a |
| #define PXENV_STATUS_UNDI_INVALID_PARAMETER 0x006c |
1.5.7.1