HomeSort by: relevance | last modified time | path
    Searched defs:statusflag (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/efi/
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,
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,

Completed in 22 milliseconds