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

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Derror.exp5 make: stopped in unit-tests
H A Dcond-cmp-numeric-eq.exp4 make: stopped in unit-tests
H A Ddirective-for-break.exp4 make: stopped in unit-tests
H A Dcond-func-empty.exp4 make: stopped in unit-tests
H A Dcond-func-defined.exp4 make: stopped in unit-tests
H A Dvarmod-loop-delete.exp3 make: stopped in unit-tests
H A Ddeptgt-delete_on_error.exp18 make: stopped in unit-tests
26 make: stopped in unit-tests
31 make: stopped in unit-tests
35 make: stopped in unit-tests
39 make: stopped in unit-tests
43 make: stopped in unit-tests
47 make: stopped in unit-tests
H A Dsuff-transform-expand.exp7 make: stopped in unit-tests
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_shm.c66 static int shm_start (int unit, struct peer *peer);
67 static void shm_shutdown (int unit, struct peer *peer);
68 static void shm_poll (int unit, struct peer *peer);
69 static void shm_timer (int unit, struct peer *peer);
70 static void shm_clockstats (int unit, struct peer *peer);
71 static void shm_control (int unit, const struct refclockstat * in_st,
128 int unit,
142 shmid=shmget(0x4e545030 + unit, sizeof (struct shmTime),
145 msyslog(LOG_ERR, "SHM shmget (unit %d): %m", unit);
127 getShmTime( int unit, int forall ) argument
216 shm_start( int unit, struct peer *peer ) argument
264 shm_control( int unit, const struct refclockstat * in_st, struct refclockstat * out_st, struct peer * peer ) argument
292 shm_shutdown( int unit, struct peer *peer ) argument
321 shm_poll( int unit, struct peer *peer ) argument
517 shm_timer( int unit, struct peer *peer ) argument
644 shm_clockstats( int unit, struct peer *peer ) argument
[all...]
H A Drefclock_hopfpci.c84 * hopfclock unit control structure.
87 short unit; /* NTP refclock unit number */ member in struct:hopfclock_unit
97 static void hopfpci_poll (int unit, struct peer *);
117 int unit,
125 * Allocate and initialize unit structure
135 msyslog(LOG_ERR, "Start: %s unit: %d failed!", DEVICE, unit);
157 up->unit = (short) unit;
116 hopfpci_start( int unit, struct peer *peer ) argument
166 hopfpci_shutdown( int unit, struct peer *peer ) argument
186 hopfpci_poll( int unit, struct peer *peer ) argument
[all...]
H A Drefclock_neoclock4x.c111 short unit; /* NTP refclock unit number */ member in struct:neoclock4x_unit
161 neoclock4x_start(int unit, argument
176 (void) snprintf(dev, sizeof(dev)-1, "/dev/neoclock4x-%d", unit);
192 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcgetattr) can't query serial port settings: %m", unit);
206 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcsetattr) can't set serial port 2400 8N2: %m", unit);
214 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcgetattr) can't query serial port settings: %m", unit);
227 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcsetattr) can't set serial port 2400 8N2: %m", unit);
236 msyslog(LOG_CRIT, "NeoClock4X(%d): (TCGETA) can't query serial port settings: %m", unit);
249 msyslog(LOG_CRIT, "NeoClock4X(%d): (TSGETA) can't set serial port 2400 8N2: %m", unit);
391 neoclock4x_shutdown(int unit, struct peer *peer) argument
659 neoclock4x_poll(int unit, struct peer *peer) argument
673 neoclock4x_control(int unit, const struct refclockstat *in, struct refclockstat *out, struct peer *peer) argument
898 neol_query_firmware(int fd, int unit, char *firmware, size_t maxlen) argument
1032 neol_check_firmware(int unit, const char *firmware, char *firmwaretag) argument
[all...]
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...]
/freebsd-current/sys/dev/p2sb/
H A Dp2sb.h9 int p2sb_get_port(device_t dev, int unit);
/freebsd-current/stand/i386/common/
H A Ddrv.h33 unsigned int unit; member in struct:dsk
/freebsd-current/sys/arm/xilinx/
H A Dzy7_slcr.h150 #define ZY7_SLCR_FPGA_CLK_CTRL(unit) (0x0170 + 0x10 * (unit))
158 #define ZY7_SLCR_FPGA_THR_CTRL(unit) (0x0174 + 0x10 * (unit))
161 #define ZY7_SLCR_FPGA_THR_CNT(unit) (0x0178 + 0x10 * (unit))
162 #define ZY7_SLCR_FPGA_THR_STA(unit) (0x017c + 0x10 * (unit))
307 extern int cgem_set_ref_clk(int unit, int frequency);
315 int zy7_pl_fclk_set_source(int unit, in
[all...]
/freebsd-current/sys/dev/fb/
H A Dvgareg.h65 #define VGA_MKMINOR(unit) (unit)
76 int vga_probe_unit(int unit, struct video_adapter *adp, int flags);
77 int vga_attach_unit(int unit, vga_softc_t *sc, int flags);
/freebsd-current/tools/tools/net80211/scripts/
H A Dsetup.dfs24 unit=`echo $WLAN | sed 's/wlan//'`
25 sleep 5; sysctl net.wlan.$unit.radar=1
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h44 DWARFFormValue(const DWARFUnit *unit) : m_unit(unit) {} argument
45 DWARFFormValue(const DWARFUnit *unit, dw_form_t form) argument
46 : m_unit(unit), m_form(form) {}
48 void SetUnit(const DWARFUnit *unit) { m_unit = unit; } argument
82 lldb::offset_t *offset_ptr, const DWARFUnit *unit);
90 // Compile unit where m_value was located.
91 // It may be different from compile unit where m_value refers to.
/freebsd-current/sys/dev/ata/chipsets/
H A Data-promise.c382 if (ATA_INL(ctlr->r_res1, 0x1c) & (ch->unit ? 0x00004000 : 0x00000400)) {
396 ATA_INB(ctlr->r_res1, 0x11) | (ch->unit ? 0x08 : 0x02));
397 ATA_OUTL(ctlr->r_res1, ch->unit ? 0x24 : 0x20,
420 ATA_INB(ctlr->r_res1, 0x11) & ~(ch->unit ? 0x08 : 0x02));
421 ATA_OUTL(ctlr->r_res1, ch->unit ? 0x24 : 0x20, 0);
448 int devno = (ch->unit << 1) + target;
474 (ch->unit ? 1 << 11 : 1 << 10))) {
493 (ch->unit << 7)) & 0x01000000)) {
543 ch->r_io[i].offset = offset + 0x0200 + (i << 2) + (ch->unit << 7);
546 ch->r_io[ATA_CONTROL].offset = offset + 0x0238 + (ch->unit <<
591 int unit; local
1049 int unit; local
[all...]
/freebsd-current/sys/kern/
H A Dsubr_hints.c123 const char *name, int *unit, const char *resname, const char *value,
250 if (unit && *unit != r_unit)
284 s = strchr(s, '.') + 1; /* start of unit */
308 const char *name, int *unit, const char *resname, const char *value,
319 /* Search for exact unit matches first */
320 i = res_find(&hintp, line, startln, name, unit, resname, value,
325 if (unit == NULL)
338 resource_int_value(const char *name, int unit, const char *resname, int *result) argument
347 error = resource_find(&line, NULL, name, &unit, resnam
122 res_find(char **hintp_cookie, int *line, int *startln, const char *name, int *unit, const char *resname, const char *value, const char **ret_name, int *ret_namelen, int *ret_unit, const char **ret_resname, int *ret_resnamelen, const char **ret_value) argument
307 resource_find(int *line, int *startln, const char *name, int *unit, const char *resname, const char *value, const char **ret_name, int *ret_namelen, int *ret_unit, const char **ret_resname, int *ret_resnamelen, const char **ret_value) argument
361 resource_long_value(const char *name, int unit, const char *resname, long *result) argument
385 resource_string_value(const char *name, int unit, const char *resname, const char **result) argument
433 resource_find_match(int *anchor, const char **name, int *unit, const char *resname, const char *value) argument
461 resource_find_dev(int *anchor, const char *name, int *unit, const char *resname, const char *value) argument
482 resource_disabled(const char *name, int unit) argument
498 resource_unset_value(const char *name, int unit, const char *resname) argument
[all...]
/freebsd-current/sys/dev/iommu/
H A Dbusdma_iommu.c110 * the IOMMU unit and used for page table lookup. PCI bridges may take
134 * unit.
171 * requester by IOMMU unit. Check whether the
230 iommu_instantiate_ctx(struct iommu_unit *unit, device_t dev, bool rmrr) argument
241 * cannot disable the IOMMU unit, due to possibility of other
242 * devices on the same IOMMU unit still requiring translation.
249 ctx = iommu_get_ctx(unit, requester, rid, disabled, rmrr);
257 IOMMU_LOCK(unit);
260 IOMMU_UNLOCK(unit);
262 iommu_free_ctx_locked(unit, ct
272 struct iommu_unit *unit; local
306 struct iommu_unit *unit; local
332 iommu_set_buswide_ctx(struct iommu_unit *unit, u_int busno) argument
343 iommu_is_buswide_ctx(struct iommu_unit *unit, u_int busno) argument
925 struct iommu_unit *unit; local
951 iommu_bus_schedule_dmamap(struct iommu_unit *unit, struct bus_dmamap_iommu *map) argument
962 iommu_init_busdma(struct iommu_unit *unit) argument
980 iommu_fini_busdma(struct iommu_unit *unit) argument
1074 iommu_domain_init(struct iommu_unit *unit, struct iommu_domain *domain, const struct iommu_domain_map_ops *ops) argument
[all...]
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c94 int unit, error; local
148 for (unit = 0; unit < LPC_UART_NUM; unit++) {
149 if (strcasecmp(lpcdev, lpc_uart_names[unit]) == 0) {
151 lpc_uart_names[unit]);
258 int unit, error; local
269 for (unit = 0; unit < LPC_UART_NUM; unit
415 int unit; local
593 int unit, ret; local
[all...]
/freebsd-current/sbin/ggate/ggatel/
H A Dggatel.c53 static int unit = G_GATE_UNIT_AUTO; variable
64 "[-s sectorsize] [-t timeout] [-u unit] <path>\n", getprogname());
65 fprintf(stderr, " %s rescue [-v] [-o <ro|wo|rw>] <-u unit> "
67 fprintf(stderr, " %s destroy [-f] <-u unit>\n", getprogname());
68 fprintf(stderr, " %s list [-v] [-u unit]\n", getprogname());
91 g_gate_destroy(unit, 1);
97 ggio.gctl_unit = unit;
178 ggioc.gctl_unit = unit;
188 if (unit == -1)
190 unit
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h103 template <typename Period> struct unit { static const char value[]; }; struct in namespace:llvm::detail
104 template <typename Period> const char unit<Period>::value[] = "";
106 template <> struct unit<std::ratio<3600>> { static const char value[]; }; struct in namespace:llvm::detail
107 template <> struct unit<std::ratio<60>> { static const char value[]; }; struct in namespace:llvm::detail
108 template <> struct unit<std::ratio<1>> { static const char value[]; }; struct in namespace:llvm::detail
109 template <> struct unit<std::milli> { static const char value[]; }; struct in namespace:llvm::detail
110 template <> struct unit<std::micro> { static const char value[]; }; struct in namespace:llvm::detail
111 template <> struct unit<std::nano> { static const char value[]; }; struct in namespace:llvm::detail
118 /// duration_options ::= [unit][show_unit [number_options]]
119 /// unit
183 StringRef unit; local
191 Stream << " " << unit; local
[all...]
/freebsd-current/lib/libmixer/
H A Dmixer.c78 m->unit = -1;
80 /* `name` is "/dev/mixer" so, we'll use the default unit. */
83 m->unit = strtol(name + strlen(BASEPATH), NULL, 10);
88 if ((m->unit = mixer_get_dunit()) < 0)
90 (void)snprintf(m->name, sizeof(m->name), BASEPATH "%d", m->unit);
97 m->f_default = m->unit == mixer_get_dunit();
98 m->mode = mixer_get_mode(m->unit);
99 /* The unit number _must_ be set before the ioctl. */
100 m->mi.dev = m->unit;
101 m->ci.card = m->unit;
424 int unit; local
441 mixer_set_dunit(struct mixer *m, int unit) argument
459 mixer_get_mode(int unit) argument
501 mixer_get_path(char *buf, size_t size, int unit) argument
[all...]

Completed in 744 milliseconds

1234567891011>>