| /onnv/onnv-gate/usr/src/cmd/lvm/rpc.metamedd/ |
| med_hash.c | 86 (*cp)->bp[i].nent = 0; 130 if (bp->nent >= bp->nalloc) { 164 bp->itempp[bp->nent] = itemp; 165 bp->nent++; 182 for (i = 0; i < bp->nent; i++) 200 cp->bp[*bidx].nent == 0); (*bidx)++) 203 if (*bidx < cp->hsz && cp->bp[*bidx].nent > 0) { 225 if ((*iidx + 1) < cp->bp[*bidx].nent) { 230 cp->bp[*bidx].nent == 0); 233 if (*bidx < cp->hsz && cp->bp[*bidx].nent > 0) [all...] |
| med_hash.h | 50 int nent; member in struct:bucket_t
|
| /onnv/onnv-gate/usr/src/cmd/mdb/tools/findfp/common/ |
| findsym.c | 43 int symtabidx, nent, i; local 53 nent = shdr.sh_size / shdr.sh_entsize; 55 for (i = 0; i < nent; i++) {
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| event_port.c | 140 port_sendn(int ports[], int errors[], uint_t nent, int events, void *user) 146 if (nent <= PORT_MAX_LIST) { 148 (uintptr_t)ports, (uintptr_t)errors, nent, events, 155 for (offset = 0; offset < nent; ) { 156 lnent = nent - offset; 157 if (nent - offset > PORT_MAX_LIST) 160 lnent = nent - offset;
|
| /onnv/onnv-gate/usr/src/cmd/mdb/tools/setdynflag/common/ |
| setdynflag.c | 92 int fd, secidx, nent, i; local 114 nent = shdr.sh_size / shdr.sh_entsize; 115 for (i = 0; i < nent; i++) { 129 if (i == nent) {
|
| /onnv/onnv-gate/usr/src/lib/libpkg/common/ |
| nhash.h | 49 int nent; member in struct:bucket_t
|
| nhash.c | 122 if (bp->nent >= bp->nalloc) { 155 bp->itempp[bp->nent] = itemp; 156 bp->nent++; 176 for (i = 0; i < bp->nent; i++) {
|
| ncgrpw.c | 417 int nent = 0; /* Number of entries in the member list. */ local 446 * First count the members. The nent variable will be 449 for (tp = grp->gr_mem; *tp; nent++, tp++); 452 memp = malloc(sizeof (char **)* (nent+1)); 457 (sizeof (char **)* (nent+1)), 468 for (nent = 0, tp = grp->gr_mem; *tp; tp++) { 469 if ((memp[nent++] = strdup(*tp)) == NULL) { 486 memp[nent++] = '\0';
|
| /onnv/onnv-gate/usr/src/lib/libc/port/aio/ |
| posix_aio.c | 123 int nent, struct sigevent *_RESTRICT_KYWD sigevp) 142 if (nent <= 0 || nent > aio_list_max) { 159 for (i = 0; i < nent; i++) { 182 error = (int)_kaio(AIOLIO, mode, list, nent, sigevp); 227 head->lio_nent = head->lio_refcnt = nent; 233 for (i = 0; i < nent; i++) { 285 if ((nent - aio_ufs) > 0) 286 (void) _kaio(AIOLIOWAIT, mode, list, nent, sigevp); 306 for (i = 0; i < nent; i++) [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/fstyp/ |
| fstyp.c | 134 static boolean_t dir_find_label(fstyp_pcfs_t *h, struct pcdir *d, int nent); 359 int nent, resid; local 375 nent = secsize / sizeof (struct pcdir); 376 if (nent > resid) { 377 nent = resid; 379 if (dir_find_label(h, (struct pcdir *)buf, nent)) { 383 resid -= nent; 401 int nent; local 419 nent = clustersize / sizeof (struct pcdir); 420 if (dir_find_label(h, (struct pcdir *)buf, nent)) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/portfs/ |
| port.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/ps/ |
| ucbps.c | 151 int nent; local 347 nent = 0; /* no active entries yet */ 493 if (nent >= entsize) { 502 if ((psent[nent].psinfo = malloc(sizeof (psinfo_t))) 507 *psent[nent].psinfo = info; 509 psent[nent].psargs = NULL; 511 if ((psent[nent].psargs = malloc(strlen(psargs)+1)) 516 (void) strcpy(psent[nent].psargs, psargs); 518 psent[nent].found = found; 519 nent++ [all...] |
| ps.c | 85 size_t nent; /* number of active entries */ member in struct:ughead [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| aio.c | 608 aiowaitn(void *uiocb, uint_t nent, uint_t *nwait, timespec_t *timout) 625 if (aiop == NULL || nent == 0 || nent > _AIO_LISTIO_MAX) 641 waitcnt = nent; 649 iocbsz = (sizeof (aiocb_t *) * nent); 652 iocbsz = (sizeof (caddr32_t) * nent); 726 cnt += aio_reqlist_concat(aiop, &reqlist, nent - cnt); 895 int nent, 921 if (aiop == NULL || nent <= 0 || nent > _AIO_LISTIO_MAX [all...] |
| /onnv/onnv-gate/usr/src/tools/ctf/cvt/ |
| output.c | 238 Elf_Data *data, int nent, Elf_Data *strdata, 250 for (i = 0; i < nent; i++) { 339 int nent; local 351 nent = shdr.sh_size / shdr.sh_entsize; 356 iiburst = iiburst_new(td, nent); 358 for (i = 0; i < nent; i++) { 400 if (!check_for_weak(&sym, match.iim_file, data, nent, strdata,
|
| /onnv/onnv-gate/usr/src/ucbcmd/ls/ |
| ls.c | 265 size_t nent = 20; local 285 fp = *pfp0 = (struct afile *)calloc(nent, sizeof (struct afile)); 286 *pfplast = *pfp0 + nent; 301 2 * nent * sizeof (struct afile)); 306 fp = *pfp0 + nent; 307 *pfplast = fp + nent; 308 nent *= 2;
|
| /onnv/onnv-gate/usr/src/uts/common/dtrace/ |
| fasttrap.c | 2111 ulong_t nent; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/pbind/ |
| pbind.c | 245 int nent, size; local 264 nent = header.pr_nent; 265 size = header.pr_entsize * nent; 284 for (i = 0; i < nent; i++, ptr += header.pr_entsize) {
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fsdb/ |
| fsdb.c | 736 verify_dent(uint32_t i_addr, uint32_t nent) 754 if (ent == nent) { 765 print_dent(uint32_t i_addr, uint32_t nent) 775 if (verify_dent(i_addr, nent) == 0) { 778 if (ent == nent) { 800 int32_t i, d, nent; local 835 nent = SWAP_32(fe->fe_len_adesc) / elen; 836 de = malloc(nent * sizeof (struct ext)); 843 de_count = nent; 844 for (d = 0, i = 0; i < nent; i++) [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4/io/ |
| trapstat.c | 1410 int nent; local 1490 int nent; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/ |
| rdimpl.c | 433 long nlwps, nent, i; local 491 nent = header_buf.pr_nent; 492 entsz = header_buf.pr_entsize * nent; 503 for (i = 0; i < nent; 554 nent = header_buf.pr_nent; 555 entsz = header_buf.pr_entsize * nent; 566 for (i = 1, ptr = buf + header_buf.pr_entsize; i < nent;
|
| /onnv/onnv-gate/usr/src/cmd/psrset/ |
| psrset.c | 566 int nent, size; local 585 nent = header.pr_nent; 586 size = header.pr_entsize * nent; 605 for (i = 0; i < nent; i++, ptr += header.pr_entsize) {
|
| /onnv/onnv-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/ |
| gcpu.c | 593 uint_t nent, i; local 603 sym.st_size != sizeof (uint_t) || mdb_vread(&nent, sizeof (uint_t), 611 mw->mw_tracenent = nent; 612 mw->mw_tracesz = nent * sizeof (gcpu_poll_trace_t);
|
| /onnv/onnv-gate/usr/src/cmd/backup/restore/ |
| utilities.c | 796 ap->nent = 20; 797 ap->base = (struct afile *)calloc((unsigned)ap->nent, 811 if (fp == ap->head + ap->nent) { 813 (size_t)(2 * ap->nent * (size_t)sizeof (*(ap->base)))); 820 fp = ap->head + ap->nent; 821 ap->nent *= 2;
|
| /onnv/onnv-gate/usr/src/cmd/plockstat/ |
| plockstat.c | 736 uint_t nent = 0; local 738 process_aggregate, &nent) != 0)
|