Searched refs:unit (Results 1 - 25 of 1266) sorted by relevance

1234567891011>>

/netbsd-current/sys/netbt/
H A Dhci_unit.c79 * bluetooth unit functions
86 struct hci_unit *unit; local
96 unit = malloc(sizeof(struct hci_unit), M_BLUETOOTH, M_ZERO | M_WAITOK);
97 KASSERT(unit != NULL);
99 unit->hci_dev = dev;
100 unit->hci_if = hci_if;
101 unit->hci_flags = flags;
103 mutex_init(&unit->hci_devlock, MUTEX_DRIVER, hci_if->ipl);
104 cv_init(&unit->hci_init, "hci_init");
106 MBUFQ_INIT(&unit
123 hci_detach_pcb(struct hci_unit *unit) argument
138 hci_enable(struct hci_unit *unit) argument
212 hci_disable(struct hci_unit *unit) argument
271 struct hci_unit *unit; local
288 hci_num_cmds(struct hci_unit *unit, uint8_t num) argument
304 hci_send_cmd(struct hci_unit *unit, uint16_t opcode, void *buf, uint8_t len) argument
352 struct hci_unit *unit = arg; local
448 hci_input_event(struct hci_unit *unit, struct mbuf *m) argument
470 hci_input_acl(struct hci_unit *unit, struct mbuf *m) argument
492 hci_input_sco(struct hci_unit *unit, struct mbuf *m) argument
514 hci_output_cmd(struct hci_unit *unit, struct mbuf *m) argument
537 hci_output_acl(struct hci_unit *unit, struct mbuf *m) argument
550 hci_output_sco(struct hci_unit *unit, struct mbuf *m) argument
563 hci_complete_sco(struct hci_unit *unit, struct mbuf *m) argument
[all...]
H A Dhci_ioctl.c57 struct hci_unit *unit; local
64 SIMPLEQ_FOREACH(unit, &hci_unit_list, hci_next) {
67 device_xname(unit->hci_dev), unit->hci_flags,
68 unit->hci_num_cmd_pkts,
69 unit->hci_num_acl_pkts,
70 unit->hci_num_sco_pkts);
71 TAILQ_FOREACH(link, &unit->hci_links, hl_next) {
138 struct hci_unit *unit; local
150 * Get unit inf
[all...]
/netbsd-current/sys/dev/pci/bktr/
H A Dbktr_mem.c107 bktr_has_stored_addresses(int unit) { argument
109 if ((unit < 0) || (unit >= BKTR_MEM_MAX_DEVICES)) {
110 printf("bktr_mem: Unit number %d invalid\n",unit);
114 return memory_list[unit].addresses_stored;
120 bktr_store_address(int unit, int type, vm_offset_t addr) { argument
122 if ((unit < 0) || (unit >= BKTR_MEM_MAX_DEVICES)) {
124 ,unit,type,addr);
129 case BKTR_MEM_DMA_PROG: memory_list[unit]
153 bktr_retrieve_address(int unit, int type) argument
[all...]
H A Dbktr_mem.h63 int bktr_has_stored_addresses(int unit);
64 void bktr_store_address(int unit, int type, vm_offset_t addr);
65 vm_offset_t bktr_retrieve_address(int unit, int type);
/netbsd-current/etc/
H A DMAKEDEV.tmpl106 # ttyCZ? Cyclades-Z multiport serial boards. Each "unit"
108 # ttyCY? Cyclom-Y multiport serial boards. Each "unit" makes
974 unit=${i#usb}
975 usb=usb$unit
976 mkdev usb$unit c %usb_chr% $unit
980 unit=${i#uhid}
981 mkdev uhid$unit c %uhid_chr% $unit 666
985 unit
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dsploop-bad-5.l2 [^:]*:5: Error: functional unit already masked for operand 2 of 'spmask'
3 [^:]*:6: Error: functional unit already masked for operand 2 of 'spmaskr'
4 [^:]*:8: Error: functional unit already masked
5 [^:]*:10: Error: functional unit already masked
H A Dresource-func-unit-1.d1 #name: C6X parallel instructions on same functional unit
2 #error_output: resource-func-unit-1.l
H A Dresource-func-unit-2.d1 #name: C6X parallel instructions on same functional unit, multiple sections
2 #error_output: resource-func-unit-2.l
H A Dresource-func-unit-2.l2 [^:]*:17: Error: functional unit already used in this execute packet
3 [^:]*:19: Error: functional unit already used in this execute packet
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dprintunit.c13 printunit(unit)
14 int unit;
17 switch (unit)
47 PRINTF("unknown(%d)", unit);
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dfnum.c36 fnum_i4 (GFC_INTEGER_4 *unit) argument
38 return unit_to_fd (*unit);
45 fnum_i8 (GFC_INTEGER_8 * unit) argument
47 return unit_to_fd (*unit);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dfnum.c36 fnum_i4 (GFC_INTEGER_4 *unit) argument
38 return unit_to_fd (*unit);
45 fnum_i8 (GFC_INTEGER_8 * unit) argument
47 return unit_to_fd (*unit);
/netbsd-current/etc/etc.evbcf/
H A DMAKEDEV.conf12 unit=${i#ttyF}
13 mkdev ttyF$unit c 14 $(($unit + $dialin )) "" "" $u_uucp
14 mkdev dtyF$unit c 14 $(($unit + $dialout)) "" "" $u_uucp
/netbsd-current/sys/arch/hp300/stand/common/
H A Dhpib.c77 hpibalive(int unit) argument
79 if (unit >= NHPIB || hpib_softc[unit].sc_alive == 0)
85 hpibid(int unit, int slave) argument
90 if (hpib_softc[unit].sc_type == HPIBC)
91 rv = fhpibrecv(unit, 31, slave, (uint8_t *)&id, 2);
93 rv = nhpibrecv(unit, 31, slave, (uint8_t *)&id, 2);
100 hpibsend(int unit, int slave, int sec, uint8_t *buf, int cnt) argument
103 if (hpib_softc[unit].sc_type == HPIBC)
104 return (fhpibsend(unit, slav
109 hpibrecv(int unit, int slave, int sec, uint8_t *buf, int cnt) argument
118 hpibswait(int unit, int slave) argument
137 hpibgo(int unit, int slave, int sec, uint8_t *addr, int count, int flag) argument
[all...]
/netbsd-current/sys/arch/ews4800mips/stand/common/
H A Dboot_device.c37 * Get boot device and unit number. IPL sets it.
63 boot_device(int *type, int *unit, int *fd_format) argument
70 return tab[i](type, unit);
72 return __nvsram_type_e(type, unit);
76 __nvsram_type_a(int *type, int *unit) argument
80 *unit = 0;
84 __nvsram_type_b(int *type, int *unit) argument
88 *unit = *(uint8_t *)0xba021808;
92 __nvsram_type_c(int *type, int *unit) argument
96 *unit
100 __nvsram_type_d(int *type, int *unit) argument
108 __nvsram_type_e(int *type, int *unit) argument
[all...]
/netbsd-current/sys/arch/amiga/amiga/
H A Ddevice.h51 #define getsoftc(cdnam, unit) device_lookup_private(&(cdnam), (unit))
/netbsd-current/usr.bin/make/unit-tests/
H A Ddirective-error.exp3 make: stopped in unit-tests
H A Djobs-error-indirect.exp4 make: stopped in unit-tests
7 make: stopped in unit-tests
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dimported-unit-bp-c++.exp18 source $srcdir/$subdir/imported-unit-bp.exp.tcl
H A Dimported-unit-bp-c.exp18 source $srcdir/$subdir/imported-unit-bp.exp.tcl
/netbsd-current/etc/etc.vax/
H A DMAKEDEV.conf39 ht*) name=ht; unit=${i#ht}; blk=1; chr=5 ;;
40 mt*) name=mt; unit=${i#mt}; blk=15; chr=38;;
41 tm*) name=tm; unit=${i#tm}; blk=5; chr=14;;
42 ts*) name=ts; unit=${i#ts}; blk=6; chr=16;;
43 ut*) name=ut; unit=${i#ut}; blk=10; chr=17;;
45 case $unit in
47 four=$(($unit + 4)) ; eight=$(($unit + 8))
48 twelve=$(($unit + 12)) ; twenty=$(($unit
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dinvalid-ar.l2 .*:2: Error: AR 0 can only be accessed by M-unit
3 .*:3: Error: AR 1 can only be accessed by M-unit
4 .*:4: Error: AR 2 can only be accessed by M-unit
5 .*:5: Error: AR 3 can only be accessed by M-unit
6 .*:6: Error: AR 4 can only be accessed by M-unit
7 .*:7: Error: AR 5 can only be accessed by M-unit
8 .*:8: Error: AR 6 can only be accessed by M-unit
9 .*:9: Error: AR 7 can only be accessed by M-unit
10 .*:10: Error: AR 8 can only be accessed by M-unit
11 .*:11: Error: AR 9 can only be accessed by M-unit
[all...]
/netbsd-current/sys/arch/x68k/stand/libsa/
H A Dchdsk.c47 /* unlock current unit */
48 IOCS_B_DRVCHK(drive[sc->unit], 3);
50 IOCS_B_DRVCHK(drive[sc->unit], 1);
58 sc->unit = 0;
62 sc->unit = 1;
70 /* lock new unit */
71 IOCS_B_DRVCHK(drive[sc->unit], 2);
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dllvm_scalar_opts.ml10 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
13 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
16 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
19 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
22 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
25 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
28 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
31 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
34 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
37 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
[all...]
/netbsd-current/usr.sbin/sysinst/
H A Dsizemultname.c52 set_sizemult(daddr_t unit, uint bps) argument
54 if (unit == 0 || bps == 0)
57 sizemult = unit/bps;
61 else if (unit == MEG)
63 else if (unit == GIG)
73 set_default_sizemult(const char *disk, daddr_t unit, uint bps) argument
81 set_sizemult(unit, bps);

Completed in 230 milliseconds

1234567891011>>