Searched defs:ocnt (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioUnixfile.cc556 long ocnt; // write size local
569 ocnt = GetHeader().Time_to_Bytes(pos);
570 if (ocnt == 0)
594 cnt = (ocnt >= (long)bufl) ? bufl : (size_t)ocnt;
598 ocnt -= (long)cnt;
599 } while (ocnt > 0);
/illumos-gate/usr/src/cmd/iconv/
H A Diconv_main.c188 size_t ileft, oleft, ocnt; local
217 ocnt = OBUFSIZ - oleft;
218 if (ocnt > 0) {
219 nw = fwrite(obuf, 1, ocnt, stdout);
220 if (nw != ocnt) {
302 ocnt = OBUFSIZ - oleft;
303 if (ocnt > 0) {
304 nw = fwrite(obuf, 1, ocnt, stdout);
305 if (nw != ocnt) {
/illumos-gate/usr/src/uts/common/os/
H A Dsid.c327 int ocnt = kcrsid_sidcount(okcr); local
335 if (ocnt == 0 ||
336 (ocnt == 1 && okcr->kr_sidx[i].ks_domain != NULL)) {
359 int ocnt = kcrsid_sidcount(okcr); local
367 if (ocnt == 0 || (okcr->kr_sidlist != NULL &&
368 ocnt == okcr->kr_sidlist->ksl_nsid)) {
/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c633 int ocnt, lcnt, mcnt; local
650 ocnt = BUFSIZ; obp = obuf;
678 (void) write_(0, obuf, BUFSIZ - ocnt);
690 if (--ocnt == 0) {
692 obp = obuf; ocnt = BUFSIZ;
753 if (--ocnt == 0) {
755 obp = obuf; ocnt = BUFSIZ;
759 if (--ocnt == 0) {
761 obp = obuf; ocnt = BUFSIZ;
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c215 uint_t j, cnt, icnt = 0u, ocnt = 0u; local
224 ocnt += 1;
230 *oconsoles = ocnt;
848 uint_t i, icnt = 0, ocnt = 0; local
911 (void) usable_consoles(ms, &icnt, &ocnt);
924 if (ocnt == 0 && (mode & FOROUTPUT))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c488 srv_secinfo_exp2exp(exportdata_t *curdata, secinfo_t *oldsecinfo, int ocnt) argument
497 ASSERT(ocnt > 0);
505 tcnt = ccnt + ocnt;
507 for (o = 0; o < ocnt; o++) {
566 for (o = 0; o < ocnt; o++) {
617 int ocnt, o; /* sec count in transfer data - trandata */ local
624 ocnt = olddata->ex_seccnt;
630 tcnt = ocnt;
632 for (o = 0; o < ocnt; o++) {
643 for (o = 0; o < ocnt;
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c593 int ocnt; local
596 for (ocnt = 0; ocnt < fmep->uniqobs; ocnt++) {
597 (void) snprintf(tmpbuf, OBBUFNMSZ, "observed%d", ocnt);
650 (void) snprintf(tmpbuf, OBBUFNMSZ, "observed%d.nvp", ocnt);
663 if (ocnt == 0)
675 if (ocnt == fmep->uniqobs) {

Completed in 85 milliseconds