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

<<11121314151617181920>>

/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmdebug.c39 { Dbfile_t* next; member in struct:_dbfile_s
230 { for(last = NIL(Dbfile_t*), db = Dbfile; db; last = db, db = db->next)
237 db->next = Dbfile;
238 Dbfile = db->next;
242 { last->next = db->next;
243 db->next = Dbfile;
244 Dbfile = db->next;
288 for(seg = vd->seg; seg; seg = seg->next)
352 for(seg = vd->seg; seg; seg = seg->next)
[all...]
/osnet-11/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c228 *next; member in struct:hba_library_info
294 *next; member in struct:hba_adapter_info
315 *next; member in struct:hba_vendorcallback_elem
327 *next; member in struct:hba_adaptercallback_elem
336 *next; member in struct:hba_alladapterscallback_elem
443 lib_infop = lib_infop->next) {
483 vnext = vhlp->next;
524 for (cbp = **listp; cbp != NULL; cbp = cbp->next) {
526 lastp = &(cbp->next);
536 *lastp = cbp->next;
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Ddlopen.c166 struct lib_list *next; member in struct:lib_list
436 newhead->next = gctx->lib_list_head;
440 newhead->next = lib_list_head;
464 libptr_next = libptr->next;
480 libptr_prev->next = libptr_next;
618 path_info = path_info->next;
635 p_info->next = gctx->splug_path_info;
638 p_info->next = gctx->cplug_path_info;
771 libptr_next = libptr->next;
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_xaction.c141 xaction_list->next = xaction_list->prev = NULL;
154 xaction_list->next = pvt_data->sip_conn_obj_cache;
186 xaction_list = xaction_list->next;
230 xaction_list = xaction_list->next;
240 xaction_list = xaction_list->next;
254 tmp_list->prev->next = NULL;
257 tmp_list->prev->next = xaction_list;
261 tmp_list->next = NULL;
534 nmsg_chain = msg_chain->next;
H A Dsip_logging.c286 nmsg_chain = msg_chain->next;
337 nmsg_chain = msg_chain->next;
422 new_msg->next = NULL;
426 while (msg_chain->next != NULL)
427 msg_chain = msg_chain->next;
428 msg_chain->next = new_msg;
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dslice.c154 for (dp = cache_get_disklist(); dp != NULL; dp = dp->next) {
236 sp = sp->next) {
273 dp = dp->next;
537 sp = sp->next) {
660 devp = devp->next, cnt++);
682 devp = devp->next) {
765 for (devp = ap->devpaths; devp != NULL; devp = devp->next) {
852 devp = devp->next;
859 ap = ap->next;
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_program.c64 dt_stmt_t *stp, *next; local
67 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
68 next = dt_list_next(stp);
292 dt_stmt_t *stp, *next; local
295 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
296 next = dt_list_next(stp);
315 dtrace_actdesc_t *ap, *next; local
340 for (ap = sdp->dtsd_action; ap != NULL; ap = next) {
343 next = ap->dtad_next;
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Data.c370 for (p = grub_ata_dev_list; p; p = p->next)
425 for (p = grub_ata_dev_list; p; p = p->next)
494 .next = 0
592 for (p = grub_ata_dev_list; p; p = p->next)
609 dev->next = grub_ata_dev_list;
618 for (p = &grub_ata_dev_list, q = *p; q; p = &(q->next), q = q->next)
621 *p = q->next;
633 .next = 0
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dmultiboot_mbi.c47 struct module *next; member in struct:module
516 for (i = 0, cur = modules; i < modcnt; i++, cur = cur->next)
625 struct module *cur, *next; local
634 for (cur = modules; cur; cur = next)
636 next = cur->next;
696 newmod->next = 0;
725 modules_last->next = newmod;
729 modules_last->next = NULL;
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c518 newlun->next = (struct luninfo_list *)NULL;
537 newlun->next = *lunlistpp;
546 if ((*lunlistpp)->next == NULL) {
547 (*lunlistpp)->next = newlun;
555 curlun = (*lunlistpp)->next;
563 newlun->next = curlun;
564 prevlun->next = newlun;
568 curlun = curlun->next;
573 prevlun->next = newlun;
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dtcp.c34 struct unacked *next; member in struct:unacked
52 struct grub_net_tcp_socket *next; member in struct:grub_net_tcp_socket
83 struct grub_net_tcp_listen *next; member in struct:grub_net_tcp_listen
167 struct unacked *unack, *next; local
172 for (unack = sock->unack_first; unack; unack = next)
174 next = unack->next;
212 unack->next = NULL;
219 socket->unack_last->next = unack;
368 for (unack = sock->unack_first; unack; unack = unack->next)
819 struct unacked *unack, *next; local
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c55 struct netgroup_name *next; member in struct:netgroup_name
144 ng_new->next = tab->to_do;
160 tab->to_do = ng->next;
161 ng->next = tab->done;
170 netgroup_name_t *ng, *next; local
175 for (ng = tab->to_do; ng != NULL; ng = next) {
178 next = ng->next;
182 for (ng = tab->done; ng != NULL; ng = next) {
185 next
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h126 * that have "prev" and "next" defined.
134 (item)->next = NULL; \
137 (item)->next = (list); \
152 if ((item)->next == NULL) { \
155 (item)->next->prev = NULL; \
156 (list) = (item)->next; \
163 if ((item)->next) { \
164 (item)->next->prev = item->prev; \
166 (item)->prev->next = (item)->next; \
250 struct slotsession *next; member in struct:slotsession
267 struct slotobject *next; member in struct:slotobject
343 struct metasession *next; member in struct:metasession
391 struct metaobject *next; member in struct:metaobject
[all...]
/osnet-11/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c95 scsi_info = scsi_info->next;
99 tgt_port = tgt_port->next;
124 disco_port_ptr != NULL; disco_port_ptr = disco_port_ptr->next) {
196 phy_ptr = phy_ptr->next) {
202 disco_port_ptr != NULL; disco_port_ptr = disco_port_ptr->next) {
205 mapping_ptr = mapping_ptr->next) {
374 disco_port_ptr = disco_port_ptr->next) {
386 mapping_ptr = mapping_ptr->next) {
505 disco_port_ptr->next = port_ptr->first_attached_port;
622 mapping_ptr->next
[all...]
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_files.c58 * strtok_r-like function that takes a string, finds the next unescaped
210 char *val, *next = str; local
217 while ((val = netcfg_tokenize_by_unescaped_delim(next,
218 NETCFG_VALUE_DELIM, &next)) != NULL) {
251 char *val, *next = str; local
258 while ((val = netcfg_tokenize_by_unescaped_delim(next,
259 NETCFG_VALUE_DELIM, &next)) != NULL) {
285 char *val, *next = str; local
292 while ((val = netcfg_tokenize_by_unescaped_delim(next,
293 NETCFG_VALUE_DELIM, &next)) !
319 char *val, *next = str; local
353 char *val, *next = str; local
387 char *val, *next = str; local
[all...]
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils.c480 for (adh = host_head; adh != NULL; adh = adh->next) {
557 p = p->next;
564 p = prev->next;
693 for (adh = host_head, tries = 0; adh != NULL; adh = adh->next) {
706 * Begin round-robin at the next DS in the list after the last
714 * Round-robin -- pick the next one on the list; if the list
722 if (adh == NULL || (adh = adh->next) == NULL)
781 for (p = host_head; p != NULL; p = p->next) {
818 new->next = host_head;
845 for (p = &host_head; *p != NULL; p = &((*p)->next)) {
1090 adutils_entry_t *e, *next; local
[all...]
/osnet-11/usr/src/lib/libproject/common/
H A Dsetproject.c60 char *next; local
62 current = next = s;
64 while (*next != '\0') {
65 while (isspace(*next))
66 next++;
67 *current++ = *next++;
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c156 * char **: location for next call to routine
658 char *next; local
680 next = cp;
683 field = dsym_get_token(next, DSYM_FIELD_DEL, &next,
705 dsym_get_token(next, DSYM_FIELD_DEL, &next, B_FALSE) != NULL) {
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c92 tmp = list->next;
273 mrp = mrp->next;
285 for (fsmnt_list = fslist; fsmnt_list; fsmnt_list = fsmnt_list->next) {
300 tailptr->next = NULL;
302 tailptr->next = mrp;
304 tailptr->next = NULL;
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones.c224 brands = brands->next;
263 brand->next = NULL;
266 if ((brand->next = (zoneBrandList_t *)
271 brand = brand->next;
273 brand->next = NULL;
825 for (sp = list; sp != NULL; sp = sp->next) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccbase.c38 struct krb5_cc_typelist *next; member in struct:krb5_cc_typelist
134 t_next = t->next;
155 for (t = cc_typehead;t && strcmp(t->ops->prefix,ops->prefix);t = t->next)
171 t->next = cc_typehead;
258 for (tlist = cc_typehead; tlist; tlist = tlist->next) {
346 t->tptr = t->tptr->next;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Depic100.c35 unsigned long next; member in struct:epic_rx_desc
44 unsigned long next; member in struct:epic_tx_desc
80 static unsigned int cur_rx, cur_tx; /* The next free ring entry */
272 rx_ring[i].next = virt_to_le32desc(&rx_ring[i + 1]) ;
275 rx_ring[i-1].next = virt_to_le32desc(&rx_ring[0]);
286 tx_ring[i].next = virt_to_le32desc(&tx_ring[i + 1]);
288 tx_ring[i-1].next = virt_to_le32desc(&tx_ring[0]);
308 /* Calculate the next Tx descriptor entry. */
381 /* We own the next entry, it's a new packet. Send it up. */
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DFile.xs147 # Get the next/previous record from the file and return its type.
152 next(self)
164 /* Call the appropriate next/last function. */
206 # Get the next object from the file and return as an ::Object.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dupgrade.inc56 next if /^#/; # skip comments
59 $f = $_; next;
63 $round_mode = $_; $round_mode =~ s/^\$/$class\->/; next;
/osnet-11/usr/src/lib/libast/common/port/
H A Dmc.c66 int next; local
96 next = 1;
97 for (i = 0; p = paths[i]; i += next)
129 if (next)
133 next = 0;
137 next = 1;
599 * e!=0 is set to the next char after the parse

Completed in 88 milliseconds

<<11121314151617181920>>