Searched refs:next (Results 476 - 500 of 2472) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/mail/
H A Dsendlist.c74 for (to = &(list->recip_list); to; to = to->next) {
90 for (to = &(list->recip_list); to; to = to->next)
112 for (to = &(list->recip_list); to; to = to->next)
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo.h109 struct _tgtPortWWNList *next; member in struct:_tgtPortWWNList
115 struct _portWWNList *next; member in struct:_portWWNList
126 struct _discoveredDevice *next; member in struct:_discoveredDevice
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dstable.c60 struct chunklst *next; member in struct:chunklst
113 nc = cp->next;
132 Stablechunks->next = save;
181 /* pull in next pointer in bucket */
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_tblout.c79 for (l = defined; l != NULL; l = l->next) {
97 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
113 for (proc = vp->procs; proc != NULL; proc = proc->next) {
/illumos-gate/usr/src/cmd/keyserv/
H A Dkey_generic.c77 struct xlist *next; /* Next item */ member in struct:xlist
97 for (l = xprtlist; l; l = l->next) {
179 l->next = xprtlist;
/illumos-gate/usr/src/tools/ndrgen/
H A Dndrgen.h84 struct symbol *next; member in struct:symbol
92 struct integer *next; member in struct:integer
136 struct typeinfo *next; member in struct:typeinfo
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_mem.c82 au_buff_t *next; local
97 next = buf->next_buf;
99 buf = next;
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetTargetMapping.c79 hba_port_ptr = hba_port_ptr->next) {
106 hba_disco_port = hba_disco_port->next) {
109 mapping_ptr = mapping_ptr->next) {
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c171 char *next; local
189 (void) strtoi(addr, &next);
190 (void) strtoi(next, &next);
191 (void) strtoi(next, &next);
192 (void) strtoi(next, &next);
193 p1 = strtoi(next, &next);
[all...]
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpciev.c89 rl->next = *rlist_p;
103 *rlist_p = rl_pre->next;
108 while (rl_pre->next) {
109 rl_next = rl_pre->next;
111 rl_pre->next = rl_next->next;
541 pcie_domains_t *next; local
544 next = p->cached_next;
546 p = next;
575 pcie_domains_t *next; local
[all...]
/illumos-gate/usr/src/uts/common/sys/agp/
H A Dagpgart_impl.h43 struct amd64_gart_dev_list *next; member in struct:amd64_gart_dev_list
98 struct key_list *next; member in struct:key_list
130 struct list_head *next, *prev; member in struct:list_head
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfsetfd.c96 if(((f->mode&SF_WRITE) && f->next > f->data) ||
104 if(((f->mode&SF_WRITE) && f->next > f->data) ||
106 f->next < f->endb) )
H A Dsfsize.c89 f->next = f->endb = f->endr = f->endw = f->data;
99 s += (f->next - f->data);
101 { s = f->here + (f->next - f->data);
/illumos-gate/usr/src/uts/intel/sys/
H A Dacpica.h142 struct device_id *next; member in struct:device_id
147 struct property *next; member in struct:property
153 struct master_rec *next; member in struct:master_rec
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Drequeue.c93 for (prs = Request_List; prs; prs = prs->next) {
155 for (prs = Request_List; prs != NULL; prs = prs->next) {
214 for (prs = Request_List; prs; prs = prs->next)
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_dimm.c113 tstamp_t *tsp, *next; local
139 tsp != NULL; tsp = next) {
140 next = cmd_list_next(tsp);
464 cmd_dimm_t *dimm, *next; local
466 for (dimm = cmd_list_next(&cmd.cmd_dimms); dimm != NULL; dimm = next) {
467 next = cmd_list_next(dimm);
505 cmd_dimm_t *d = NULL, *next = NULL; local
507 for (d = cmd_list_next(&cmd.cmd_dimms); d != NULL; d = next) {
508 next = cmd_list_next(d);
518 cmd_dimm_t *d, *next; local
[all...]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c97 hp->next = hp->prev = hp;
120 new->next = hp;
121 wdp->next = new;
135 struct wordent *sp = sp0->next;
142 sp = sp->next;
159 fp = fp->next;
164 new->next = hp;
165 wdp->next = new;
168 fp = fp->next;
181 while (vp->next !
[all...]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c132 * Takes the specified next descriptor information, qp number, opcode and
184 * Takes the specified next descriptor information, qp number and
466 uint64_t next, ctrl; local
469 next = 0;
491 /* initialize the ctrl and next fields of the current descriptor */
492 TAVOR_WQE_LINKNEXT(curr_addr, ctrl, next);
495 * Calculate the "next" field of the prev descriptor. This amounts
528 next = ((uint64_t)curr_desc & TAVOR_WQE_NDA_MASK) << 32;
529 next = next | ((uint64_
617 uint64_t next; local
733 uint64_t next; local
[all...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c228 prop->next = new;
230 prop->next = NULL;
277 next(int id) function
328 prop = prop->next;
351 prop = prop->next;
366 bnode = bnode->next;
386 bnode->next = NULL;
392 bnode->next = temp;
395 while ((temp->next != NULL) && (board > temp->next
[all...]
/illumos-gate/usr/src/common/exacct/
H A Dexacct_core.c322 ea_object_t *next = obj; local
325 while (next != NULL) {
326 if (next->eo_type == EO_GROUP) {
327 ea_free_object(next->eo_group.eg_objs, flag);
328 } else if (next->eo_type == EO_ITEM) {
329 switch (next->eo_catalog & EXT_TYPE_MASK) {
332 ea_strfree(next->eo_item.ei_string);
337 ea_free(next->eo_item.ei_raw,
338 next->eo_item.ei_size);
347 save = next;
419 ea_object_t *next; local
[all...]
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c384 * Return a pointer to the next non-space character in the string.
538 char *next; local
551 next = ++line;
553 next = strchr(next, '"');
554 if (next == NULL)
556 (void) memmove(next, next + 1, strlen(next));
558 if (*next !
[all...]
/illumos-gate/usr/src/cmd/msgfmt/
H A Dmsgfmt.c711 /* move to the next node */
713 p1 = p1->next;
718 node->next = p1;
723 prev_node->next = node;
739 node->next = NULL;
744 prev_node->next = node;
792 /* move to the next node */
794 p1 = p1->next;
799 node->next = p1;
805 prev_node->next
[all...]
/illumos-gate/usr/src/lib/libadm/common/
H A Dputdev.c559 (attrval = attrval->next));
570 attrval->next = NULL;
576 prevattrval->next = attrval;
695 } while ((attrval = attrval->next) != NULL); /* Next attr/val */
728 if ((attrval = attrval->next) != NULL)
905 old = old->next) {
917 * bump to the next one and look for it
927 if (prevnew) prevnew->next = new->next;
928 else chg->attrlist = new->next;
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dclient.c151 cm=cm->next;
174 p = path_info->next;
225 m = m->next;
307 mech->next = cmechlist->mech_list;
332 m = m->next)
551 * non-NULL => recycle storage and go for next available mech
818 for (m = cmechlist->mech_list; m != NULL; m = m->next) {
1090 listptr = listptr->next)
1169 for (m = cmechlist->mech_list; m != NULL; m = m->next) {
1238 sasl_string_list_t *retval = NULL, *next local
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c370 if (in->next != NULL) {
371 newdn->next = (__nis_object_dn_t *)s_calloc(1,
373 if (newdn->next == NULL)
375 newdn = newdn->next;
376 in = in->next;
623 prev->next = t_new;
627 prev->next = t;
662 prev->next = t_new;
666 prev->next = t;
681 t = t->next;
[all...]

Completed in 150 milliseconds

<<11121314151617181920>>