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

1234567891011>>

/netbsd-6-1-5-RELEASE/distrib/atari/floppies/prepare/
H A Dinstall.sh75 the root disk. Note the unit number may be different than
76 the unit number you used in the standalone installation
/netbsd-6-1-5-RELEASE/etc/etc.sparc64/
H A DMAKEDEV.conf54 unit=${i#???}
55 case $unit in
61 mkdev tty$unit c 12 $(($index + $dialin )) "" "" $u_uucp
62 mkdev dty$unit c 12 $(($index + $dialout)) "" "" $u_uucp
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dia64-dis.c33 /* Return the instruction type for OPCODE found in unit UNIT. */
36 unit_to_type (ia64_insn opcode, enum ia64_unit unit) argument
43 if (op >= 8 && (unit == IA64_UNIT_I || unit == IA64_UNIT_M))
49 switch (unit)
79 enum ia64_unit unit; local
115 unit = ia64_templ_desc[template_val].exec_unit[slotnum];
126 if (unit == IA64_UNIT_NIL)
129 idesc = ia64_dis_opcode (insn, unit_to_type (insn, unit));
/netbsd-6-1-5-RELEASE/sys/arch/x68k/include/
H A Dbootinfo.h49 #define X68K_MAKEBOOTDEV(major, unit, part) \
50 MAKEBOOTDEV(major, 0, 0, unit, part)
58 * unit # of interface -> controller (4bit)
59 * target SCSI ID -> unit (4bit)
/netbsd-6-1-5-RELEASE/sys/arch/news68k/news68k/
H A Dautoconf.c127 int ctlr, unit, part, type; local
134 unit = BOOTDEV_UNIT(bootdev);
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/newsmips/
H A Dautoconf.c129 int ctlr, unit, part, type; local
136 unit = BOOTDEV_UNIT(bootdev);
/netbsd-6-1-5-RELEASE/sys/arch/next68k/stand/boot/
H A Dsd.c188 char unit, cnt; local
198 for(cnt=0, unit=0; unit < NSD; unit++)
200 DPRINTF(("trying target %d lun %d.\n", unit, lun));
201 error = sdprobe(unit, lun);
211 if (unit >= NSD)
215 ss->sc_unit = unit;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Djoy.c145 int unit = JOYUNIT(dev); local
149 sc = device_lookup_private(&joy_cd, unit);
167 int unit = JOYUNIT(dev); local
169 struct joy_softc *sc = device_lookup_private(&joy_cd, unit);
180 int unit = JOYUNIT(dev); local
181 struct joy_softc *sc = device_lookup_private(&joy_cd, unit);
221 int unit = JOYUNIT(dev); local
222 struct joy_softc *sc = device_lookup_private(&joy_cd, unit);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/ia64/ski/
H A Dlibski.h40 int unit; member in struct:ski_devdesc::__anon6125::__anon6126
45 int unit; /* XXX net layer lives over these? */ member in struct:ski_devdesc::__anon6125::__anon6127
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dia64-dis.c33 /* Return the instruction type for OPCODE found in unit UNIT. */
36 unit_to_type (ia64_insn opcode, enum ia64_unit unit) argument
43 if (op >= 8 && (unit == IA64_UNIT_I || unit == IA64_UNIT_M))
49 switch (unit)
79 enum ia64_unit unit; local
115 unit = ia64_templ_desc[template_val].exec_unit[slotnum];
126 if (unit == IA64_UNIT_NIL)
129 idesc = ia64_dis_opcode (insn, unit_to_type (insn, unit));
/netbsd-6-1-5-RELEASE/sys/netbt/
H A Dsco_upper.c125 struct hci_unit *unit; local
143 unit = hci_unit_lookup(&pcb->sp_laddr);
144 if (unit == NULL)
153 acl = hci_link_lookup_bdaddr(unit, &pcb->sp_raddr, HCI_LINK_ACL);
157 sco = hci_link_alloc(unit, &pcb->sp_raddr, HCI_LINK_SCO);
161 sco->hl_link = hci_acl_open(unit, &pcb->sp_raddr);
166 err = hci_send_cmd(unit, HCI_CMD_ADD_SCO_CON, &cp, sizeof(cp));
175 pcb->sp_mtu = unit->hci_max_sco_size;
272 * Gross hackage, we just output the packet directly onto the unit queue.
273 * This will work fine for one channel per unit, bu
[all...]
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dreboot.h79 * adaptor (uba, mba, etc), unit number and partition number.
108 #define MAKEBOOTDEV(type, adaptor, controller, unit, partition) \
110 ((controller) << B_CONTROLLERSHIFT) | ((unit) << B_UNITSHIFT) | \
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Ddcm.c370 * We didn't know which unit this would be during
402 /* Mark our unit as configured. */
486 int unit, brd, port; local
489 unit = DCMUNIT(dev);
490 brd = DCMBOARD(unit);
491 port = DCMPORT(unit);
574 int s, unit, board, port; local
578 unit = DCMUNIT(dev);
579 board = DCMBOARD(unit);
580 port = DCMPORT(unit);
610 int unit, board, port; local
627 int unit, board, port; local
644 int unit, board, port; local
661 int unit, board, port; local
962 int board, port, unit = DCMUNIT(dev); local
1076 int unit, board, port, mode, cflag = t->c_cflag; local
1158 int unit, board, port, nch; local
1294 int s, unit, brd, port, hit = 0; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dfmt_scaled.c36 * "Human-readable" output uses 4 digits max, and puts a unit suffix at
202 unit_type unit = NONE; local
217 unit = units[i];
238 else if (unit == NONE || number >= 100 || number <= -100) {
246 number, scale_chars[unit]);
249 number, fract, scale_chars[unit]);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_tpro.c32 #define DEVICE "/dev/tpro%d" /* device name and unit */
49 static void tpro_poll (int unit, struct peer *);
70 int unit,
82 snprintf(device, sizeof(device), DEVICE, unit);
90 * Allocate and initialize unit structure
117 int unit,
137 int unit,
69 tpro_start( int unit, struct peer *peer ) argument
116 tpro_shutdown( int unit, struct peer *peer ) argument
136 tpro_poll( int unit, struct peer *peer ) argument
H A Drefclock_tt560.c30 #define DEVICE "/dev/tt560%d" /* device name and unit */
54 static void tt560_poll (int unit, struct peer *);
75 int unit,
88 (void)sprintf(device, DEVICE, unit);
109 * Allocate and initialize unit structure
140 int unit,
159 int unit,
74 tt560_start( int unit, struct peer *peer ) argument
139 tt560_shutdown( int unit, struct peer *peer ) argument
158 tt560_poll( int unit, struct peer *peer ) argument
H A Drefclock_zyfer.c80 #define DEVICE "/dev/zyfer%d" /* device name and unit */
126 int unit,
139 (void)sprintf(device, DEVICE, unit);
143 msyslog(LOG_NOTICE, "zyfer(%d) fd: %d dev <%s>", unit, fd, device);
146 * Allocate and initialize unit structure
184 int unit,
325 int unit,
125 zyfer_start( int unit, struct peer *peer ) argument
183 zyfer_shutdown( int unit, struct peer *peer ) argument
324 zyfer_poll( int unit, struct peer *peer ) argument
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dutil.c177 enum nicestr_unit unit = NICESTR_B; local
189 // Scale the value to a nicer unit. Unless unit_min and
195 ++unit;
196 } while (unit < unit_min || (d > 9999.9 && unit < unit_max));
205 my_snprintf(&pos, &left, " %s", suffix[unit]);
/netbsd-6-1-5-RELEASE/sys/arch/arc/arc/
H A Dautoconf.c113 int unit; member in struct:bootdev_data
218 ok = getpno(&cp, &bd.unit);
220 bd.unit = 0;
304 sa->sa_periph->periph_target == b->unit) {
314 if (device_unit(dev) == b->unit) {
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/
H A Dn8_util.h90 * 07/05/01 hml Copy unit type from request to event in HANDLE_EVENT
121 (__REQ_P)->qr.unit, \
126 (__EP)->unit = (__UNIT); \
224 (__REQ_P__)->qr.unit);
264 void printHWError(uint32_t errCode, N8_Component_t unit);
277 N8_Unit_t unit,
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dcbcp.c75 static void cbcp_init __P((int unit));
76 static void cbcp_open __P((int unit));
77 static void cbcp_lowerup __P((int unit));
78 static void cbcp_input __P((int unit, u_char *pkt, int len));
79 static void cbcp_protrej __P((int unit));
157 cbcp_open(unit)
158 int unit;
165 cbcp_input(unit, inpacket, pktlen)
166 int unit;
174 cbcp_state *us = &cbcp[unit];
[all...]
/netbsd-6-1-5-RELEASE/dist/pppd/pppdump/
H A Ddeflate.c61 int unit; member in struct:deflate_state
76 int unit, int hdrlen, int mru, int debug));
189 z_decomp_init(arg, options, opt_len, unit, hdrlen, mru, debug)
192 int opt_len, unit, hdrlen, mru, debug;
204 state->unit = unit;
264 state->unit, seq, state->seqno);
285 state->unit, r, (state->strm.msg? state->strm.msg: ""));
298 state->unit, olen, state->mru + PPP_HDRLEN);
345 state->unit,
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dms.c309 int unit; local
311 unit = minor(dev);
312 ms = &ms_softc[unit];
314 if (unit >= NMOUSE)
338 int unit; local
341 unit = minor (dev);
342 ms = &ms_softc[unit];
366 int unit; local
368 unit = minor(dev);
369 ms = &ms_softc[unit];
[all...]
/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_tel.c99 /* minor number: lower 6 bits = unit number */
133 int devstate; /* state of this unit */
167 static void* tel_get_softc(int unit);
393 int unit = UNIT(dev); local
398 if(unit >= NISDNTEL)
401 sc = &tel_sc[unit][func];
423 int unit = UNIT(dev); local
429 if(unit > NISDNTEL)
432 sc = &tel_sc[unit][func];
466 int unit local
588 int unit = UNIT(dev); local
708 int unit = UNIT(dev); local
878 int unit = UNIT(dev); local
1021 int unit = UNIT(dev); local
1070 int unit = UNIT(dev); local
1319 tel_get_softc(int unit) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/acpitools/aml/
H A Daml_common.c556 h->unit = 1;
560 h->unit = 2;
563 h->unit = 4;
566 h->unit = 1;
569 h->unit = 2;
572 h->unit = 4;
575 h->unit = 1;
579 h->addr = baseaddr + h->unit * ((bitoffset / 8) / h->unit);
653 offset = bitoffset % (handle.unit *
710 u_int32_t unit, offset; local
[all...]

Completed in 222 milliseconds

1234567891011>>