Searched refs:next (Results 1176 - 1200 of 2472) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c460 Alloca_t* next; member in struct:_alloca_u::__anon2678
488 Frame = f->head.head.next;
500 f->head.head.next = Frame;
833 char *next, *endb; local
836 next = buf;
843 if(!(next = insertpid(next,endb)) )
853 *next++ = *file++;
856 if(next >= endb)
860 *next
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dibpart_rcm.c65 struct dl_ibpart *dlib_next; /* next IBPART on this link */
84 struct link_cache *pc_next; /* next cached resource */
809 dl_ibpart_t *ibpart, *next; local
815 for (ibpart = node->pc_ibpart; ibpart != NULL; ibpart = next) {
816 next = ibpart->dlib_next;
1017 dl_ibpart_t *ibpart, *next; local
1019 for (ibpart = node->pc_ibpart; ibpart != NULL; ibpart = next) {
1020 next = ibpart->dlib_next;
1025 ibpart->dlib_prev->dlib_next = next;
1027 node->pc_ibpart = next;
[all...]
H A Dvlan_rcm.c65 struct dl_vlan *dv_next; /* next VLAN on the same link */
84 struct link_cache *vc_next; /* next cached resource */
793 dl_vlan_t *vlan, *next; local
799 for (vlan = node->vc_vlan; vlan != NULL; vlan = next) {
800 next = vlan->dv_next;
988 dl_vlan_t *vlan, *next; local
990 for (vlan = node->vc_vlan; vlan != NULL; vlan = next) {
991 next = vlan->dv_next;
996 vlan->dv_prev->dv_next = next;
998 node->vc_vlan = next;
[all...]
H A Dvnic_rcm.c65 struct dl_vnic *dlv_next; /* next VNIC on the same link */
84 struct link_cache *vc_next; /* next cached resource */
796 dl_vnic_t *vnic, *next; local
802 for (vnic = node->vc_vnic; vnic != NULL; vnic = next) {
803 next = vnic->dlv_next;
1000 dl_vnic_t *vnic, *next; local
1002 for (vnic = node->vc_vnic; vnic != NULL; vnic = next) {
1003 next = vnic->dlv_next;
1008 vnic->dlv_prev->dlv_next = next;
1010 node->vc_vnic = next;
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c67 STAILQ_ENTRY(menu_entry) next;
170 STAILQ_FOREACH(entry, menu, next) {
193 STAILQ_FOREACH(entry, menu, next) {
311 STAILQ_INSERT_TAIL(menu, mp, next);
322 STAILQ_FOREACH(entry, menu, next) {
323 STAILQ_REMOVE_HEAD(menu, next);
590 STAILQ_FOREACH(entry, menu, next) {
955 STAILQ_FOREACH(entry, menu, next) {
1170 STAILQ_FOREACH(m, menu, next) {
1185 STAILQ_FOREACH(m, menu, next)
[all...]
H A Dbootadm.c389 struct safefile *next; member in struct:safefile
1014 ent = ent->next)
1024 for (lp = ent->start; lp != NULL; lp = lp->next) {
1752 for (lp = flistp->head; lp; lp = lp->next) {
1852 for (; start; start = start->next) {
2315 safefilep->next = NULL;
2318 safefilep->next = s_calloc(1,
2320 safefilep = safefilep->next;
2323 safefilep->next = NULL;
2422 safefilep = safefilep->next;
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c159 p = p->next;
174 p = p->next;
1002 ptr = ptr->next;
1030 ptr = ptr->next;
1111 plist = plist->next;
1346 phead = phead->next;
1373 phead = phead->next;
1574 pcur = pcur->next;
1581 puent->policylist->next;
1584 phead->next
[all...]
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c265 goto next;
268 goto next;
271 goto next;
276 goto next;
281 goto next;
288 goto next;
291 next:
576 * bpfread - read next chunk of packets from buffers
1584 * Round up the end of the previous packet to the next longword.
1703 goto next;
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c243 for (; attr != NULL; attr = attr->next) {
449 for (; attr != NULL; attr = attr->next) {
528 for (; attr != NULL; attr = attr->next) {
582 for (; attr != NULL; attr = attr->next) {
633 for (; attr != NULL; attr = attr->next) {
718 for (; attr != NULL; attr = attr->next) {
771 for (; attr != NULL; attr = attr->next) {
841 for (; attr != NULL; attr = attr->next) {
1273 thr = thr->next;
1294 new_e->next
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c839 cookie->nextEntry->next = curEntry;
1208 * don't skip if next char is '\0'
2349 /* get next search descriptor */
2469 * return this server on the next
2536 * next if allowed.
2817 nextEntry = nextEntry->next) {
2864 /* get next referral info */
2870 cookie->refpos->next;
3411 ns_ldap_cookie_t *c, *next; local
3413 for (c = batch->cookie_list; c != NULL; c = next) {
4748 resync_str(char *str, char *next, char c) argument
4788 char *next; local
4813 char *next; local
4932 char *next; local
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java248 List next = null; field in class:ServiceStoreInMemory.List
263 newRec.next = next;
266 if (next != null) {
267 next.prev = newRec;
271 this.next = newRec;
281 if (next != null) {
282 next.prev = prev;
286 prev.next = next;
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_subr.c387 tailp = &nlp->next;
439 tailp = &nlp->next;
579 mndiskset_membershiplist_t *next = NULL; local
581 for (/* void */; (nl != NULL); nl = next) {
582 next = nl->next;
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c131 /* do NOT advance to next backend. */
141 struct grouplist *next; local
143 for (gl = be->all_members; gl != NULL; gl = next) {
146 next = gl->gl_nxt;
320 struct netgrnam *next; local
325 next = cur->hash_chain;
327 cur = next;
457 * next parse.
476 * ===> try skipping past next ')'; failing that, abandon the line;
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h141 struct sasl_string_list *next; member in struct:sasl_string_list
225 struct _sasl_path_info *next; member in struct:_sasl_path_info
248 struct mechanism *next; member in struct:mechanism
251 struct mechanism *next; member in struct:mechanism
270 struct context_list *next; member in struct:context_list
306 struct cmechanism *next; member in struct:cmechanism
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c669 uint32_t next[DB_TYPES] = {0}; local
747 next[i] = 1;
750 (void) write_nodes(hdp, NULL, CACHE_ROOT(hdp), next);
751 (void) write_links(hdp, NULL, CACHE(hdp)->dngl, next);
799 uint32_t *next)
822 idx = next[DB_NODE];
828 dnp->path = write_string(hdp, cnp->path, next);
834 next[DB_NODE]++;
847 if (write_minors(hdp, dnp, cnp->minor, next) != 0 ||
848 write_nodes(hdp, dnp, cnp->child, next) !
795 write_nodes( struct di_devlink_handle *hdp, struct db_node *pdnp, cache_node_t *cnp, uint32_t *next) argument
857 write_minors( struct di_devlink_handle *hdp, struct db_node *pdnp, cache_minor_t *cmnp, uint32_t *next) argument
912 write_links( struct di_devlink_handle *hdp, struct db_minor *pdmp, cache_link_t *clp, uint32_t *next) argument
978 write_string(struct di_devlink_handle *hdp, const char *str, uint32_t *next) argument
[all...]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_files.c58 * strtok_r-like function that takes a string, finds the next unescaped
155 char *next = line, *prop, *nextprop, *propname, *proptypestr, *nextval; local
182 NWAM_FILE_PROP_ASSIGN, &next)) == NULL ||
183 (proptypestr = nwam_tokenize_by_unescaped_delim(next,
184 NWAM_FILE_VALUE_DELIMITER, &next)) == NULL) {
224 while ((nextval = nwam_tokenize_by_unescaped_delim(next,
225 NWAM_FILE_VALUE_DELIMITER, &next)) != NULL) {
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/starcat/common/
H A Dstarcat.c636 for (p = list; p != NULL; p = p -> next) {
764 bnode = bnode->next;
965 bnode = bnode->next;
1115 for (prop = pnode->props; prop != NULL; prop = prop->next) {
1142 prop = prop->next;
1165 prop = prop->next;
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c106 struct _link_ *next; /* next in the list */ member in struct:_link_
215 } while ((lp = lp->next) != NULL);
268 * and make the testing of lp->next and allocation of new link atomic
273 prev = &lp->next;
291 } while ((lastlink = lp = lp->next) != NULL);
651 } while ((lp = lp->next) != NULL);
764 } while ((lp = lp->next) != NULL);
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s178 add %g4, 7, %o2 ! round up to next dword boundary
179 and %o2, -8, %o4 ! pointer to next dword boundary
284 ba .storebyte1421 ! next dword
302 ba .storebyte1241 ! next dword
318 ba .storehalfword ! next dword
320 nop ! align next loop to 16-byte boundary
321 nop ! align next loop to 16-byte boundary
334 ba .storeword2 ! next dword
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_stripe.c132 * select next HBA group
213 iter = iter->next) {
317 for (iter = similar_hba_groups; iter != NULL; iter = iter->next) {
643 for (; (iter != NULL) && (error == 0); iter = iter->next) {
796 iter = iter->next) {
930 for (iter = comps; iter != NULL; iter = iter->next) {
981 for (iter = comps; (iter != NULL) && (error == 0); iter = iter->next) {
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c458 void *next; member in struct:tll_walk_data
499 twd->next = (void *)tunll_list.q_forw;
517 if (twd->next == NULL || twd->next == twd->listhead)
521 addr = (uintptr_t)TO_TLL(twd->next);
529 twd->next = (void *)tll.tll_next;
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c94 static char *next(char *, char *);
368 cp = next(line, " \t");
374 dp = cp, cp = next(cp, " \t");
479 * the time limit will be started the next time the
539 cp = next(line, " \t");
545 dp = cp, cp = next(cp, " \t");
579 next(char *cp, char *match) function
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c132 struct cfstat *next; member in struct:cfstat
329 for (dp = data; dp; dp = dp->next) {
334 for (dp = data; dp; dp = dp->next) {
546 dp = dp->next;
556 last->next = dp; /* link list */
593 list = pt; /* points to next one */
650 for (pinfo = entry.pinfo; pinfo; pinfo = pinfo->next) {
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf.c78 * __tnf_tag_list_head = (void *)*offset_p;(list head is the next record)
455 p != 0; p = p->next)
478 ++i, p = p->next)
508 ++i, p = p->next)
532 ++i, p = p->next)
691 probep = probep->next;
801 p = p->next;
/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c255 tzp = tzp->next;
339 thermal_zone_t *next; local
366 next = tzp->next;
368 tzp = next;
411 tzp->next = zone_list;

Completed in 207 milliseconds

<<41424344454647484950>>