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

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-hyphen-include.exp3 make: stopped in unit-tests
H A Ddirective-sinclude.exp3 make: stopped in unit-tests
H A Ddirective-dinclude.exp3 make: stopped in unit-tests
H A Ddep-op-missing.exp3 make: stopped in unit-tests
H A Dvar-recursive.exp5 make: stopped in unit-tests
9 make: stopped in unit-tests
14 make: stopped in unit-tests
18 make: stopped in unit-tests
H A Drecursive.exp4 make: stopped in unit-tests
H A Ddirective-for-null.exp5 make: stopped in unit-tests
H A Ddoterror.exp7 make: stopped in unit-tests
H A Ddep-percent.exp5 make: stopped in unit-tests
H A Dsuff-self.exp5 make: stopped in unit-tests
H A Dsuff-clear-single.exp5 make: stopped in unit-tests
H A Dvarname-make_print_var_on_error.exp6 make: stopped in unit-tests
H A Dopt-keep-going-multiple.exp8 make: stopped in unit-tests
H A Dopt-keep-going.exp8 make: stopped in unit-tests
H A Dsh-jobs.exp5 make: stopped in unit-tests
H A Djobs-empty-commands-error.exp4 make: stopped in unit-tests
H A Ddep.exp4 make: stopped in unit-tests
H A Dvarparse-dynamic.exp4 make: stopped in unit-tests
/freebsd-current/contrib/tcp_wrappers/
H A Dtli.c91 if (request->client->unit != 0) {
93 client = *(struct sockaddr_storage *) request->client->unit->addr.buf;
96 client = *(struct sockaddr_in *) request->client->unit->addr.buf;
100 if (request->server->unit != 0) {
102 server = *(struct sockaddr_storage *) request->server->unit->addr.buf;
105 server = *(struct sockaddr_in *) request->server->unit->addr.buf;
124 if (request->client->unit != 0)
125 t_free((char *) request->client->unit, T_UNITDATA);
126 if (request->server->unit != 0)
127 t_free((char *) request->server->unit, T_UNITDAT
243 struct t_unitdata *unit = host->unit; local
259 struct t_unitdata *unit = host->unit; local
345 struct t_unitdata *unit; local
[all...]
/freebsd-current/usr.sbin/mlxcontrol/
H A Dinterface.c45 mlx_foreach(void (*func)(int unit, void *arg), void *arg) argument
62 * Open the controller (unit) and give the fd to (func) along with (arg)
65 mlx_perform(int unit, void (*func)(int fd, void *arg), void *arg) argument
69 if ((fd = open(ctrlrpath(unit), 0)) >= 0) {
79 mlxd_foreach_ctrlr(int unit, void *arg) argument
85 if ((ctrlfd = open(ctrlrpath(unit), 0)) < 0)
89 /* Get the unit number of the next child device */
95 /* check that we can open this unit */
106 mlxd_foreach(void (*func)(int unit, void *arg), void *arg) argument
116 * Find the controller that manages the drive (unit), retur
121 int unit; member in struct:__anon6675
127 mlxd_find_ctrlr_search(int unit, void *arg) argument
150 mlxd_find_ctrlr(int unit, int *ctrlr, int *sysdrive) argument
186 mlx_enquiry(int unit, struct mlx_enquiry2 *enq) argument
208 mlx_read_configuration(int unit, struct mlx_core_cfg *cfg) argument
228 mlx_scsi_inquiry(int unit, int channel, int target, char **vendor, char **device, char **revision) argument
273 mlx_get_device_state(int unit, int channel, int target, struct mlx_phys_drv *drv) argument
[all...]
/freebsd-current/lib/libstdbuf/
H A Dstdbuf.c53 char *unit; local
72 bufsize = strtol(bufmode, &unit, 0);
73 if (errno == EINVAL || errno == ERANGE || unit == bufmode)
76 switch (*unit) {
89 warnx("Unknown suffix '%c' for %s", *unit,
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_leitch.c51 fprintf(stderr, "leitch_send: unit %d send failed\n", A->unit); \
53 msyslog(LOG_ERR, "leitch_send: unit %d send failed %m",A->unit);}
57 msyslog(LOG_ERR, "leitch_send: unit %d send failed %m",A->unit);}
67 * LEITCH unit control structure
72 u_char unit; member in struct:leitchunit
143 int unit,
149 if (unit >
142 leitch_shutdown( int unit, struct peer *peer ) argument
165 leitch_poll( int unit, struct peer *peer ) argument
196 leitch_control( int unit, const struct refclockstat *in, struct refclockstat *out, struct peer *passed_peer ) argument
238 leitch_start( int unit, struct peer *peer ) argument
[all...]
/freebsd-current/sys/arm/mv/
H A Dmvvar.h70 int target; /* Mbus unit ID */
119 void mv_mask_endpoint_irq(uintptr_t nb, int unit);
120 void mv_unmask_endpoint_irq(uintptr_t nb, int unit);
122 int mv_drbl_get_next_irq(int dir, int unit);
123 void mv_drbl_mask_all(int unit);
124 void mv_drbl_mask_irq(uint32_t irq, int dir, int unit);
125 void mv_drbl_unmask_irq(uint32_t irq, int dir, int unit);
126 void mv_drbl_set_mask(uint32_t val, int dir, int unit);
127 uint32_t mv_drbl_get_mask(int dir, int unit);
128 void mv_drbl_set_cause(uint32_t val, int dir, int unit);
[all...]
/freebsd-current/sys/isa/
H A Dsyscons_isa.c100 *sc_get_softc(int unit, int flags) argument
104 if (unit < 0)
107 /* FIXME: clear if it is wired to another unit! */
111 unit));
115 sc->unit = unit;
150 sc_get_cons_priority(int *unit, int *flags) argument
155 *unit = -1;
164 /* the user designates this unit to be the console */
165 *unit
[all...]
/freebsd-current/tests/sys/geom/class/
H A Dgeom_subr.sh29 local test_md unit
32 unit=${test_md#md}
33 mdconfig -d -u $unit || exit

Completed in 316 milliseconds

1234567891011>>