Searched refs:unit (Results 26 - 50 of 1266) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/ipo/
H A Dllvm_ipo.ml10 : [ `Module ] Llvm.PassManager.t -> unit
13 : [ `Module ] Llvm.PassManager.t -> unit
16 : [ `Module ] Llvm.PassManager.t -> unit
19 : [ `Module ] Llvm.PassManager.t -> unit
22 : [ `Module ] Llvm.PassManager.t -> unit
25 : [ `Module ] Llvm.PassManager.t -> unit
28 : [ `Module ] Llvm.PassManager.t -> unit
31 : [ `Module ] Llvm.PassManager.t -> unit
34 : [ `Module ] Llvm.PassManager.t -> unit
37 : [ `Module ] Llvm.PassManager.t -> unit
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dllvm_passmgr_builder.ml11 external create : unit -> t
13 external set_opt_level : int -> t -> unit
15 external set_size_level : int -> t -> unit
17 external set_disable_unit_at_a_time : bool -> t -> unit
19 external set_disable_unroll_loops : bool -> t -> unit
21 external use_inliner_with_threshold : int -> t -> unit
24 : [ `Function ] Llvm.PassManager.t -> t -> unit
27 : [ `Module ] Llvm.PassManager.t -> t -> unit
30 : [ `Module ] Llvm.PassManager.t -> internalize:bool -> run_inliner:bool -> t -> unit
/netbsd-current/etc/etc.mvme68k/
H A DMAKEDEV.conf14 unit=${i#ttyC}
15 mkdev ttyC$unit c 13 $(($unit + $dialin )) "" "" $u_uucp
16 mkdev dtyC$unit c 13 $(($unit + $dialout)) "" "" $u_uucp
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dsio.c95 int unit; local
97 for (unit = 0; unit < NSIO; unit++)
98 siointr(unit);
102 siointr(int unit) argument
105 struct siodevice *sio = sio_addr[unit];
107 int rr0 = sioreg(REG(unit, RR0), 0);
108 int rr1 = sioreg(REG(unit, RR1), 0);
116 sioreg(REG(unit, WR
158 int unit = cp->cn_dev; local
167 int c, unit = dev; local
180 int unit = dev; local
[all...]
H A Ddevopen.c82 int dev, unit, part; local
87 if (make_device(fname, &dev, &unit, &part, file) != 0)
92 devsw[dev].dv_name, unit, part, *file);
95 error = (*dp->dv_open)(f, unit, part);
99 devsw[dev].dv_name, unit, part, *file, strerror(error));
126 int dev, unit, part; local
131 unit = 0;
151 unit = default_unit;
163 /* get mixed controller and unit number */
169 unit
[all...]
/netbsd-current/sys/netbt/
H A Dhci_event.c68 static void hci_cmd_create_con(struct hci_unit *unit, uint8_t status);
164 hci_event(struct mbuf *m, struct hci_unit *unit) argument
181 device_xname(unit->hci_dev), hci_eventstr(hdr.event));
185 hci_event_command_status(unit, m);
189 hci_event_command_compl(unit, m);
193 hci_event_num_compl_pkts(unit, m);
197 hci_event_inquiry_result(unit, m);
201 hci_event_rssi_result(unit, m);
205 hci_event_extended_result(unit, m);
209 hci_event_con_compl(unit,
250 hci_event_command_status(struct hci_unit *unit, struct mbuf *m) argument
297 hci_event_command_compl(struct hci_unit *unit, struct mbuf *m) argument
380 hci_event_num_compl_pkts(struct hci_unit *unit, struct mbuf *m) argument
456 hci_event_inquiry_result(struct hci_unit *unit, struct mbuf *m) argument
497 hci_event_rssi_result(struct hci_unit *unit, struct mbuf *m) argument
538 hci_event_extended_result(struct hci_unit *unit, struct mbuf *m) argument
572 hci_event_con_compl(struct hci_unit *unit, struct mbuf *m) argument
672 hci_event_discon_compl(struct hci_unit *unit, struct mbuf *m) argument
699 hci_event_con_req(struct hci_unit *unit, struct mbuf *m) argument
749 hci_event_auth_compl(struct hci_unit *unit, struct mbuf *m) argument
791 hci_event_encryption_change(struct hci_unit *unit, struct mbuf *m) argument
845 hci_event_change_con_link_key_compl(struct hci_unit *unit, struct mbuf *m) argument
888 hci_event_read_clock_offset_compl(struct hci_unit *unit, struct mbuf *m) argument
915 hci_cmd_read_bdaddr(struct hci_unit *unit, struct mbuf *m) argument
942 hci_cmd_read_buffer_size(struct hci_unit *unit, struct mbuf *m) argument
974 hci_cmd_read_local_features(struct hci_unit *unit, struct mbuf *m) argument
1085 hci_cmd_read_local_extended_features(struct hci_unit *unit, struct mbuf *m) argument
1138 hci_cmd_read_local_ver(struct hci_unit *unit, struct mbuf *m) argument
1167 hci_cmd_read_local_commands(struct hci_unit *unit, struct mbuf *m) argument
1193 hci_cmd_read_encryption_key_size(struct hci_unit *unit, struct mbuf *m) argument
1247 hci_cmd_reset(struct hci_unit *unit, struct mbuf *m) argument
1306 hci_cmd_create_con(struct hci_unit *unit, uint8_t status) argument
[all...]
H A Dhci_misc.c59 struct hci_unit *unit; local
67 SIMPLEQ_FOREACH(unit, &hci_unit_list, hci_next) {
68 if ((unit->hci_flags & BTF_UP) == 0)
71 TAILQ_FOREACH(link, &unit->hci_links, hl_next) {
84 SIMPLEQ_FOREACH(unit, &hci_unit_list, hci_next) {
85 if ((unit->hci_flags & BTF_UP) == 0)
88 memo = hci_memo_find(unit, dest);
94 * Last ditch effort, lets use the first unit we find
97 SIMPLEQ_FOREACH(unit, &hci_unit_list, hci_next) {
98 if ((unit
115 hci_memo_find(struct hci_unit *unit, bdaddr_t *bdaddr) argument
147 hci_memo_new(struct hci_unit *unit, bdaddr_t *bdaddr) argument
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Djobs-error-nested-make.exp5 make: stopped in unit-tests
8 make: stopped in unit-tests
10 make: stopped in unit-tests
H A Ddep-none.exp3 make: stopped in unit-tests
H A Ddeptgt-begin-fail-indirect.exp5 make: stopped in unit-tests
H A Ddeptgt-begin-fail.exp5 make: stopped in unit-tests
H A Ddeptgt-end-fail-indirect.exp6 make: stopped in unit-tests
/netbsd-current/sys/arch/landisk/stand/boot/
H A Ddevopen.c39 static int dev2bios(char *devname, unsigned int unit, int *biosdev);
43 dev2bios(char *devname, unsigned int unit, int *biosdev) argument
47 if (unit == 0 || unit == 1) {
48 *biosdev = 0x40 + (unit << 4);
56 bios2dev(int biosdev, char **devname, u_int *unit, u_int sector, u_int *ptnp) argument
60 *unit = (biosdev >> 4) & 1;
93 unsigned int dev, ctlr, unit, partition; local
102 if ((error = parsebootfile(fname, &devname, &unit, &partition,
130 if (dev2bios(devname, unit,
[all...]
/netbsd-current/etc/etc.emips/
H A DMAKEDEV.conf18 name=dz; unit=${i#dz}; chr=16
19 case $unit in
27 warn "bad unit for $name in: $i"
/netbsd-current/sys/arch/x68k/stand/libsa/
H A Dfdvar.h40 int unit; member in struct:fd_softc
/netbsd-current/sys/dev/marvell/
H A Dgtdevbusvar.h31 gt_devbus_addr(device_t gt, int unit, uint32_t *ldp, uint32_t *hdp) argument
45 if (unit >= __arraycount(obio_info))
49 obio_info[unit].low_decode);
51 obio_info[unit].high_decode);
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Decp.c83 static void ecp_init (int unit);
85 static void ecp_open (int unit);
86 static void ecp_close (int unit, char *);
87 static void ecp_lowerup (int unit);
89 static void ecp_input (int unit, u_char *pkt, int len);
90 static void ecp_protrej (int unit);
96 static void ecp_datainput (int unit, u_char *pkt, int len);
147 ecp_init(int unit) argument
149 fsm *f = &ecp_fsm[unit];
151 f->unit
[all...]
/netbsd-current/external/mpl/bind/dist/
H A DMakefile.tests4 unit-local: check
10 LOG_COMPILER = $(top_builddir)/tests/unit-test-driver.sh
/netbsd-current/sys/arch/alpha/mcbus/
H A Dmcbusvar.h47 #define MCBUS_GID_FROM_INSTANCE(unit) (7 - unit)
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/
H A D__init__.py8 import tests.unit namespace
15 suite.addTests(loader.loadTestsFromModule(tests.unit))
/netbsd-current/etc/etc.amiga/
H A DMAKEDEV.conf36 tty0*) name=tty0; mname=ttym; unit=${i#tty0}; chr=12; mult=1; add=128;;
37 ttyA*) name=ttyA; mname=ttyAm; unit=${i#ttyA}; chr=17; mult=1; add=128;;
38 ttyB*) name=ttyB; mname=ttyBm; unit=${i#ttyB}; chr=31; mult=2; add=1;;
40 mkdev $name$unit c $chr $(($unit * $mult)) "" "" $u_uucp
41 mkdev $mname$unit c $chr $(($unit * $mult + $add)) "" "" $u_uucp
45 unit=${i#grf}; chr=10
46 case $unit in
48 mkdev grf$unit
[all...]
/netbsd-current/etc/etc.amigappc/
H A DMAKEDEV.conf34 tty0*) name=tty0; mname=ttym; unit=${i#tty0}; chr=12; mult=1; add=128;;
35 ttyA*) name=ttyA; mname=ttyAm; unit=${i#ttyA}; chr=17; mult=1; add=128;;
36 ttyB*) name=ttyB; mname=ttyBm; unit=${i#ttyB}; chr=31; mult=2; add=1;;
38 mkdev $name$unit c $chr $(($unit * $mult)) "" "" $u_uucp
39 mkdev $mname$unit c $chr $(($unit * $mult + $add)) "" "" $u_uucp
43 unit=${i#grf}; chr=10
44 case $unit in
46 mkdev grf$unit
[all...]
/netbsd-current/etc/etc.hp300/
H A DMAKEDEV.conf29 name=ct; unit=${i#ct}; blk=0; chr=7
30 case $unit in
32 four=$(($unit + 4)) ; eight=$(($unit + 8))
33 twelve=$(($unit + 12)) ; twenty=$(($unit + 20))
36 #mkdev ${name}${unit} b $blk $unit 660 $g_operator
40 #lndev ${name}{$four} n${name}${unit} ;: sanity w/pdp11 v7
43 mkdev r${name}${unit}
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dresource-func-unit-1.l2 [^:]*:9: Error: functional unit already used in this execute packet
H A Dsploop-bad-7.l3 [^:]*:8: Error: cannot mask instruction using no functional unit

Completed in 306 milliseconds

1234567891011>>