Searched refs:unit (Results 76 - 100 of 744) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf2.c88 /* The next unread compilation unit within the .debug_info section.
162 unit as specified in the compilation unit header. */
177 /* TRUE if there is a line number table associated with this comp. unit. */
187 /* Pointer to the first child die for the comp unit. */
190 /* The end of the comp unit. */
196 /* A list of the functions found in this comp. unit. */
199 /* A list of the variables found in this comp. unit. */
205 /* Address size for this unit - from unit heade
305 read_indirect_string(struct comp_unit* unit, bfd_byte *buf, unsigned int *bytes_read_ptr) argument
362 read_address(struct comp_unit *unit, bfd_byte *buf) argument
552 read_attribute_value(struct attribute *attr, unsigned form, struct comp_unit *unit, bfd_byte *info_ptr) argument
683 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, struct comp_unit *unit, bfd_byte *info_ptr) argument
969 decode_line_info(struct comp_unit *unit, struct dwarf2_debug *stash) argument
1408 read_debug_ranges(struct comp_unit *unit) argument
1442 lookup_address_in_function_table(struct comp_unit *unit, bfd_vma addr, struct funcinfo **function_ptr, const char **functionname_ptr) argument
1484 lookup_symbol_in_function_table(struct comp_unit *unit, asymbol *sym, bfd_vma addr, const char **filename_ptr, unsigned int *linenumber_ptr) argument
1533 lookup_symbol_in_variable_table(struct comp_unit *unit, asymbol *sym, bfd_vma addr, const char **filename_ptr, unsigned int *linenumber_ptr) argument
1564 find_abstract_instance_name(struct comp_unit *unit, bfd_uint64_t die_ref) argument
1614 read_rangelist(struct comp_unit *unit, struct arange *arange, bfd_uint64_t offset) argument
1660 scan_unit_for_symbols(struct comp_unit *unit) argument
1901 struct comp_unit* unit; local
2053 comp_unit_contains_address(struct comp_unit *unit, bfd_vma addr) argument
2081 comp_unit_find_nearest_line(struct comp_unit *unit, bfd_vma addr, const char **filename_ptr, const char **functionname_ptr, unsigned int *linenumber_ptr, struct dwarf2_debug *stash) argument
2139 comp_unit_find_line(struct comp_unit *unit, asymbol *sym, bfd_vma addr, const char **filename_ptr, unsigned int *linenumber_ptr, struct dwarf2_debug *stash) argument
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_msfees.c75 bug->values[14] = inherent_delay[unit].l_uf;
76 bug->values[15] = offset_fudge[unit].l_uf;
84 bug->times[6] = inherent_delay[unit];
85 bug->times[8] = os_delay[unit];
86 bug->times[7] = fudgefactor[unit];
87 bug->times[9] = offset_fudge[unit];
240 struct eesunit { /* EES unit control structure. */
256 u_char unit; /* unit number for this guy */ member in struct:eesunit
305 /* Data space for the unit structure
429 msfees_start( int unit, struct peer *peer ) argument
603 msfees_shutdown( int unit, struct peer *peer ) argument
1425 msfees_poll( int unit, struct peer *peer ) argument
[all...]
H A Drefclock_atom.c79 #define DEVICE "/dev/pps%d" /* device name and unit */
85 * PPS unit control structure
119 int unit, /* unit number (not used) */
128 * Allocate and initialize unit structure
143 snprintf(device, sizeof(device), DEVICE, unit);
163 int unit, /* unit number (not used) */
182 int unit, /* unit pointe
118 atom_start( int unit, struct peer *peer ) argument
162 atom_shutdown( int unit, struct peer *peer ) argument
181 atom_timer( int unit, struct peer *peer ) argument
213 atom_poll( int unit, struct peer *peer ) argument
[all...]
H A Drefclock_palisade.c298 int unit,
309 snprintf(gpsdev, sizeof(gpsdev), DEVICE, unit);
318 printf("Palisade(%d) start: open %s failed\n", unit, gpsdev);
323 msyslog(LOG_NOTICE, "Palisade(%d) fd: %d dev: %s", unit, fd,
328 "Palisade(%d) tcgetattr(fd, &tio): %m",unit);
330 printf("Palisade(%d) tcgetattr(fd, &tio)\n",unit);
340 * Allocate and initialize unit structure
351 ,unit);
355 ,unit);
360 ,unit);
297 palisade_start( int unit, struct peer *peer ) argument
442 palisade_shutdown( int unit, struct peer *peer ) argument
1200 palisade_poll( int unit, struct peer *peer ) argument
[all...]
H A Drefclock_hopfser.c64 #define DEVICE "/dev/hopfclock%d" /* device name and unit */
84 * hopfclock unit control structure.
88 short unit; /* NTP refclock unit number */ member in struct:hopfclock_unit
121 int unit,
130 snprintf(gpsdev, sizeof(gpsdev), DEVICE, unit);
138 printf("hopfSerialClock(%d) start: open %s failed\n", unit, gpsdev);
143 msyslog(LOG_NOTICE, "hopfSerialClock(%d) fd: %d dev: %s", unit, fd,
147 * Allocate and initialize unit structure
158 printf("hopfSerialClock(%d) io_addclock\n", unit);
120 hopfserial_start( int unit, struct peer *peer ) argument
185 hopfserial_shutdown( int unit, struct peer *peer ) argument
349 hopfserial_poll( int unit, struct peer *peer ) argument
[all...]
H A Drefclock_pcf.c64 int unit,
75 snprintf(device, sizeof(device), DEVICE, unit);
78 snprintf(device, sizeof(device), OLDDEVICE, unit);
114 int unit,
131 int unit,
209 unit, pp->year, tp->tm_mon + 1, tp->tm_mday, pp->hour,
63 pcf_start( int unit, struct peer *peer ) argument
113 pcf_shutdown( int unit, struct peer *peer ) argument
130 pcf_poll( int unit, struct peer *peer ) argument
H A Drefclock_local.c108 int unit,
144 int unit,
160 if (unit == VMS_LOCALUNIT) {
107 local_start( int unit, struct peer *peer ) argument
143 local_poll( int unit, struct peer *peer ) argument
/freebsd-11-stable/sbin/ggate/ggatel/
H A Dggatel.c55 static int unit = G_GATE_UNIT_AUTO; variable
66 "[-s sectorsize] [-t timeout] [-u unit] <path>\n", getprogname());
67 fprintf(stderr, " %s rescue [-v] [-o <ro|wo|rw>] <-u unit> "
69 fprintf(stderr, " %s destroy [-f] <-u unit>\n", getprogname());
70 fprintf(stderr, " %s list [-v] [-u unit]\n", getprogname());
93 g_gate_destroy(unit, 1);
99 ggio.gctl_unit = unit;
180 ggioc.gctl_unit = unit;
190 if (unit == -1)
192 unit
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcond2.exp6 make: stopped in unit-tests
/freebsd-11-stable/sys/dev/sound/midi/
H A Dmidi.h52 kobj_t midimapper_addseq(void *arg1, int *unit, void **cookie);
55 kobj_t midimapper_fetch_synth(void *arg, void *cookie, int unit);
/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_slcr.c212 cgem_set_ref_clk(int unit, int frequency) argument
241 WR4(sc, unit ? ZY7_SLCR_GEM1_CLK_CTRL : ZY7_SLCR_GEM0_CLK_CTRL,
259 zy7_pl_fclk_set_source(int unit, int source) argument
273 reg = RD4(sc, ZY7_SLCR_FPGA_CLK_CTRL(unit));
276 WR4(sc, ZY7_SLCR_FPGA_CLK_CTRL(unit), reg);
287 zy7_pl_fclk_get_source(int unit) argument
299 reg = RD4(sc, ZY7_SLCR_FPGA_CLK_CTRL(unit));
313 zy7_pl_fclk_set_freq(int unit, int frequency) argument
324 source = zy7_pl_fclk_get_source(unit);
363 reg = RD4(sc, ZY7_SLCR_FPGA_CLK_CTRL(unit));
379 zy7_pl_fclk_get_freq(int unit) argument
435 zy7_pl_fclk_enable(int unit) argument
459 zy7_pl_fclk_disable(int unit) argument
483 zy7_pl_fclk_enabled(int unit) argument
[all...]
/freebsd-11-stable/sys/dev/fb/
H A Dvgareg.h65 #define VGA_MKMINOR(unit) (unit)
79 int vga_probe_unit(int unit, struct video_adapter *adp, int flags);
80 int vga_attach_unit(int unit, vga_softc_t *sc, int flags);
/freebsd-11-stable/sbin/growfs/tests/
H A Dlegacy_test.pl12 my $unit;
13 END { system "mdconfig -du$unit" if defined $unit };
34 open my $fd, "|-", "disklabel -R md$unit /dev/stdin" or die;
45 sysopen my $fd, "/dev/md$unit", O_RDWR or die "/dev/md$unit: $!";
58 $unit = substr $md, 2;
99 system "mdconfig -du$unit";
100 undef $unit;
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dload_hashnode.c19 load_hashnode(unit, name, node, ttl, iocfunc)
20 int unit;
35 op.iplo_unit = unit;
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_chip.c146 ar71xx_chip_set_mii_speed(uint32_t unit, uint32_t speed) argument
150 switch (unit) {
158 printf("%s: invalid MII unit set for arge unit: %d\n",
159 __func__, unit);
174 printf("%s: invalid MII speed (%d) set for arge unit: %d\n",
175 __func__, speed, unit);
186 ar71xx_chip_set_mii_if(uint32_t unit, uint32_t mii_mode) argument
190 switch (unit) {
202 printf("%s: invalid MII mode (%d) for unit
233 ar71xx_chip_set_pll_ge(int unit, int speed, uint32_t pll) argument
[all...]
/freebsd-11-stable/sys/dev/dcons/
H A Ddcons_crom.c74 struct crom_chunk unit; member in struct:dcons_crom_softc
112 crom_add_entry(&sc->unit, DCONS_CSR_KEY_RESET_HI, ADDR_HI(idt_paddr));
113 crom_add_entry(&sc->unit, DCONS_CSR_KEY_RESET_LO, ADDR_LO(idt_paddr));
128 bzero(&sc->unit, sizeof(struct crom_chunk));
130 crom_add_chunk(src, root, &sc->unit, CROM_UDIR);
131 crom_add_entry(&sc->unit, CSRKEY_SPEC, CSRVAL_VENDOR_PRIVATE);
132 crom_add_simple_text(src, &sc->unit, &sc->spec, "FreeBSD");
133 crom_add_entry(&sc->unit, CSRKEY_VER, DCONS_CSR_VAL_VER);
134 crom_add_simple_text(src, &sc->unit, &sc->ver, "dcons");
135 crom_add_entry(&sc->unit, DCONS_CSR_KEY_H
[all...]
/freebsd-11-stable/contrib/ntp/util/
H A Dsht.c49 int unit
53 int shmid=shmget (0x4e545030+unit, sizeof (struct shmTime), IPC_CREAT|0777);
70 snprintf (buf, sizeof(buf), "NTP%d", unit);
120 int unit; local
126 printf (" uu use clock unit uu (default: 2)\n");
139 unit = strtoul(argv[1], &argp, 10);
141 unit = 2;
147 p=getShmTime(unit);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.print.c221 int unit, oldexitset = exitset; local
243 unit = didfds ? 2 : SHDIAG;
245 unit = didfds ? 1 : SHOUT;
248 if (didfds == 0 && ioctl(unit, TIOCLGET, (ioctl_t) & lmode) == 0 &&
251 (void) ioctl(unit, TIOCLBIC, (ioclt_t) & lmode);
252 (void) xwrite(unit, "\n", 1);
256 if (xwrite(unit, linbuf, linp - linbuf) == -1)
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_pool.c596 int unit, i, err = 0; local
604 unit = op->iplo_unit;
605 if (unit == IPL_LOGALL) {
608 } else if (unit >= 0 && unit <= IPL_LOGMAX) {
609 unit++; /* -1 => 0 */
611 stats.ipls_list[unit] = ipf_pool_exists(softp, unit - 1,
614 stats.ipls_list[unit] = softp->ipf_pool_list[unit];
949 int poolnum, unit; local
1137 int i, num = 0, unit, err; local
[all...]
/freebsd-11-stable/sys/dev/ata/
H A Data-pci.c87 int unit; local
116 for (unit = 0; unit < ctlr->channels; unit++) {
117 if ((ctlr->ichannels & (1 << unit)) == 0)
120 ((unit == 0 || unit == 1) && ctlr->legacy) ?
121 unit : devclass_find_free_unit(ata_devclass, 2));
125 device_set_ivars(child, (void *)(intptr_t)unit);
227 int unit local
286 int unit = ((struct ata_channel *)device_get_softc(child))->unit; local
336 int unit; local
363 int unit; local
797 int unit; local
[all...]
/freebsd-11-stable/sys/dev/sound/
H A Dclone.c76 int unit; member in struct:snd_clone_entry
598 SND_CLONE_ASSERT(ce->unit == dev2unit(dev),
599 ("invalid unit ce->unit=0x%08x dev2unit=0x%08x",
600 ce->unit, dev2unit(dev)));
611 snd_clone_alloc(struct snd_clone *c, struct cdev **dev, int *unit, int tmask) argument
623 SND_CLONE_ASSERT(unit != NULL, ("NULL unit pointer"));
624 SND_CLONE_ASSERT(*unit == -1 || !(*unit
[all...]
/freebsd-11-stable/stand/i386/libi386/
H A Dbiosdisk.c89 * List of BIOS devices, translation from disk unit number to
90 * BIOS unit number.
95 int bd_unit; /* BIOS unit number */
197 int unit; local
203 unit = 0;
205 if (unit == dev->d_unit)
207 unit++;
213 * Translate between BIOS device numbers and our private unit numbers.
220 int i, unit; local
224 unit
242 int unit; local
290 int unit, numfd; local
323 int base, unit; local
457 bd_check_extensions(int unit) argument
483 bd_reset_disk(int unit) argument
1299 int i, unit, slice, partition; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp37 DWARFUnit *unit = debug_info.GetUnitAtIndex(U); local
38 if (unit && m_units_to_avoid.count(unit->GetOffset()) == 0)
39 units_to_index.push_back(unit);
47 // caused us to load the unit's DIEs.
58 // Create a task runner that extracts dies for each DWARF unit in a
65 // unit refers to another and the indexes accesses those DIEs.
68 // Now create a task runner that can index each DWARF unit in a
90 void ManualDWARFIndex::IndexUnit(DWARFUnit &unit, IndexSet &set) { argument
92 !unit
114 IndexUnitImpl(DWARFUnit &unit, const LanguageType cu_language, IndexSet &set) argument
361 GetGlobalVariables(const DWARFUnit &unit, DIEArray &offsets) argument
[all...]
/freebsd-11-stable/sys/dev/scc/
H A Dscc_dev_quicc.c91 int unit; local
95 unit = ch->ch_nr - 1;
96 val0 = quicc_read2(bas, QUICC_REG_SCC_TODR(unit));
97 quicc_write2(bas, QUICC_REG_SCC_TODR(unit), ~val0);
98 val1 = quicc_read2(bas, QUICC_REG_SCC_TODR(unit));
99 quicc_write2(bas, QUICC_REG_SCC_TODR(unit), val0);
/freebsd-11-stable/sys/mips/cavium/
H A Duart_bus_octeonusart.c87 int unit; local
89 unit = device_get_unit(dev);
108 return (uart_bus_probe(dev, sc->sc_bas.regshft, 0, 0, 0, unit, 0));

Completed in 183 milliseconds

1234567891011>>