Searched refs:unit (Results 226 - 250 of 1264) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw4-sig-type-unused.S31 .macro unit sig1 sig2 name
52 unit 0x01234567, 0x01234567, foo
54 unit 0x01234567, 0x01234567, foo
56 unit 0x89abcdef, 0x89abcdef, bar
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dload_hashnode.c19 load_hashnode(unit, name, node, ttl, iocfunc)
20 int unit;
35 op.iplo_unit = unit;
/netbsd-current/sys/arch/cobalt/cobalt/
H A Dautoconf.c99 int unit; local
101 unit = adev->adev_channel * 2 +
103 if (unit == bootunit) {
/netbsd-current/sys/arch/evbppc/pmppc/
H A Dautoconf.c98 int unit, part; local
114 unit = (bootdev >> B_UNITSHIFT) & B_UNITMASK;
116 if ((dv = device_find_by_driver_unit(name, unit)) != NULL) {
/netbsd-current/sys/arch/mvmeppc/mvmeppc/
H A Dautoconf.c96 int unit, part; local
112 unit = (bootdev >> B_UNITSHIFT) & B_UNITMASK;
114 if ((dv = device_find_by_driver_unit(name, unit)) != NULL) {
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DBaseMetricTreeNode.h71 char *get_unit () { return unit; }
82 const char *unit = NULL, const char *unit_uname = NULL);
91 char *unit; // see UNIT_* defines member in class:BaseMetricTreeNode
/netbsd-current/sys/arch/luna68k/dev/
H A Dxp.c140 int unit; local
145 unit = minor(dev);
146 sc = device_lookup_private(&xp_cd, unit);
177 int unit; local
181 unit = minor(dev);
182 sc = device_lookup_private(&xp_cd, unit);
195 int unit, error; local
202 unit = minor(dev);
203 sc = device_lookup_private(&xp_cd, unit);
244 int unit; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddevices.c98 const hw_unit *unit = hw_unit_address (me); local
99 return unit->cells[unit->nr_cells - 1];
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dsd.c127 sdinit(uint unit) argument
135 printf("sdinit: unit = %d\n", unit);
140 sc->sc_unit = unit;
141 sc->sc_ctlr = CTLR(unit);
142 sc->sc_tgt = TARGET(unit);
169 printf("sd(%d): %s\n", unit, msg);
179 int unit, part; local
182 unit = va_arg(ap, int);
186 if (unit <
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddevices.c99 const hw_unit *unit = hw_unit_address (me); local
100 return unit->cells[unit->nr_cells - 1];
/netbsd-current/usr.bin/make/unit-tests/
H A Dopt-debug-errors-jobs.exp10 make: stopped in unit-tests
20 make: stopped in unit-tests
34 make: stopped in unit-tests
44 make: stopped in unit-tests
54 make: stopped in unit-tests
63 make: stopped in unit-tests
H A Ddeptgt-end-fail.exp16 make: stopped in unit-tests
28 make: stopped in unit-tests
39 make: stopped in unit-tests
49 make: stopped in unit-tests
59 make: stopped in unit-tests
69 make: stopped in unit-tests
79 make: stopped in unit-tests
89 make: stopped in unit-tests
99 make: stopped in unit-tests
109 make: stopped in unit
[all...]
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dipcp.c565 ipcp_init(int unit) argument
567 fsm *f = &ipcp_fsm[unit];
568 ipcp_options *wo = &ipcp_wantoptions[unit];
569 ipcp_options *ao = &ipcp_allowoptions[unit];
571 f->unit = unit;
574 fsm_init(&ipcp_fsm[unit]);
616 ipcp_open(int unit) argument
618 fsm_open(&ipcp_fsm[unit]);
627 ipcp_close(int unit, cha argument
637 ipcp_lowerup(int unit) argument
647 ipcp_lowerdown(int unit) argument
657 ipcp_input(int unit, u_char *p, int len) argument
669 ipcp_protrej(int unit) argument
2002 ipcp_clear_addrs(int unit, u_int32_t ouraddr, u_int32_t hisaddr, bool replacedefaultroute) argument
[all...]
H A Dauth.c602 link_required(int unit) argument
609 void start_link(int unit) argument
668 link_terminated(int unit) argument
687 * can happen that another pppd gets the same unit and then
695 * the ppp unit back to the loopback. Set the
737 link_down(int unit) argument
743 update_link_stats(unit);
749 upper_layers_down(unit);
757 void upper_layers_down(int unit) argument
766 (*protp->lowerdown)(unit);
779 link_established(int unit) argument
878 network_phase(int unit) argument
921 start_networks(int unit) argument
962 continue_networks(int unit) argument
987 auth_peer_fail(int unit, int protocol) argument
1000 auth_peer_success(int unit, int protocol, int prot_flavor, char *name, int namelen) argument
1057 auth_withpeer_fail(int unit, int protocol) argument
1075 auth_withpeer_success(int unit, int protocol, int prot_flavor) argument
1131 np_up(int unit, int proto) argument
1182 np_down(int unit, int proto) argument
1198 np_finished(int unit, int proto) argument
1391 auth_reset(int unit) argument
1447 check_passwd(int unit, char *auser, int userlen, char *apasswd, int passwdlen, char **msg) argument
1571 null_login(int unit) argument
1784 get_secret(int unit, char *client, char *server, char *secret, int *secret_len, int am_server) argument
1845 get_srp_secret(int unit, char *client, char *server, char *secret, int am_server) argument
1890 set_allowed_addrs(int unit, struct wordlist *addrs, struct wordlist *opts) argument
2044 auth_ip_addr(int unit, u_int32_t addr) argument
2654 get_eaptls_secret(int unit, char *client, char *server, char *clicertfile, char *servcertfile, char *cacertfile, char *capath, char *pkfile, int am_server) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dframe.c61 struct comp_unit *unit; member in struct:dwarf2_cie
175 static CORE_ADDR read_encoded_value (struct comp_unit *unit, gdb_byte encoding,
396 fs->pc = read_encoded_value (fde->cie->unit, fde->cie->encoding,
1527 read_encoded_value (struct comp_unit *unit, gdb_byte encoding,
1549 base = bfd_section_vma (unit->dwarf_frame_section);
1550 base += (buf - unit->dwarf_frame_buffer);
1553 base = unit->dbase;
1556 base = unit->tbase;
1563 offset = buf - unit->dwarf_frame_buffer;
1578 if (bfd_get_sign_extend_vma (unit
1518 read_encoded_value(struct comp_unit *unit, gdb_byte encoding, int ptr_len, const gdb_byte *buf, unsigned int *bytes_read_ptr, CORE_ADDR func_base) argument
1651 set_comp_unit(struct objfile *objfile, struct comp_unit *unit) argument
1670 comp_unit *unit = find_comp_unit (objfile); local
1739 decode_frame_entry_1(struct gdbarch *gdbarch, struct comp_unit *unit, const gdb_byte *start, int eh_frame_p, dwarf2_cie_table &cie_table, dwarf2_fde_table *fde_table, enum eh_frame_type entry_type) argument
2042 decode_frame_entry(struct gdbarch *gdbarch, struct comp_unit *unit, const gdb_byte *start, int eh_frame_p, dwarf2_cie_table &cie_table, dwarf2_fde_table *fde_table, enum eh_frame_type entry_type) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dframe.c62 struct comp_unit *unit; member in struct:dwarf2_cie
176 static CORE_ADDR read_encoded_value (struct comp_unit *unit, gdb_byte encoding,
289 fs->pc = read_encoded_value (fde->cie->unit, fde->cie->encoding,
1480 read_encoded_value (struct comp_unit *unit, gdb_byte encoding,
1501 base = bfd_section_vma (unit->dwarf_frame_section);
1502 base += (buf - unit->dwarf_frame_buffer);
1505 base = unit->dbase;
1508 base = unit->tbase;
1515 offset = buf - unit->dwarf_frame_buffer;
1529 if (bfd_get_sign_extend_vma (unit
1472 read_encoded_value(struct comp_unit *unit, gdb_byte encoding, int ptr_len, const gdb_byte *buf, unsigned int *bytes_read_ptr, CORE_ADDR func_base) argument
1603 set_comp_unit(struct objfile *objfile, struct comp_unit *unit) argument
1626 comp_unit *unit = find_comp_unit (objfile); local
1695 decode_frame_entry_1(struct gdbarch *gdbarch, struct comp_unit *unit, const gdb_byte *start, int eh_frame_p, dwarf2_cie_table &cie_table, dwarf2_fde_table *fde_table, enum eh_frame_type entry_type) argument
1998 decode_frame_entry(struct gdbarch *gdbarch, struct comp_unit *unit, const gdb_byte *start, int eh_frame_p, dwarf2_cie_table &cie_table, dwarf2_fde_table *fde_table, enum eh_frame_type entry_type) argument
[all...]
/netbsd-current/external/bsd/jemalloc/dist/
H A DMakefile.in161 $(srcroot)test/unit/a0.c \
162 $(srcroot)test/unit/arena_reset.c \
163 $(srcroot)test/unit/atomic.c \
164 $(srcroot)test/unit/background_thread.c \
165 $(srcroot)test/unit/background_thread_enable.c \
166 $(srcroot)test/unit/base.c \
167 $(srcroot)test/unit/bitmap.c \
168 $(srcroot)test/unit/ckh.c \
169 $(srcroot)test/unit/decay.c \
170 $(srcroot)test/unit/di
[all...]
/netbsd-current/sys/arch/hpcsh/hpcsh/
H A Dautoconf.c145 int unit, part; local
156 unit = part = 0;
160 unit = (unit * 10) + (*cp++ - '0');
169 if ((dv = device_find_by_driver_unit(devname, unit)) != NULL) {
/netbsd-current/sys/arch/vax/boot/boot/
H A Dhp.c70 hpopen(struct open_file *f, int adapt, int ctlr, int unit, int part) argument
78 unitadr = adpadr + MUREG(bootrpb.unit, 0);
81 unitadr = adpadr + MUREG(unit, 0);
83 bootrpb.unit = unit;
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_atom.c81 #define DEVICE "/dev/pps%d" /* device name and unit */
87 * PPS unit control structure
121 int unit, /* unit number (not used) */
130 * Allocate and initialize unit structure
145 snprintf(device, sizeof(device), DEVICE, unit);
165 int unit, /* unit number (not used) */
184 int unit, /* unit pointe
120 atom_start( int unit, struct peer *peer ) argument
164 atom_shutdown( int unit, struct peer *peer ) argument
183 atom_timer( int unit, struct peer *peer ) argument
215 atom_poll( int unit, struct peer *peer ) argument
[all...]
/netbsd-current/sys/arch/pmax/stand/common/
H A Drz.c53 int sc_unit; /* disk unit number */
105 int ctlr, unit, part; local
119 unit = va_arg(ap, int);
122 if (unit >= 8 || part >= 8)
124 device[5] = '0' + unit;
147 sc->sc_unit = unit;
160 /* printf("rz%d: error reading disk label\n", unit); */
/netbsd-current/sys/arch/sgimips/dev/
H A Dzs_kgdb.c131 int channel, unit; local
137 unit = (kgdb_dev & 2) ? 1 : 0; /* XXX ??? */
142 zc = zs_get_chan_addr(unit, channel);
181 int unit = minor(kgdb_dev); local
183 printf("zstty%d: kgdb interrupt\n", unit);
/netbsd-current/sys/arch/mipsco/obio/
H A Dzs_kgdb.c131 int channel, unit; local
137 unit = (kgdb_dev & 2) ? 2 : 0;
142 zc = zs_get_chan_addr(unit, channel);
181 int unit = minor(kgdb_dev); local
183 printf("zstty%d: kgdb interrupt\n", unit);
/netbsd-current/sys/arch/evbarm/evbarm/
H A Dautoconf.c68 int unit, part; local
79 unit = part = 0;
83 unit = (unit * 10) + (*cp++ - '0');
91 if ((dv = device_find_by_driver_unit(devname, unit)) != NULL) {
/netbsd-current/sys/arch/ews4800mips/stand/common/
H A Ddisk.c57 int unit; member in struct:disk
76 device_attach(int type, int unit, int partition) argument
79 /* Inquire boot device type and unit from NVSRAM */
80 boot_device(&__disk.type, &__disk.unit, &__disk.format);
84 if (unit >= 0)
85 __disk.unit = unit;
94 printf("type %d, unit %d partition %d not found.\n",
95 __disk.type, __disk.unit, __disk.partition);
213 printf("%s: type=%d unit
[all...]

Completed in 486 milliseconds

1234567891011>>