Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/sfxge/common/
H A Defx_bootcfg.c51 #define DHCP_END ((uint8_t)0xff) macro
158 if (tag == DHCP_END) { in efx_bootcfg_verify()
232 (sector[used_bytes - 1] != DHCP_END)) { in efx_bootcfg_copy_sector()
242 sector[1] = DHCP_END; in efx_bootcfg_copy_sector()
254 if (sector[used_bytes - 1] != DHCP_END) { in efx_bootcfg_copy_sector()
259 sector[used_bytes] = DHCP_END; in efx_bootcfg_copy_sector()
364 payload[0] = (uint8_t)(~DHCP_END & 0xff); in efx_bootcfg_read()
365 payload[1] = DHCP_END; in efx_bootcfg_read()
378 if (payload[used_bytes - 1] != DHCP_END) { in efx_bootcfg_read()
384 payload[used_bytes] = DHCP_END; in efx_bootcfg_read()
[all …]