devpath5.c | 45 * See Appendix A of BIOSBootSpecsV1.01.pdf for typename and statusflag. 92 uint16_t StatusFlag; 101 typename, p->DeviceType, p->StatusFlag, p->Description); 104 char statusflag[128]; local in function:devpath_bios_BBS 106 snprintb(statusflag, sizeof(statusflag), BIOS_STATUS_BITS, 107 p->StatusFlag); 111 DEVPATH_FMT(StatusFlag: %s\n) 116 statusflag,
|