/netbsd-src/sys/external/bsd/drm2/include/linux/ |
H A D | device.h | 42 #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 D | binstall.sh | 63 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 D | fido2-attach.sh | 8 DEV="" 10 while [ -z "${DEV}" ]; do 12 DEV="$(fido2-token -L | sed 's/^\(.*\): .*$/\1/;q')" 15 printf '%s\n' "${DEV}"
|
H A D | fido2-detach.sh | 8 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 D | Makefile.dev | 6 FILESDIR?= ${fontdir}/dev${DEV} 8 SCRIPTSDIR?= ${fontdir}/dev${DEV}
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | directive-include.mk | 35 DEV= null 36 .include "/dev/${DEV}"
|
/netbsd-src/external/gpl2/lvm2/dist/scripts/ |
H A D | vgimportclone.sh | 246 "$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 D | Makefile.version_h | 9 .if exists(${GNUHOSTDIST}/gcc/DEV-PHASE) 10 DEVPHASE!= cat ${GNUHOSTDIST}/gcc/DEV-PHASE
|
/netbsd-src/external/gpl2/groff/dist/src/utils/xtotroff/ |
H A D | Makefile.in | 47 echo DEV=X$$dpi >Makefile.sub; \ 59 echo DEV=X$$dpi-12 >Makefile.sub; \
|
/netbsd-src/external/gpl3/gcc/dist/libcody/ |
H A D | configure.ac | 24 && 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 D | gomp-constants.h | 249 #define GOMP_VERSION_PACK(LIB, DEV) (((LIB) << 16) | (DEV)) argument
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | gomp-constants.h | 279 #define GOMP_VERSION_PACK(LIB, DEV) (((LIB) << 16) | (DEV)) argument
|
/netbsd-src/external/gpl2/groff/font/devkoi8-r/ |
H A D | Makefile | 5 DEV= koi8-r macro
|
/netbsd-src/external/gpl2/groff/font/devlatin1/ |
H A D | Makefile | 5 DEV= latin1 macro
|
/netbsd-src/external/gpl2/groff/font/devascii/ |
H A D | Makefile | 5 DEV= ascii macro
|
/netbsd-src/external/gpl2/groff/font/devcp1047/ |
H A D | Makefile | 5 DEV= cp1047 macro
|
/netbsd-src/external/gpl2/groff/font/devutf8/ |
H A D | Makefile | 5 DEV= utf8 macro
|
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | hash.c | 29 #define HASH_FN(DEV, INO) ((DEV + INO + (INO >> 2) + (INO << 8)) % NR_HASH) argument
|
/netbsd-src/external/gpl2/groff/font/devhtml/ |
H A D | Makefile | 5 DEV= html macro
|
/netbsd-src/external/gpl2/groff/dist/font/devX100-12/ |
H A D | Makefile.sub | 1 DEV=X100-12
|
/netbsd-src/external/gpl2/groff/dist/font/devX100/ |
H A D | Makefile.sub | 1 DEV=X100
|
/netbsd-src/external/gpl2/groff/dist/font/devX75/ |
H A D | Makefile.sub | 1 DEV=X75
|
/netbsd-src/external/gpl2/groff/dist/font/devX75-12/ |
H A D | Makefile.sub | 1 DEV=X75-12
|
/netbsd-src/external/gpl2/groff/dist/font/devlbp/ |
H A D | Makefile.sub | 1 DEV=lbp
|
/netbsd-src/external/gpl2/groff/font/devlbp/ |
H A D | Makefile | 7 DEV= lbp macro
|