| /illumos-gate/usr/src/lib/libast/common/string/ |
| H A D | fmtbuf.c | 34 static char* nxt = buf; variable 47 if (n > (&buf[elementsof(buf)] - nxt)) 63 nxt = buf; 65 cur = nxt; 66 nxt += n;
|
| H A D | tok.c | 41 struct Tok_s* nxt; /* next in free list */ member in union:Tok_s::__anon2672 60 freelist = freelist->ptr.nxt; 80 p->ptr.nxt = freelist;
|
| /illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/ |
| H A D | sol_ofs_common.h | 134 struct llist_head *nxt; member in struct:llist_head 143 list->prv = list->nxt = list; 148 llist_head_t *nxt) 150 nxt->prv = new; 151 new->nxt = nxt; 153 prv->nxt = new; 157 __llist_add(new, head, head->nxt); 167 entry->nxt->prv = entry->prv; 168 entry->prv->nxt 147 __llist_add(llist_head_t *new, llist_head_t *prv, llist_head_t *nxt) argument [all...] |
| /illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
| H A D | pmcs_sgl.h | 63 pmcs_dmachunk_t *nxt; member in struct:pmcs_dmachunk
|
| /illumos-gate/usr/src/cmd/sendmail/db/log/ |
| H A D | log_archive.c | 190 int array_size, last, n, nxt, ret; local 261 for (last = nxt = 0; nxt < n;) { 264 * to return to the user, nxt is the next slot that we're 267 if (last != nxt) { 268 array[last] = array[nxt]; 269 array[nxt] = NULL; 271 for (++nxt; nxt < n && 272 strcmp(array[last], array[nxt]) [all...] |
| /illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
| H A D | bt_split.c | 627 indx_t full, half, nxt, off, skip, top, used; local 642 for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) { 649 src = bi = GETBINTERNAL(h, nxt); 654 src = bl = GETBLEAF(h, nxt); 659 src = GETRINTERNAL(h, nxt); 664 src = rl = GETRLEAF(h, nxt); 679 || nxt == top - 1) { 686 ++nxt; 718 if (c->pg.index < nxt) /* Lef 834 indx_t nxt, top; local [all...] |
| /illumos-gate/usr/src/cmd/sh/ |
| H A D | hash.c | 93 struct node *p, *nxt; local 101 nxt = p->next; 103 p = nxt;
|
| /illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
| H A D | sol_uverbs_event.c | 182 entry = ufile->event_list.nxt; 201 llist_del(ufile->event_list.nxt); 392 entry = ufile->event_list.nxt; 393 list_tmp = entry->nxt; 405 list_tmp = entry->nxt; 911 "release_ucq_chan : comp_list %p, prv %p, nxt %p", 913 ucq->comp_list.nxt); 916 entry = ucq->comp_list.nxt; 917 list_tmp = entry->nxt; 929 list_tmp = entry->nxt; [all...] |
| H A D | sol_uverbs_hca.c | 143 centry = hca->client_data_list.nxt; 144 tmp = centry->nxt; 156 tmp = centry->nxt;
|
| /illumos-gate/usr/src/cmd/ypcmd/revnetgroup/ |
| H A D | getgroup.c | 53 struct list *nxt; member in struct:list 126 for (ls = list; ls != NULL; ls = ls->nxt) { 138 ls->nxt = list;
|
| /illumos-gate/usr/src/cmd/fs.d/ |
| H A D | fsck.c | 99 struct devlist *nxt; member in struct:devlist 357 dp->nxt = devs; 542 dp->nxt = devs; 604 bdp->nxt = bl; 657 for (pbdp = NULL, bdp = *blp; bdp != NULL; pbdp = bdp, bdp = bdp->nxt) { 667 pbdp->nxt = bdp->nxt; 669 *blp = bdp->nxt; 681 badlist = &(*badlist)->nxt; 683 bdp->nxt [all...] |
| /illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/ |
| H A D | sym.c | 167 symmetric_pathclass_next(char *cur, char **nxt, void *ctpriv) argument 170 *nxt = PCLASS_PRIMARY;
|
| H A D | tape.c | 207 tape_pathclass_next(char *cur, char **nxt, void *ctpriv) argument 210 *nxt = PCLASS_PRIMARY;
|
| /illumos-gate/usr/src/lib/libcmd/common/ |
| H A D | cat.c | 131 unsigned char* nxt; local 191 if (!(nxt = (unsigned char*)(*reserve)(ip, SF_UNBOUND, 0))) 205 cp = buf = nxt; 275 if (!(nxt = (unsigned char*)(*reserve)(ip, SF_UNBOUND, 0))) 289 buf = nxt; 351 if (!(nxt = (unsigned char*)(*reserve)(ip, SF_UNBOUND, 0))) 367 buf = nxt;
|
| /illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
| H A D | eib_svc.c | 44 eib_event_t *nxt; local 70 nxt = evi->ev_next; 72 evi = nxt; 384 eib_vnic_req_t *nxt; local 425 for (elem = ss->ei_vnic_req; elem; elem = nxt) { 426 nxt = elem->vr_next; 429 for (elem = ss->ei_failed_vnic_req; elem; elem = nxt) { 430 nxt = elem->vr_next; 730 eib_ka_vnics_t *nxt; local 762 for (elem = ss->ei_ka_vnics; elem; elem = nxt) { [all...] |
| /illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
| H A D | sm_proc.c | 476 new->nxt = new->prev = NULL; 527 monitor_q = monitor_q->nxt; 533 new->nxt = found->nxt; 535 if (found->nxt != NULL) 536 found->nxt->prev = new; 537 found->nxt = new; 542 new->nxt = mon_table[hash].sm_monhdp; 544 if (new->nxt != (mon_entry *) NULL) 545 new->nxt [all...] |
| H A D | sm_statd.h | 82 struct mon_entry *nxt; /* Next ptr to next entry in hash */ member in struct:mon_entry 91 struct name_entry *nxt; /* Next ptr to next entry in hash */ member in struct:name_entry
|
| H A D | sm_statd.c | 673 next = next->nxt; 754 new->nxt = *namepp; 755 if (new->nxt != NULL) 756 new->nxt->prev = new; 782 nl->prev->nxt = nl->nxt; 784 *namepp = nl->nxt; 785 if (nl->nxt != NULL) 786 nl->nxt->prev = nl->prev; 791 nl = nl->nxt; [all...] |
| /illumos-gate/usr/src/cmd/grpck/ |
| H A D | grpck.c | 73 struct group *nxt; member in struct:group 149 t->groups->nxt = NULL; 331 t->groups->nxt = NULL; 344 for (gp = t->groups; gp != NULL; gp = gp->nxt) { 348 if (gp->nxt == NULL) 360 gp->nxt = t->groups;
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | strft.h | 113 struct ftblk *nxt; /* next ftblk (or NULL if none) */ member in struct:ftblk 158 _hp->first.nxt = NULL; \
|
| /illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | getgraent.c | 52 struct list *nxt; member in struct:gradata::list 266 for (ls = g->minuslist; ls != NULL; ls = ls->nxt) { 298 for (ls = g->minuslist; ls != NULL; ls = ls->nxt) 393 ls->nxt = g->minuslist;
|
| /illumos-gate/usr/src/cmd/sendmail/db/btree/ |
| H A D | bt_split.c | 930 __bam_copy(dbp, pp, cp, nxt, stop) 933 u_int32_t nxt, stop; 941 for (off = 0; nxt < stop; ++nxt, ++NUM_ENT(cp), ++off) { 944 if (B_TYPE(GET_BINTERNAL(pp, nxt)->type) == B_KEYDATA) 946 BINTERNAL_SIZE(GET_BINTERNAL(pp, nxt)->len); 955 if (off != 0 && (nxt % P_INDX) == 0 && 956 pp->inp[nxt] == pp->inp[nxt - P_INDX]) { 962 if (B_TYPE(GET_BKEYDATA(pp, nxt) [all...] |
| /illumos-gate/usr/src/lib/libast/common/port/ |
| H A D | astlicense.c | 90 #define PUT(b,c) (((b)->nxt<(b)->end)?(*(b)->nxt++=(c)):((c),(-1))) 92 #define USE(b) ((b)->siz=(b)->nxt-(b)->buf,(b)->nxt=(b)->buf,(b)->siz) 93 #define SIZ(b) ((b)->nxt-(b)->buf) 94 #define END(b) (*((b)->nxt>=(b)->end?((b)->nxt=(b)->end-1):(b)->nxt)=0,(b)->nxt-(b)->buf) 103 char* nxt; member in struct:Buffer_s [all...] |
| /illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
| H A D | pdu.c | 646 pdu_varlist_t *vp, *nxt; local 652 for (vp = pdu->vars; vp; vp = nxt) { 653 nxt = vp->nextvar; 675 pdu_varlist_t *vp, *nxt; local 677 for (vp = varblock_p; vp; vp = nxt) { 678 nxt = vp->nextvar;
|
| /illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/ |
| H A D | quotacheck.c | 265 struct active *nxt; member in struct:active 355 ap->nxt = alist; 403 for (lap = NULL, ap = *alp; ap != NULL; lap = ap, ap = ap->nxt) { 412 lap->nxt = ap->nxt; 414 *alp = ap->nxt;
|