HomeSort by: relevance | last modified time | path
    Searched refs:DEV_NAME (Results 1 - 7 of 7) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/sysevent/
dev.h 47 * Attribute Name - DEV_NAME
79 * Attribute Name - DEV_NAME
112 * Attribute Name - DEV_NAME
145 * Attribute Name - DEV_NAME
173 * Attribute Name - DEV_NAME
202 * Attribute Name - DEV_NAME
239 #define DEV_NAME "dev_name"
  /src/external/bsd/libfido2/dist/tools/
fido2-unprot.sh 40 DEV_NAME=$(echo "$DEV_PATH_NAME" | cut -d' ' -f1 --complement)
41 DEV_PRETTY="$DEV_NAME (at '$DEV_PATH')"
  /src/sys/lib/libsa/
stand.h 190 #define DEV_NAME(d) ((d)->dv_name)
198 #define DEV_NAME(d) ___STRING(LIBSA_SINGLE_DEVICE)
  /src/sys/stand/efiboot/
efifile.c 112 if (strcmp(DEV_NAME(&devsw[n]), "efifile") == 0) {
efiblock.c 658 if (strcmp(DEV_NAME(&devsw[n]), "efiblock") == 0) {
efinet.c 548 if (strcmp(DEV_NAME(&devsw[n]), "net") == 0) {
  /src/sys/arch/evbppc/stand/wii/
sdmmc.c 217 if (strcmp(DEV_NAME(&devsw[n]), "sdmmc") == 0) {

Completed in 37 milliseconds