Home
last modified time | relevance | path

Searched refs:DEVICE (Results 1 – 25 of 104) sorted by relevance

12345

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_hwdata.c119 BHNDB_PORT0_PRIO(DEVICE, LOW),
127 BHNDB_PORT0_PRIO(DEVICE, LOW),
141 BHNDB_PORT0_PRIO(DEVICE, HIGH),
181 BHNDB_PORT_PRIO(DEVICE, 0, 0, LOW,
187 BHNDB_PORT_PRIO(DEVICE, 0, 0, LOW)
198 BHNDB_PORT_PRIO(DEVICE, 0, 0, HIGH)
/freebsd/contrib/ntp/ntpd/
H A Drefclock_hopfpci.c69 # define DEVICE "/dev/hopf6039" /* device name inode*/ macro
71 # define DEVICE "hopf6039" /* device name WinNT */ macro
131 fd = open(DEVICE,O_RDWR); /* try to open hopf clock device */ in hopfpci_start()
135 msyslog(LOG_ERR, "Start: %s unit: %d failed!", DEVICE, unit); in hopfpci_start()
H A Drefclock_atom.c79 #define DEVICE "/dev/pps%d" /* device name and unit */ macro
143 snprintf(device, sizeof(device), DEVICE, unit); in atom_start()
H A Drefclock_tpro.c30 #define DEVICE "/dev/tpro%d" /* device name and unit */ macro
80 snprintf(device, sizeof(device), DEVICE, unit); in tpro_start()
H A Drefclock_heath.c163 #define DEVICE "/dev/heath%d" /* device name and unit */ macro
224 snprintf(device, sizeof(device), DEVICE, unit); in heath_start()
H A Drefclock_pcf.c30 #define DEVICE "/dev/pcfclocks/%d" macro
75 snprintf(device, sizeof(device), DEVICE, unit); in pcf_start()
H A Drefclock_pst.c74 #define DEVICE "/dev/wwv%d" /* device name and unit */ macro
130 snprintf(device, sizeof(device), DEVICE, unit); in pst_start()
H A Drefclock_tt560.c28 #define DEVICE "/dev/tt560%d" /* device name and unit */ macro
86 snprintf(device, sizeof(device), DEVICE, unit); in tt560_start()
H A Drefclock_zyfer.c81 #define DEVICE "/dev/zyfer%d" /* device name and unit */ macro
140 snprintf(device, sizeof(device), DEVICE, unit); in zyfer_start()
H A Drefclock_fg.c26 #define DEVICE "/dev/fgclock%d" macro
106 snprintf(device, sizeof(device), DEVICE, unit); in fg_start()
H A Drefclock_gpsvme.c70 #define DEVICE "/dev/refclock%1d" /* device file */ macro
109 snprintf(buf, sizeof(buf), DEVICE, unit); /* dev file name */ in psc_start()
H A Drefclock_hopfser.c58 #define DEVICE "/dev/hopfclock%d" /* device name and unit */ macro
124 snprintf(gpsdev, sizeof(gpsdev), DEVICE, unit); in hopfserial_start()
H A Drefclock_as2201.c66 #define DEVICE "/dev/gps%d" /* device name and unit */ macro
168 snprintf(gpsdev, sizeof(gpsdev), DEVICE, unit); in as2201_start()
/freebsd/contrib/smbfs/examples/print/
H A Dlj6l6 DEVICE="ljet3"
16 /usr/local/bin/gs -sPAPERSIZE=${PAPERSIZE} -dSAFER -dNOPAUSE -q -sDEVICE=${DEVICE} \
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dcdns-usb3.txt7 - DEVICE registers area
11 "dev" - for DEVICE registers space
40 <0xf3010000 0x10000>, /* memory area for DEVICE registers */
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7280-herobrine-zombie.dtsi12 * ADDITIONS TO FIXED REGULATORS DEFINED IN PARENT DEVICE TREE FILES
21 /* ADDITIONS TO NODES DEFINED IN PARENT DEVICE TREE FILES */
77 /* PINCTRL - ADDITIONS TO NODES IN PARENT DEVICE TREE FILES */
H A Dsc7280-herobrine-evoker-r0.dts18 * ADDITIONS TO FIXED REGULATORS DEFINED IN PARENT DEVICE TREE FILES
27 /* ADDITIONS TO NODES DEFINED IN PARENT DEVICE TREE FILES */
107 /* PINCTRL - ADDITIONS TO NODES IN PARENT DEVICE TREE FILES */
H A Dsc7280-herobrine-evoker.dtsi12 * ADDITIONS TO FIXED REGULATORS DEFINED IN PARENT DEVICE TREE FILES
21 /* ADDITIONS TO NODES DEFINED IN PARENT DEVICE TREE FILES */
101 /* PINCTRL - ADDITIONS TO NODES IN PARENT DEVICE TREE FILES */
H A Dsc7280-herobrine-villager.dtsi11 * ADDITIONS TO FIXED REGULATORS DEFINED IN PARENT DEVICE TREE FILES
20 /* ADDITIONS TO NODES DEFINED IN PARENT DEVICE TREE FILES */
91 /* PINCTRL - ADDITIONS TO NODES IN PARENT DEVICE TREE FILES */
H A Dsc7180-trogdor-ti-sn65dsi86.dtsi11 * ADDITIONS TO FIXED REGULATORS DEFINED IN PARENT DEVICE TREE FILES
28 /* ADDITIONS TO NODES DEFINED IN PARENT DEVICE TREE FILES */
H A Dsc7180-trogdor-parade-ps8640.dtsi30 * ADDITIONS TO FIXED REGULATORS DEFINED IN PARENT DEVICE TREE FILES
47 /* ADDITIONS TO NODES DEFINED IN PARENT DEVICE TREE FILES */
H A Dsc7280-herobrine-herobrine-r1.dts20 * ADDITIONS TO FIXED REGULATORS DEFINED IN PARENT DEVICE TREE FILES
49 /* ADDITIONS TO NODES DEFINED IN PARENT DEVICE TREE FILES */
129 /* PINCTRL - ADDITIONS TO NODES IN PARENT DEVICE TREE FILES */
/freebsd/tools/tools/locale/etc/charmaps/
H A DUS-ASCII.TXT26 0x11 0x0011 # DEVICE CONTROL ONE
27 0x12 0x0012 # DEVICE CONTROL TWO
28 0x13 0x0013 # DEVICE CONTROL THREE
29 0x14 0x0014 # DEVICE CONTROL FOUR
/freebsd/usr.sbin/config/
H A Dlang.l64 { "device", DEVICE },
65 { "devices", DEVICE },
/freebsd/sys/powerpc/ps3/
H A Dps3bus.h44 PS3BUS_ACCESSOR(device, DEVICE, int)

12345