Searched refs:unit (Results 201 - 225 of 1264) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/make/unit-tests/
H A Ddeptgt-ignore.exp10 make: stopped in unit-tests
H A Dsuff-use.exp6 make: stopped in unit-tests
H A Dcond-eof.exp5 make: stopped in unit-tests
H A Ddirective-for-if.exp7 make: stopped in unit-tests
H A Ddirective-for-generating-endif.exp6 make: stopped in unit-tests
H A Dcond-token-number.exp6 make: stopped in unit-tests
H A Dcond-token-var.exp6 make: stopped in unit-tests
H A Dopt-warnings-as-errors.exp6 make: stopped in unit-tests
H A Dvar-op-assign.exp5 make: stopped in unit-tests
H A Dparse.exp5 make: stopped in unit-tests
H A Ddirective-export-gmake.exp5 make: stopped in unit-tests
H A Ddepsrc-ignore.exp10 make: stopped in unit-tests
H A Dopt-file.exp9 make: stopped in unit-tests
H A Dopt-debug-hash.exp5 make: stopped in unit-tests
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/hppa/basic/
H A Dunit.s4 ; Basic unit instruction tests.
H A Dunit2.s4 ; PA2.0 unit instruction tests.
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_phb.c161 The unit-decode method is not inserting a bus number into any
336 /* Extract/set various fields from a PCI unit address.
513 /* Convert PCI textual bus address into a device unit */
517 const char *unit,
521 const char *chp = unit;
528 if (unit == NULL)
558 device_error(me, "Problem parsing PCI address %s", unit);
563 device_error(me, "Invalid alias bit in PCI address %s", unit);
572 unit);
581 device_error(me, "Missing device number in PCI address %s", unit);
516 hw_phb_unit_decode(device *me, const char *unit, device_unit *address) argument
[all...]
/netbsd-current/etc/etc.macppc/
H A DMAKEDEV.conf40 unit=0$ounit
42 unit=$ounit
45 mkdev tty$unit c 45 $(($ounit + $dialin )) "" "" $u_uucp
46 mkdev dty$unit c 45 $(($ounit + $dialout)) "" "" $u_uucp
/netbsd-current/sys/arch/mipsco/stand/common/
H A Ddevopen.c48 int ctlr = 0, unit = 0, part = 0; local
81 unit = c - '0';
103 rc = DEV_OPEN(dp)(f, ctlr, unit, part);
121 rc = (dp->dv_open)(f, ctlr, unit, part);
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dboot.c125 int dev = 0, unit = 0, part = 0; local
129 make_device(line, &dev, &unit, &part, NULL);
131 ctlr = CTLR(unit);
132 id = TARGET(unit);
/netbsd-current/sys/dev/pci/bktr/
H A Dbktr_os.h54 vm_offset_t get_bktr_mem(int unit, unsigned size);
/netbsd-current/usr.sbin/mlxctl/
H A Ddklist.c119 int unit; local
128 unit = atoi(name + 2);
129 if (ioctl(mlxfd, MLX_GET_SYSDRIVE, &unit) < 0)
136 md->hwunit = unit;
/netbsd-current/sys/arch/emips/stand/common/
H A Ddevopen.c49 int ctlr = 0, unit = 0, part = 0; local
94 unit = c - '0';
113 rc = DEV_OPEN(dp)(f, ctlr, unit, part);
131 rc = (dp->dv_open)(f, ctlr, unit, part, cp);
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/vectorize/
H A Dllvm_vectorize.mli16 : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
21 : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
/netbsd-current/sys/arch/evbmips/ingenic/
H A Dcpu.c77 int unit; local
79 if ((unit = device_unit(self)) > 0) {
84 startup_cpu_info = cpu_info_alloc(NULL, unit, 0, unit, 0);

Completed in 419 milliseconds

1234567891011>>