Searched defs:nitem (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dhunt2.c37 doquery(long *hpt, int nhash, FILE *fb, int nitem, argument
55 fprintf(stderr, "entering doquery nitem %d\n", nitem);
75 fprintf(stderr, "nitem %d\n", nitem);
77 for (i = 0; i < nitem; i++) {
87 for (i = 0; i < nitem; i++)
92 shell(nitem, hcomp, hexch);
94 for (i = 0; i < nitem; i++)
123 for (nterm = 1; nterm < nitem; nter
[all...]
H A Dhunt6.c38 baddrop(unsigned *mptr, int nf, FILE *fc, int nitem, argument
108 need = colevel ? reached : nitem;
117 for (j = 0; j < nitem; j++)
H A Dglue1.c69 int falseflg = 0, nitem, nfound, frtbl; local
243 nitem = getq(qitem);
247 nfound = doquery(hpt, nhash, fb, nitem, qitem, masterp);
252 nfound = baddrop(masterp, nfound, fc, nitem, qitem,
272 for (k = 0; k < nitem; k++) {
H A Dhunt1.c67 int falseflg, nhash, nitem, nfound, frtbl, kk; local
199 nitem = getq(qitem);
201 if (nitem == 0) continue;
202 if (nitem < 0) break;
205 nfound = doquery(hpt, nhash, fb, nitem, qitem, master);
212 nitem, qitem, rprog, full);
225 for (k = 0; k < nitem; k++) {
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c1430 print_descr(uintptr_t addr, uint_t nlen, usb_descr_item_t *item, uint_t nitem) argument
1439 for (i = 0; (i < nitem) && (paddr < addr + nlen); i++) {
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c6529 rdc_net_dataitem_t *nitem; local
6534 nitem = ditem->next;
6540 ditem = nitem;

Completed in 83 milliseconds