Home
last modified time | relevance | path

Searched refs:DEV (Results 1 – 25 of 95) sorted by relevance

1234

/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Ddevice.h42 #define dev_crit(DEV, FMT, ...) do { \ argument
43 if (DEV) \
44 aprint_error_dev((DEV), "critical: " FMT, ##__VA_ARGS__); \
49 #define dev_err(DEV, FMT, ...) do { \ argument
50 if (DEV) \
51 aprint_error_dev((DEV), "error: " FMT, ##__VA_ARGS__); \
58 #define dev_warn(DEV, FMT, ...) do { \ argument
59 if (DEV) \
60 aprint_normal_dev((DEV), "warn: " FMT, ##__VA_ARGS__); \
66 #define dev_notice(DEV, FMT, ...) do { \ argument
[all …]
/netbsd-src/sys/arch/sparc/stand/binstall/
H A Dbinstall.sh63 f) DEV=$OPTARG;;
73 if [ "$( sysctl -n kern.securelevel )" -gt 0 ] && ! [ -f "$DEV" ]; then
109 if [ -z "$DEV" ]; then
111 DEV=$( mount | while read line; do
125 if [ -z "$DEV" ]; then
131 vecho "Boot device: $DEV"
137 vecho "${INSTALLBOOT} ${VERBOSE} -m $machine $DEV $BOOTXX $stage2"
139 "$DEV" "$BOOTXX" "$stage2"
/netbsd-src/external/bsd/libfido2/dist/tools/
H A Dfido2-attach.sh8 DEV=""
10 while [ -z "${DEV}" ]; do
12 DEV="$(fido2-token -L | sed 's/^\(.*\): .*$/\1/;q')"
15 printf '%s\n' "${DEV}"
H A Dfido2-detach.sh8 DEV="$(fido2-token -L | sed 's/^\(.*\): .*$/\1/;q')"
10 while [ -n "${DEV}" ]; do
12 DEV="$(fido2-token -L | sed 's/^\(.*\): .*$/\1/;q')"
/netbsd-src/external/gpl2/groff/font/
H A DMakefile.dev6 FILESDIR?= ${fontdir}/dev${DEV}
8 SCRIPTSDIR?= ${fontdir}/dev${DEV}
/netbsd-src/usr.bin/make/unit-tests/
H A Ddirective-include.mk35 DEV= null
36 .include "/dev/${DEV}"
/netbsd-src/external/gpl2/lvm2/dist/scripts/
H A Dvgimportclone.sh246 "$AWK" -v DEV=${TMP_LVM_SYSTEM_DIR} -v CACHE=${TMP_LVM_SYSTEM_DIR}/.cache \
300 for DEV in $PVLIST; do
301 FOLLOW=`"$READLINK" $DEV`
/netbsd-src/external/gpl3/gcc/
H A DMakefile.version_h9 .if exists(${GNUHOSTDIST}/gcc/DEV-PHASE)
10 DEVPHASE!= cat ${GNUHOSTDIST}/gcc/DEV-PHASE
/netbsd-src/external/gpl2/groff/dist/src/utils/xtotroff/
H A DMakefile.in47 echo DEV=X$$dpi >Makefile.sub; \
59 echo DEV=X$$dpi-12 >Makefile.sub; \
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dconfigure.ac24 && test -f $srcdir/../gcc/DEV-PHASE \
25 && test x"`cat $srcdir/../gcc/DEV-PHASE`" != xexperimental; then
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h249 #define GOMP_VERSION_PACK(LIB, DEV) (((LIB) << 16) | (DEV)) argument
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h279 #define GOMP_VERSION_PACK(LIB, DEV) (((LIB) << 16) | (DEV)) argument
/netbsd-src/external/gpl2/groff/font/devkoi8-r/
H A DMakefile5 DEV= koi8-r macro
/netbsd-src/external/gpl2/groff/font/devlatin1/
H A DMakefile5 DEV= latin1 macro
/netbsd-src/external/gpl2/groff/font/devascii/
H A DMakefile5 DEV= ascii macro
/netbsd-src/external/gpl2/groff/font/devcp1047/
H A DMakefile5 DEV= cp1047 macro
/netbsd-src/external/gpl2/groff/font/devutf8/
H A DMakefile5 DEV= utf8 macro
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dhash.c29 #define HASH_FN(DEV, INO) ((DEV + INO + (INO >> 2) + (INO << 8)) % NR_HASH) argument
/netbsd-src/external/gpl2/groff/font/devhtml/
H A DMakefile5 DEV= html macro
/netbsd-src/external/gpl2/groff/dist/font/devX100-12/
H A DMakefile.sub1 DEV=X100-12
/netbsd-src/external/gpl2/groff/dist/font/devX100/
H A DMakefile.sub1 DEV=X100
/netbsd-src/external/gpl2/groff/dist/font/devX75/
H A DMakefile.sub1 DEV=X75
/netbsd-src/external/gpl2/groff/dist/font/devX75-12/
H A DMakefile.sub1 DEV=X75-12
/netbsd-src/external/gpl2/groff/dist/font/devlbp/
H A DMakefile.sub1 DEV=lbp
/netbsd-src/external/gpl2/groff/font/devlbp/
H A DMakefile7 DEV= lbp macro

1234