Home
last modified time | relevance | path

Searched refs:next (Results 76 – 100 of 2483) sorted by relevance

12345678910>>...100

/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashfree.c73 b = b->next; in hashfree()
111 for (; tp; tp = tp->next) in hashfree()
112 if (tp->next == tab) in hashfree()
114 tp->next = tab->next; in hashfree()
118 else if (!(tab->root->references = tp->next)) in hashfree()
122 for (; rp; rp = rp->next) in hashfree()
123 if (rp->next == tab->root) in hashfree()
125 rp->next = tab->root->next; in hashfree()
129 else hash_info.list = rp->next; in hashfree()
/illumos-gate/usr/src/lib/librstp/common/
H A Dstpm.c58 for (port = this->ports; port; port = port->next) { in _stp_stpm_iterate_machines()
90 for (port = this->ports; port; port = port->next) { in _check_topoch()
107 for (port = this->ports; port; port = port->next) { in STP_stpm_one_second()
187 pv = (void*) stater->next; in STP_stpm_delete()
193 pv = (void*) port->next; in STP_stpm_delete()
199 for (tmp = bridges; tmp; tmp = tmp->next) { in STP_stpm_delete()
202 prev->next = this->next; in STP_stpm_delete()
204 bridges = this->next; in STP_stpm_delete()
237 for (port = this->ports; port; port = port->next) { in STP_stpm_start()
297 for (port = this->ports; port; port = port->next) { in STP_compute_bridge_id()
[all …]
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c265 struct grpmember *next; member
618 psrch->next; in applygroup()
1091 struct localpw *next; member
1133 pwtable = next; in build_localpw()
1144 next = cur->next; in build_localpw()
1156 next = cur->next; in build_localpw()
1163 free(next); in build_localpw()
1164 cur->next = NULL; in build_localpw()
1177 pwptr = pwptr->next; in local_getpwent()
1514 pgrp->next = NULL; in main()
[all …]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dcache.c165 nextp = dp->next; in cache_free_alias()
176 nextp = dp->next; in cache_free_alias()
231 desc->prev->next = desc->next; in cache_free_descriptor()
271 nextp = ap->next; in cache_free_disk()
363 descp = descp->next; in cache_get_descriptors()
380 descp = descp->next; in cache_get_descriptors()
564 prev->next = dp->next; in del_drive()
573 prev = prev->next; in del_drive()
627 descp = descp->next; in have_desc()
723 listp = listp->next; in match_alias()
[all …]
/illumos-gate/usr/src/tools/smatch/src/cwchash/
H A Dhashtable_itr.c58 struct entry *next; in hashtable_iterator_advance() local
61 next = itr->e->next; in hashtable_iterator_advance()
62 if (NULL != next) in hashtable_iterator_advance()
65 itr->e = next; in hashtable_iterator_advance()
76 while (NULL == (next = table[j])) in hashtable_iterator_advance()
86 itr->e = next; in hashtable_iterator_advance()
108 itr->h->table[itr->index] = itr->e->next; in hashtable_iterator_remove()
111 itr->parent->next = itr->e->next; in hashtable_iterator_remove()
151 e = e->next; in hashtable_iterator_search()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dsetenviron.c47 static char** next; /* next free slot */ in setenviron() local
63 environ = next = p; in setenviron()
64 *++next = 0; in setenviron()
104 next = p; in setenviron()
107 else if (next == last) in setenviron()
113 next = last - INCREMENT; in setenviron()
131 next--; in setenviron()
143 p = next; in setenviron()
144 *++next = 0; in setenviron()
H A Dmime.c39 struct Att_s* next; member
46 struct Cap_s* next; member
69 char* next; member
113 cap->att.next = att->next; in dropcap()
257 if (!(cap->next = dup->next)) in mimeset()
482 pp->next = s; in arg()
668 a2.next = a1.next; in mimeview()
671 a3.next = a2.next; in mimeview()
685 a2.next = a1.next; in mimeview()
688 a3.next = a2.next; in mimeview()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllex.c318 c[i] = next(ls); in readhexaesc()
333 next(ls); in readdecesc()
408 next(ls); in llex()
412 next(ls); in llex()
415 next(ls); in llex()
440 next(ls); in llex()
445 next(ls); in llex()
450 next(ls); in llex()
455 next(ls); in llex()
460 next(ls); in llex()
[all …]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index_entry_c.c79 more_data = (ep->next != NULL); in xdr_db_index_entry()
83 ep->next = NULL; in xdr_db_index_entry()
87 loc = ep->next; in xdr_db_index_entry()
93 ep->next = loc = (db_index_entry *) in xdr_db_index_entry()
107 ep->next = NULL; in xdr_db_index_entry()
167 more_data = (ep->next != NULL); in xdr_db_free_entry()
171 ep->next = NULL; in xdr_db_free_entry()
175 loc = ep->next; in xdr_db_free_entry()
181 ep->next = loc = (db_free_entry *) in xdr_db_free_entry()
195 ep->next = NULL; in xdr_db_free_entry()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmemscrub.c478 next = memscrub_memlist; in memscrub_add_span()
479 while (next) { in memscrub_add_span()
481 uint64_t ne = next->ml_address + next->ml_size - 1; in memscrub_add_span()
499 next->ml_size += bytes; in memscrub_add_span()
507 next->ml_size += bytes; in memscrub_add_span()
508 next->ml_address = start; in memscrub_add_span()
520 prev = next; in memscrub_add_span()
521 next = next->ml_next; in memscrub_add_span()
535 dst->ml_next = next; in memscrub_add_span()
542 if (next) in memscrub_add_span()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcfilter.c33 char* next; /* data unwritten */ member
56 if(fi->next && fi->next >= fi->endb )
58 { fi->next = fi->raw;
66 fi->next = fi->endb = NIL(char*);
70 if(fi->next && (w = fi->endb - fi->next) > 0 )
78 if((w = sfwr(fi->filter, fi->next, w, 0)) > 0)
79 fi->next += w;
87 w = sfpoll(&fi->filter, 1, fi->next ? 1 : -1);
90 if(!fi->next || w == 1) /* non-blocking read */
177 fi->next = fi->endb = fi->raw;
/illumos-gate/usr/src/cmd/make/bin/
H A Dread2.cc471 static Name *next; in find_target_groups() local
492 next = (target_list->next != NULL) ? in find_target_groups()
506 (next && (*next == plus) ? in find_target_groups()
535 *next = NULL; in find_target_groups()
770 for (Cmd_line next, cmd = command; cmd != NULL; cmd = next) { in enter_dependencies() local
771 next = cmd->next; in enter_dependencies()
786 next = cmd->next; in enter_dependencies()
900 dp->next = NULL; in enter_dependency()
941 result->next = NULL; in enter_percent()
988 depe->next = NULL; in enter_percent()
[all …]
/illumos-gate/usr/src/cmd/sh/
H A Dhash.c50 struct node *next; member
54 static struct node *next; variable
98 nxt = p->next;
121 next = 0;
130 q = &(p->next);
131 p = p->next;
139 next = p;
153 p->next = next;
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c422 lp = lp->next; in merge_name_list()
429 sp = np->next; in merge_name_list()
448 lp->prev->next = lp->next; in merge_name_list()
548 np->next = np; in add_rec_list()
567 np->next = tp; in add_rec_list()
586 np->next = np; in add_resource()
593 tp = sp->next; in add_resource()
609 np->next = tp; in add_resource()
639 np->prev->next = np->next; in add_resource_list()
649 np = np->next; in add_resource_list()
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dutility.c50 node->next = list; in dlist_add_as_first()
74 node->next = NULL; in dlist_add_as_last()
81 temp->next = node; in dlist_add_as_last()
97 node = node->next; in dlist_find()
131 temp = temp->next; in dlist_get_last()
146 temp = temp->next; in dlist_length()
183 node = list->next; in dlist_purge()
216 temp = temp->next; in dlist_remove_node()
219 DL_NODE *next = node->next; in dlist_remove_node() local
221 temp->next = next; in dlist_remove_node()
[all …]
H A Dobj_mgr.c1522 next = node->next; in object_mgr_purge_session_objects()
1565 next = node->next; in object_mgr_purge_token_objects()
1584 next = node->next; in object_mgr_purge_token_objects()
1620 next = node->next; in object_mgr_purge_private_token_objects()
2005 next = node->next; in object_mgr_update_publ_tok_obj_from_shm()
2017 next = node->next; in object_mgr_update_publ_tok_obj_from_shm()
2069 next = node->next; in object_mgr_update_publ_tok_obj_from_shm()
2113 next = node->next; in object_mgr_update_priv_tok_obj_from_shm()
2125 next = node->next; in object_mgr_update_priv_tok_obj_from_shm()
2177 next = node->next; in object_mgr_update_priv_tok_obj_from_shm()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dddi_nodeid.c50 struct available *next; member
101 np->prev->next = np->next; in np_unlink()
103 nhead = np->next; in np_unlink()
105 if (np->next) in np_unlink()
106 np->next->prev = np->prev; in np_unlink()
116 fp->next = np; in np_insert()
119 np->prev->next = fp; in np_insert()
138 for (np = nhead; np->next != NULL; np = np->next) in np_add()
141 np->next = fp; in np_add()
155 xp = np->next; in np_coalesce()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfputr.c52 if((f->flags&SF_STRING) && f->next >= f->endb )
78 f->next = ps;
103 f->next = ps;
111 else ps = f->next+p;
112 s += ps - f->next;
118 w += ps - f->next;
119 f->next = ps;
127 else if((f->flags&SF_LINE) && !(f->flags&SF_STRING) && (n = f->next-f->data) > 0)
130 f->next -= n;
131 (void)SFWRITE(f,(Void_t*)f->next,n);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c254 hash_ptr->next = NULL; in add_tblobject_to_container_tbl()
272 hash_obj->next = hash_table->next; in add_nodeobject_to_hashtable()
293 cont_tbl->next = NULL; in alloc_container_table()
343 hash_obj->next = NULL; in alloc_container_node_object()
541 TABLE_SIZE)].next = free_obj->next; in free_packet_list()
546 free_obj->prev->next = free_obj->next; in free_packet_list()
599 next_obj->next; in free_segment_node()
603 next_obj->prev->next = next_obj->next; in free_segment_node()
2064 sec_hash->next; in free_section_node()
2069 sec_hash->prev->next = sec_hash->next; in free_section_node()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmclose.c41 Seg_t *seg, *vmseg, *next; local
61 for(last = Vmheap, v = last->next; v; last = v, v = v->next)
63 { last->next = v->next;
72 for(seg = vd->seg; seg; seg = next)
73 { next = seg->next;
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dschedule.c37 struct later * next; member
202 prs = prs->next); in schedule()
210 prs = prs->next); in schedule()
226 if (!LaterHead.next) in schedule()
229 pl->next = LaterHead.next; in schedule()
230 LaterHead.next = pl; in schedule()
268 TempHead.next = 0; in schedule()
270 plnext = pl->next; in schedule()
276 pl->next = TempHead.next; in schedule()
282 plnext = pl->next; in schedule()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dalarm.c43 struct tevent *next; member
62 item->next = tp; in time_add()
67 while(tp->next && item->milli > tp->next->milli) in time_add()
68 tp = tp->next; in time_add()
69 item->next = tp->next; in time_add()
70 tp->next = item; in time_add()
84 list = (void*)tp->next; in time_delete()
88 tp = tp->next; in time_delete()
90 tp->next = item->next; in time_delete()
113 tp = tp->next; in print_alarms()
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c215 nextp = indp->next; in ind_free()
231 lap->next = NULL; in new_indaction()
259 nextp = lap->next; in indaction_free()
274 lrp->next = NULL; in new_indrule()
302 nextp = lrp->next; in indrule_free()
363 dmp->next = NULL; in new_diskmon()
374 nextp = dmp->next; in diskmon_free()
629 alp = alp->next; in check_consistent_ind_indrules()
700 lap = lap->next; in print_indrules()
705 lrp = lrp->next; in print_indrules()
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObjectUtil.c53 objp->next = NULL; in kernel_add_object_to_session()
134 attrp = attrp->next; in kernel_copy_object()
373 if (objp->next) { in kernel_remove_object_from_session()
382 if (objp->next) { in kernel_remove_object_from_session()
384 objp->prev->next = objp->next; in kernel_remove_object_from_session()
647 obj = obj->next; in search_for_objects()
757 objp->next = NULL; in kernel_add_token_object_to_slot()
782 if (objp->next) { in kernel_remove_token_object_from_slot()
791 if (objp->next) { in kernel_remove_token_object_from_slot()
793 objp->prev->next = objp->next; in kernel_remove_token_object_from_slot()
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c267 str_getline( char **next ) in str_getline() argument
273 if ( *next == NULL || **next == '\n' || **next == '\0' ) { in str_getline()
277 while ( **next == '#' ) { /* skip comment lines */ in str_getline()
278 if (( *next = strchr( *next, '\n' )) == NULL ) { in str_getline()
281 (*next)++; in str_getline()
284 l = *next; in str_getline()
285 while ( (*next = strchr( *next, '\n' )) != NULL ) { in str_getline()
293 **next = CONTINUED_LINE_MARKER; in str_getline()
294 *(*next+1) = CONTINUED_LINE_MARKER; in str_getline()
300 *(*next)++ = '\0'; in str_getline()
[all …]

12345678910>>...100