Searched defs:nout (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dioctl.c47 fc_run_priv(common_data_t *cdp, char *service, int nin, int nout, ...) argument
60 if (nin + nout > FCC_MAX_CELLS) {
62 service, nin, nout);
64 nout = FCC_MAX_CELLS - nin;
66 va_start(ap, nout);
69 cip->nresults = fc_int2cell(nout);
73 for (i = 0; i < nout; i++) {
100 else if (nout) {
102 for (i = 0; i < nout; i++)
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c687 int nout = 0; local
698 nout += 2;
703 nout++;
707 nout++;
711 nout++;
714 nout++;
717 while (nout < 7) {
719 nout++;
/illumos-gate/usr/src/cmd/refer/
H A Dhunt1.c248 int nout; local
260 nout = findline(oldtagp, &bout,
262 if (nout > 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c51 static uint_t nout; /* number of chars in ucbuf */ variable
161 ucbuf[nout++] = c;
162 if (nout == smaxqueue) {
163 nout = 0;
183 if (nout)
184 if (ret = secure_putbuf(fd, ucbuf, nout))
186 return (secure_putbuf(fd, (uchar_t *)"", nout = 0));
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Defipart.c87 u_int n, nin, nout; local
108 nout = 0;
158 hout[nout] = handle;
159 aliases[nout] = hin[n];
161 hout[nout] = hin[n];
162 nout++;
170 err = efi_register_handles(&efipart_dev, hout, aliases, nout);
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c75 static char nout[PATH_MAX] = "nohup.out"; variable
84 if ((fd = open(nout, flags, NOHUP_PERM)) < 0) {
88 if ((snprintf(nout, sizeof (nout),
89 "%s/nohup.out", home) >= sizeof (nout)) ||
90 (fd = open(nout, flags, NOHUP_PERM)) < 0) {
96 (void) fprintf(stderr, gettext("Sending output to %s\n"), nout);
280 file = &nout[0];
549 if (pr_access(P, nout, R_OK | W_OK) != 0) {
551 "access %s: %s\n"), psp->pr_pid, nout, strerro
[all...]
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c209 int nout = 0; local
216 return (nout);
221 nout++;
368 return (nout);
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c400 int nin, nout, effective_rate, max_delay = 0, n; local
576 nout = write(1, ptr, nin);
578 if (nout < 0) {
589 nin -= nout;
590 ptr += nout;
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c3435 uint_t nout; local
3438 (void) usb_console_write(console_output, cr, 2, &nout);
3440 (void) usb_console_write(console_output, &c, 1, &nout);
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c696 int nout; member in struct:stream
921 s->nout = 0;
933 out = s->blkbuf + PTOB(s->nout);
945 if (s->nout == 0 && iszpage(out)) {
948 } else if (++s->nout >= BTOP(coreblksize) ||
949 isblkbnd(s->curpage + s->nout)) {
957 putpage(corefd, s->blkbuf, s->curpage, s->nout);
958 s->nout = 0;
1048 s->nout = 0;
1053 out = s->blkbuf + PTOB(s->nout);
1203 int nout = 0, tag, doflush; local
[all...]

Completed in 87 milliseconds