Searched refs:n_out (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dsiftr.c243 uint64_t n_out; member in struct:siftr_stats
849 ss->n_out++;
1026 ss->n_out++;
1267 totalss.n_out = DPCPU_VARSUM(ss, n_out);
1300 (uintmax_t)totalss.n_out,
1301 (uintmax_t)(totalss.n_in + totalss.n_out),
/freebsd-10.0-release/sys/dev/fdc/
H A Dfdc.c466 fdc_cmd(struct fdc_data *fdc, int n_out, ...) argument
473 va_start(ap, n_out);
474 for (n = 0; n < n_out; n++) {
482 cmd, n + 1, n_out);
/freebsd-10.0-release/sys/pc98/cbus/
H A Dfdc.c427 fd_cmd(struct fdc_data *fdc, int n_out, ...) argument
434 va_start(ap, n_out);
437 va_start(ap, n_out);
438 for (n = 0; n < n_out; n++)
445 cmd, n + 1, n_out);

Completed in 130 milliseconds