Searched refs:next (Results 676 - 700 of 2472) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c1169 * To be a valid class, the class name, originator id and next action name
1248 /* add reference to next action */
1267 * - next action id
1296 /* set next action id */
1589 anode = anode->next;
1594 anode = anode->next;
1774 } else { /* next action name present */
1861 (*listpp)->next = NULL;
1864 for (p = *listpp; p->next != NULL; p = p->next) {
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_mirror.c202 for (iter = subs; iter != NULL; iter = iter->next) {
321 for (iter = list; (iter != NULL) && (error == 0); iter = iter->next) {
522 iter = iter->next) {
566 dlist_t *next = NULL; local
571 next = iter->next;
572 iter->next = NULL;
578 iter = next;
646 * select next HBA group
733 iter = iter->next) {
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c47 struct cachekey *next; member in struct:cachekey
64 struct cachekey_disklist *next; member in struct:cachekey_disklist
354 cd->next = MOVE_ADDR(cd, +(ch->reclength));
359 * Last record next pointer, and first record prev pointer,
363 cd->next = 0;
423 INVALID_ADDRESS(cd->next, ch) ||
429 cd->next = MOVE_ADDR(cd->next, offset);
629 cd = cd->next;
643 cd = cd->next;
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c347 for (t = *table_mapping; t->next != NULL;
348 t = t->next)
350 t->next = t_mapping;
794 __nis_object_dn_t *next = NULL; local
814 obj_dn = next;
816 last->next = next;
817 last = next;
818 next = NULL;
823 if (next
1037 __nis_mapping_rule_t *next = NULL; local
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc197 dependency = dependency->next) {
218 for (p = dyntarget_list; p != NULL; p = p->next) {
316 target_group = target_group->next) {
405 dependency = dependency->next) {
421 dependency = dependency->next) {
432 dependency = dependency->next) {
948 dependency = dependency->next) {
1085 * The next statement is commented
1124 (*out_of_date_tail)->next = NULL;
1125 out_of_date_tail = &(*out_of_date_tail)->next;
[all...]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c297 struct _sinfo_listelt *next; member in struct:_sinfo_listelt
358 elt->next = root;
362 elt->prev->next = elt;
379 for (elt = root->next; elt != root; elt = elt->next)
382 root->next = root->prev = root;
637 read_verdef(FSTATE *fstate, Off offset, Half *cnt, Word *aux, Word *next) argument
660 *next = verdef.vd_next;
672 read_verdaux(FSTATE *fstate, Off offset, Word *next) argument
685 *next
697 read_verneed(FSTATE *fstate, Off offset, Half *cnt, Word *aux, Word *next) argument
732 read_vernaux(FSTATE *fstate, Off offset, Word *next) argument
[all...]
/illumos-gate/usr/src/lib/libast/common/port/
H A Dlcgen.c46 struct Link_s* next; member in struct:Link_s
70 struct Attribute_list_s*next; member in struct:Attribute_list_s
92 struct Language_list_s* next; member in struct:Language_list_s
144 for (p = 0, x = tab->root; x; p = x, x = x->next)
148 p->next = v;
151 v->next = 0;
167 for (x = tab->root; x; x = x->next)
467 lz->next = ll;
470 ll->next = 0;
542 az->next
[all...]
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c183 *next; member in struct:hba_library_info
243 *next; member in struct:hba_tgtadapter_info
316 lib_infop = lib_infop->next) {
351 adapt_infop = adapt_infop->next) {
390 adapt_infop->next = _hbaapi_tgtadapterlist;
422 adapt_infop = adapt_infop->next) {
459 adapt_infop = adapt_infop->next) {
508 lib_infop = lib_infop->next) {
561 lib_infop = lib_infop->next) {
752 *next; member in struct:hba_npivadaptercallback_elem
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwaddch.c75 goto next;
108 goto next;
114 next :
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dalias.c65 for (ap = dp->p.disk->aliases; ap != NULL; ap = ap->next) {
189 ap = ap->next;
191 dp = dp->next;
/illumos-gate/usr/src/lib/libnsl/netdir/
H A Dnetdir.c75 struct translator *next; member in struct:translator
131 for (t = xlate_list; t; t = t->next) {
136 translate->next = xlate_list;
222 for (t = xlate_list; t; t = t->next) {
351 for (t = xlate_list; t; t = t->next) {
419 for (t = xlate_list; t; t = t->next) {
468 for (t = xlate_list; t; t = t->next) {
527 for (t = xlate_list; t; t = t->next) {
636 struct xlate_list *next; member in struct:xlate_list
647 xlastp = &xlp->next, xl
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_prot.c129 pmaplist_ptr next; local
140 * the case of freeing we must remember the next object
144 next = (*rp)->pml_next;
149 next_copy = next;
154 * but next itself survives.
H A Dsvc_door.c107 l->next = *list;
121 for (l = list; *l != NULL; l = &(*l)->next) {
123 tmp = (*l)->next;
141 tmp = (*list)->next;
159 tmp = l->next;
502 xret = xlist->next;
504 xlist->next = xret->next;
505 xret->next = NULL;
541 xlist->next
[all...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_sun4u.c112 if (next(0) == 0) {
116 root_node = walk(&sys_tree, NULL, next(0));
262 if (curnode = next(id)) {
H A Dpdevinfo_sun4v.c120 if (next(0) == 0) {
124 root_node = sun4v_walk(&sys_tree, NULL, next(0));
222 if (curnode = next(id)) {
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/
H A Dworkfile.c155 prop = prop->next;
177 prop = prop->next;
247 prop = prop->next;
275 * Start from the current node and return the next node besides
356 bnode->next = NULL;
364 bnode->next = temp;
368 while ((temp->next != NULL) && (board > temp->next->board_num))
369 temp = temp->next;
371 bnode->next
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/
H A Dworkfile.c156 * Start from the current node and return the next node besides
415 bnode->next = NULL;
424 bnode->next = temp;
428 while ((temp->next != NULL) && (board > temp->next->board_num))
429 temp = temp->next;
431 bnode->next = temp->next;
432 temp->next = bnode;
452 bnode = bnode->next;
[all...]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemchr.s77 addq $4, %rdi / next word
86 incq %rdi / next byte
98 incq %rdi / next byte
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemchr.s80 addl $4, %eax / next word
89 incl %eax / next byte
102 incl %eax / next byte
/illumos-gate/usr/src/lib/libcmd/common/
H A Dtail.c135 Tail_t* next; member in struct:Tail_s
625 pp->next = fp;
634 pp->next = 0;
675 goto next;
678 goto next;
691 goto next;
700 pp = pp->next = fp->next;
702 files = files->next;
703 fp = fp->next;
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dunbind.c81 LDAPMessage *lm, *next; local
117 for ( lm = ld->ld_responses; lm != NULL; lm = next ) {
118 next = lm->lm_next;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpicllibdevinfo.c67 struct p_info *next; member in struct:p_info
89 nextptr = nextptr->next;
163 nextptr = nextptr->next;
167 nextptr = nextptr->next;
223 port_info = port_info->next;
226 cachep->next = NULL;
255 devp->last->next = cachep;
258 devp->first->next = cachep;
261 port_info = port_info->next; /* advance to next nod
[all...]
/illumos-gate/usr/src/cmd/mdb/intel/modules/sata/
H A Dsata.c82 * invoke the callback function. We terminate when we reach a NULL next
104 (uintptr_t)(((sata_trace_dmsg_t *)wsp->walk_data)->next);
192 if (((addr = dmsg.next) == NULL) || (dmsg.next == dmsgh)) {
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv_kvm.c65 next(unsigned long id) function
112 if (nid = prom_findnode_byname(next(id), name))
123 return (next(0));
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_cpu.c188 goto next;
206 goto next;
240 next:

Completed in 132 milliseconds

<<21222324252627282930>>