Home
last modified time | relevance | path

Searched refs:nrem (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/auditreduce/
H A Dmain.c187 int range, procno, i, tofork, nnsp, nrem; in mfork() local
232 nrem = nsp % tofork; /* remainder to spread around */ in mfork()
265 range = (nrem > 0) ? nnsp + 1 : nnsp; in mfork()
286 nrem--; in mfork()
565 int range, i, tofork, nnsp, nrem; in mcount() local
578 nrem = nsp % tofork; in mcount()
580 range = (nrem > 0) ? nnsp + 1 : nnsp; in mcount()
582 nrem--; in mcount()
/titanic_50/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Ddebug.c371 size_t nrows, nrem; in snmp_log_asn() local
412 nrem = pktsz % 16; in snmp_log_asn()
413 for (i = 0; i < nrem; i++) { in snmp_log_asn()
431 int nrows, nrem; in snmp_log_pkt() local
454 nrem = pktsz % SNMP_NCHARS_IN_A_ROW; in snmp_log_pkt()
474 snmp_get_dumpchars(ascii, p, nrem); in snmp_log_pkt()
479 if (i < nrem) in snmp_log_pkt()
/titanic_50/usr/src/common/mdesc/
H A Dmdesc_diff.c107 int nrem = 0; in md_diff_init() local
211 mde_rem_scr[nrem++] = md1nodesp[idx]; in md_diff_init()
244 if (nrem) { in md_diff_init()
245 int remsz = sizeof (mde_cookie_t) * nrem; in md_diff_init()
250 diff_res->removed.nelem = nrem; in md_diff_init()
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1831 size_t nrem = PATH_MAX - 1; in expand() local
1838 if (nrem == 0) in expand()
1842 *nptr++ = *optr++, nrem--; in expand()
1861 nrem--; in expand()
1865 if (len >= nrem) in expand()
1870 nrem -= len; in expand()
1893 if (machine_sz >= nrem) in expand()
1898 nrem -= machine_sz; in expand()
1922 if (platform_sz >= nrem) in expand()
1927 nrem -= platform_sz; in expand()
[all …]