Searched defs:fw_date (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/
H A Dvxge_config.c1064 struct vxge_hw_device_date *fw_date = &hw_info->fw_date; local
1091 fw_date->day =
1094 fw_date->month =
1097 fw_date->year =
1101 snprintf(fw_date->date, VXGE_HW_FW_STRLEN, "%d/%d/%d",
1102 fw_date->month, fw_date->day, fw_date->year);
H A Dvxge_config.h422 * @fw_date: Firmware Date
461 struct vxge_hw_device_date fw_date; member in struct:vxge_hw_device_hw_info

Completed in 147 milliseconds