Searched refs:MN_SMI (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddisk_link.c51 #define MN_SMI "h" macro
599 if (*mn == *(MN_SMI) || (strncmp(mn, MN_EFI, 2) == 0)) {
604 (void) strcat(l_path, (*mn == *(MN_SMI))
818 if (head == NULL && (*mn == *(MN_SMI) ||
829 "%s%s", *mn == *(MN_SMI) ? MN_EFI : MN_SMI,
863 if (*mn == *(MN_SMI) || (strncmp(mn, MN_EFI, 2) == 0)) {
872 if (*mn == *(MN_SMI) && strchr(s, 's') == NULL) {

Completed in 58 milliseconds