Searched refs:unit (Results 51 - 75 of 1264) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/make/unit-tests/
H A Djobs-error-nested.exp5 make: stopped in unit-tests
8 make: stopped in unit-tests
11 make: stopped in unit-tests
14 make: stopped in unit-tests
H A Ddeptgt-end-fail-all.exp6 make: stopped in unit-tests
H A Ddeptgt-path-suffix.exp3 make: stopped in unit-tests
H A Dopt-keep-going-indirect.exp6 make: stopped in unit-tests
13 make: stopped in unit-tests
22 make: stopped in unit-tests
29 make: stopped in unit-tests
/netbsd-current/etc/etc.pmax/
H A DMAKEDEV.conf25 name=dz; unit=${i#dz}; chr=16
26 case $unit in
34 warn "bad unit for $name in: $i"
42 name=scc; unit=${i#zs}; chr=17
43 case $unit in
51 warn "bad unit for $name in: $i"
57 unit=${i#stic}
58 mkdev stic$unit c 98 $unit
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dllvm_scalar_opts.mli16 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
21 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
26 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
31 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
36 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
41 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
46 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
51 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
56 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
61 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
[all...]
/netbsd-current/sys/arch/zaurus/stand/zboot/
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 *biosdev = 0x80 + unit;
50 *biosdev = 0x00 + unit;
83 u_int dev, unit, partition; local
91 if ((error = parsebootfile(fname, &fsname, &devname, &unit, &partition,
116 if (dev2bios(devname, unit, &biosdev) == 0) {
120 return unixopen(f, devname, unit, partition, *file);
126 if ((error = (*dp->dv_open)(f, devname, unit, partition, *file)) == 0) {
133 printf("%s%d%c:%s : %s\n", dp->dv_name, unit, partitio
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_gpsvme.c74 /* clock unit control structure */
76 short unit; /* NTP refclock unit number */ member in struct:psc_unit
96 int unit,
104 if (unit < 0 || unit > 1) { /* support units 0 and 1 */
105 msyslog(LOG_ERR, "psc_start: bad unit: %d", unit);
111 snprintf(buf, sizeof(buf), DEVICE, unit); /* dev file name */
112 fd[unit]
95 psc_start( int unit, struct peer *peer ) argument
145 psc_shutdown( int unit, struct peer *peer ) argument
158 psc_poll( int unit, struct peer *peer ) argument
232 check_leap_sec(struct refclockproc *pp, int unit) argument
[all...]
/netbsd-current/sys/arch/hp300/stand/common/
H A Dct.c83 ctinit(int ctlr, int unit) argument
85 struct ct_softc *rs = &ct_softc[ctlr][unit];
88 if (hpibrecv(ctlr, unit, C_QSTAT, &stat, 1) != 1 || stat)
90 if (ctident(ctlr, unit) < 0)
93 ct_ssmc.unit = C_SUNIT(rs->sc_punit);
99 hpibsend(ctlr, unit, C_CMD, (uint8_t *)&ct_ssmc, sizeof(ct_ssmc));
100 hpibswait(ctlr, unit);
101 hpibrecv(ctlr, unit, C_QSTAT, &stat, 1);
107 ctident(int ctlr, int unit) argument
114 id = hpibid(ctlr, unit);
177 int ctlr, unit, part; local
223 int unit = rs->sc_unit; local
290 cterror(int ctlr, int unit) argument
[all...]
H A Dif_le.c243 /* the set unit is the current unit */
254 le_mem_summary(int unit) argument
260 printf("le%d: ler1 = %x\n", unit, ler1);
261 printf("le%d: ler2 = %x\n", unit, ler2);
266 printf("le%d: csr0 = %x\n", unit, ler1->ler1_rdp);
268 printf("le%d: csr1 = %x\n", unit, ler1->ler1_rdp);
270 printf("le%d: csr2 = %x\n", unit, ler1->ler1_rdp);
272 printf("le%d: csr3 = %x\n", unit, ler1->ler1_rdp);
274 printf("le%d: ladrf[0] = %x\n", unit, ler
311 le_error(int unit, char *str, uint16_t stat) argument
392 le_reset(int unit, u_char *myea) argument
456 int unit = /*nif->nif_unit*/0; local
532 int unit = /*nif->nif_unit*/0; local
648 int unit = nif->nif_unit; local
665 int unit = nif->nif_unit; local
[all...]
H A Drd.c121 rdinit(int ctlr, int unit) argument
123 struct rd_softc *rs = &rd_softc[ctlr][unit];
125 rs->sc_type = rdident(ctlr, unit);
133 rdreset(int ctlr, int unit) argument
143 hpibsend(ctlr, unit, C_CMD, (uint8_t *)&rd_ssmc, sizeof(rd_ssmc));
144 hpibswait(ctlr, unit);
145 hpibrecv(ctlr, unit, C_QSTAT, &stat, 1);
149 rdident(int ctlr, int unit) argument
156 id = hpibid(ctlr, unit);
165 rdreset(ctlr, unit);
259 int ctlr, unit, part; local
311 int unit = rs->sc_unit; local
354 rderror(int ctlr, int unit, int part) argument
[all...]
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Dsscom_s3c2440.c122 int unit = sa->sa_index; local
124 if (unit == SSIOCF_INDEX_DEFAULT && found == 0)
126 return (unit == 0 || unit == 1 || unit == 2);
152 int unit; local
156 unit = (sa->sa_index == SSIOCF_INDEX_DEFAULT) ? 0 : sa->sa_index;
157 iobase = s3c2440_uart_config[unit].iobase;
161 sc->sc_unit = unit;
166 sc->sc_rx_irqno = s3c2440_uart_config[unit]
188 s3c2440_sscom_cnattach(bus_space_tag_t iot, int unit, int rate, int frequency, tcflag_t cflag) argument
201 s3c2440_sscom_kgdb_attach(bus_space_tag_t iot, int unit, int rate, int frequency, tcflag_t cflag) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dllvm_passmgr_builder.mli17 external create : unit -> t
21 external set_opt_level : int -> t -> unit
25 external set_size_level : int -> t -> unit
29 external set_disable_unit_at_a_time : bool -> t -> unit
33 external set_disable_unroll_loops : bool -> t -> unit
37 external use_inliner_with_threshold : int -> t -> unit
42 : [ `Function ] Llvm.PassManager.t -> t -> unit
47 : [ `Module ] Llvm.PassManager.t -> t -> unit
52 : [ `Module ] Llvm.PassManager.t -> internalize:bool -> run_inliner:bool -> t -> unit
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dsploop-bad-1.l3 [^:]*:6: Error: 'spkernel' instruction not supported on this functional unit
4 [^:]*:7: Error: 'spkernelr' instruction not supported on this functional unit
6 [^:]*:9: Error: 'sploop' instruction not supported on this functional unit
10 [^:]*:13: Error: 'sploopd' instruction not supported on this functional unit
14 [^:]*:17: Error: 'sploopw' instruction not supported on this functional unit
18 [^:]*:21: Error: 'spmask' instruction not supported on this functional unit
19 [^:]*:22: Error: bad functional unit for operand 1 of 'spmask'
21 [^:]*:24: Error: 'spmaskr' instruction not supported on this functional unit
22 [^:]*:25: Error: bad functional unit for operand 1 of 'spmaskr'
/netbsd-current/sys/arch/hpcmips/stand/libsa/
H A Ddevopen.c66 parsebootfile(const char *fnamexx, char **fsmode, char **devname, unsigned int *unit, unsigned int *partition, const char **file) argument
69 /* unit, *partition: out */
77 *unit = 0;
87 *unit = name[0] - '0';
90 *unit = 1;
107 unsigned int unit, partition; local
110 if ((error = parsebootfile(fname, &fsmode, &devname, &unit,
122 return (*f->f_dev->dv_open)(f, devname, unit, partition);
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/ipo/
H A Dllvm_ipo.mli16 : [ `Module ] Llvm.PassManager.t -> unit
21 : [ `Module ] Llvm.PassManager.t -> unit
26 : [ `Module ] Llvm.PassManager.t -> unit
31 : [ `Module ] Llvm.PassManager.t -> unit
36 : [ `Module ] Llvm.PassManager.t -> unit
41 : [ `Module ] Llvm.PassManager.t -> unit
46 : [ `Module ] Llvm.PassManager.t -> unit
51 : [ `Module ] Llvm.PassManager.t -> unit
56 : [ `Module ] Llvm.PassManager.t -> unit
61 : [ `Module ] Llvm.PassManager.t -> unit
[all...]
/netbsd-current/sys/arch/i386/stand/boot/
H A Ddevopen.c76 dev2bios(char *devname, int unit, int *biosdev) argument
80 *biosdev = 0x80 + unit;
82 *biosdev = 0x00 + unit;
92 bios2dev(int biosdev, daddr_t sector, char **devname, int *unit, argument
97 *unit = biosdev & 0x7f;
107 *unit = 0; /* override default */
128 int unit, partition; local
133 &unit, &partition, (const char **) file);
163 error = dev2bios(devname, unit, &biosdev);
/netbsd-current/sys/dev/qbus/
H A Dqd.c166 void *qdbase[NQD]; /* base address of each QDSS unit */
388 /* This is the QDSS unit 0 CSR. It is hard-coded in here so that the
471 int unit; local
473 /* qdaddr must point to CSR for this unit! */
475 /* The console QDSS is QDSS unit 0 */
476 unit = 0;
481 mapix = QMEMSIZE - (CHUNK * (unit + 1));
498 qdflags[unit].config = *(u_short *)qdaddr;
503 qdbase[unit] = (void *) (qvmem[0]);
504 qdmap[unit]
562 int unit; local
736 int unit; /* QDSS module # for this call */ local
801 int unit; local
888 int unit; local
1088 int unit = minor(dev) >> 2; /* number of caller's QDSS */ local
1502 int unit; local
1547 int unit = minor_dev >> 2; local
1560 int unit = minor_dev >> 2; local
1574 int unit = minor_dev >> 2; local
1601 int s, unit = minor_dev >> 2; local
1638 int unit; local
1664 int unit; local
1695 int unit; local
1765 int which_unit, unit, c; local
1821 blitc(int unit, u_char chr) argument
2036 int unit = device_unit(dv); local
2215 int unit = device_unit(dv); local
2306 int unit = device_unit(dv); local
2884 clear_qd_screen(int unit) argument
2935 ldcursor(int unit, short *bitmap) argument
2968 ldfont(int unit) argument
3205 led_control(int unit, int cmd, int led_mask) argument
3294 init_shared(int unit) argument
3356 setup_dragon(int unit) argument
3610 setup_input(int unit) argument
[all...]
/netbsd-current/sys/arch/cobalt/stand/boot/
H A Dpciide.c39 pciide_init(struct wdc_channel *chp, u_int *unit) argument
47 compatchan = *unit / PCIIDE_CHANNEL_NDEV;
50 *unit %= PCIIDE_CHANNEL_NDEV;
52 DPRINTF(("[pciide] unit: %d, channel: %d\n", *unit, compatchan));
/netbsd-current/sys/dev/gpib/
H A Dctreg.h35 u_int8_t unit; /* punit */ member in struct:ct_iocmd
47 u_int8_t unit; member in struct:ct_rscmd
52 u_int8_t unit; member in struct:ct_ulcmd
57 u_int8_t unit; member in struct:ct_wfmcmd
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/all_backends/
H A Dllvm_all_backends.ml9 external initialize : unit -> unit = "llvm_initialize_all"
/netbsd-current/sys/arch/x68k/stand/libsa/
H A Ddevopen.c42 * [ha@]<dev><unit><part>:<file>
45 * unit - 0-7
49 devparse(const char *fname, int *ha, int *dev, int *unit, int *part, argument
82 *unit = 0;
85 *unit = *s++ - '0';
86 if (*unit < 0 || *unit > devspec[i].ds_maxunit)
87 /* bad unit */
112 int ha, dev, unit, part; local
115 error = devparse(fname, &ha, &dev, &unit,
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.ml14 external assert_valid_module : Llvm.llmodule -> unit
17 external assert_valid_function : Llvm.llvalue -> unit
19 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
20 external view_function_cfg_only : Llvm.llvalue -> unit
/netbsd-current/sys/arch/hp300/dev/
H A Dctreg.h35 char unit; member in struct:ct_iocmd
47 char unit; member in struct:ct_rscmd
64 char unit; member in struct:ct_ssmcmd
73 char unit; member in struct:ct_srcmd
80 char unit; member in struct:ct_soptcmd
87 char unit; member in struct:ct_ulcmd
92 char unit; member in struct:ct_wfmcmd
97 char unit; member in struct:ct_clearcmd
/netbsd-current/sys/arch/vax/include/
H A Ddisklabel.h60 #define DISKMINOR(unit, part) \
61 (((unit) * OLDMAXPARTITIONS) + ((part) % OLDMAXPARTITIONS) + \

Completed in 348 milliseconds

1234567891011>>