Searched refs:next (Results 926 - 950 of 2472) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c302 * continue to next item on list.
376 * continue to next item on list.
645 name_entry *nl, *next; local
667 if ((next = recov_q.sm_recovhdp) == NULL)
672 while (((nl = next) != NULL) && (!die)) {
673 next = next->nxt;
1402 name_entry *nl, *next; local
1429 if ((next = record_table[k].sm_rechdp) ==
1434 while ((nl = next) !
[all...]
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c96 scsi_info = scsi_info->next;
100 tgt_port = tgt_port->next;
125 disco_port_ptr != NULL; disco_port_ptr = disco_port_ptr->next) {
197 phy_ptr = phy_ptr->next) {
203 disco_port_ptr != NULL; disco_port_ptr = disco_port_ptr->next) {
206 mapping_ptr = mapping_ptr->next) {
375 disco_port_ptr = disco_port_ptr->next) {
387 mapping_ptr = mapping_ptr->next) {
506 disco_port_ptr->next = port_ptr->first_attached_port;
626 mapping_ptr->next
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c60 struct sc_gptwocfg_config *next; member in struct:sc_gptwocfg_config
573 board_config->next = sc_gptwo_config_list;
698 board_config = board_config->next;
772 sc_gptwo_config_list = axq_config->next;
775 while (board_config->next != axq_config) {
776 board_config = board_config->next;
778 board_config->next = axq_config->next;
790 sc_next_node(sc_gptwocfg_cookie_t c, dev_info_t *previous, dev_info_t **next) argument
796 "(c=0x%p, previous=0x%p, next
[all...]
/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand.c406 node = node->next) {
776 for (node = node->xmlChildrenNode; node != NULL; node = node->next) {
826 for (node = node->xmlChildrenNode; node != NULL; node = node->next) {
838 goto next;
845 goto next;
855 goto next;
861 next:
930 for (node = node->xmlChildrenNode; node != NULL; node = node->next) {
986 for (node = node->xmlChildrenNode; node != NULL; node = node->next) {
998 goto next;
[all...]
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c734 * try again at the next poll interval, just in case the
800 tlbt = tlbt->next;
806 * mark all nodes in entire_table, un-visited, for next iteration.
875 tlbt = tlbt->next;
881 * mark all nodes in entire_table, un-visited, for next iteration.
1200 tlbt->next = tnrh_cache_table[hash];
1216 tlbt = tlbt->next;
1248 tlbt->next = tnrh_cache_table_v6[hash];
1264 tlbt = tlbt->next;
1438 tlbt = tlbt->next;
[all...]
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c479 for (adh = host_head; adh != NULL; adh = adh->next) {
556 p = p->next;
563 p = prev->next;
686 for (adh = host_head, tries = 0; adh != NULL; adh = adh->next) {
699 * Begin round-robin at the next DS in the list after the last
707 * Round-robin -- pick the next one on the list; if the list
715 if (adh == NULL || (adh = adh->next) == NULL)
774 for (p = host_head; p != NULL; p = p->next) {
811 new->next = host_head;
838 for (p = &host_head; *p != NULL; p = &((*p)->next)) {
1083 adutils_entry_t *e, *next; local
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_logging.c289 nmsg_chain = msg_chain->next;
340 nmsg_chain = msg_chain->next;
425 new_msg->next = NULL;
429 while (msg_chain->next != NULL)
430 msg_chain = msg_chain->next;
431 msg_chain->next = new_msg;
/illumos-gate/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) {
/illumos-gate/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;
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c61 char *next; local
63 current = next = s;
65 while (*next != '\0') {
66 while (isspace(*next))
67 next++;
68 *current++ = *next++;
/illumos-gate/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. */
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetahs.c153 for (p = hspnlp; (p != NULL); p = p->next) {
227 for (p = hspnlp; (p != NULL); p = p->next) {
362 for (p = hspnlp; (p != NULL); p = p->next) {
419 for (p = hspnlp; (p != NULL); p = p->next) {
440 nextp = ldevidp->next;
485 for (p = hspnlp; (p != NULL); p = p->next) {
622 * set or the next argument refers to MN set hotspare name ( argc
623 * greater than optind if there is a next argument)
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Darcs.c248 for (mi = &modules; mi; mi = mi->next) {
276 for (mi = &modules; mi; mi = mi->next) {
307 cyclenlp->cnext = nlp; /* ptr to next member */
586 for (mi = &modules; mi; mi = mi->next) {
623 for (mi = &modules; mi; mi = mi->next) {
644 for (mi = &modules; mi; mi = mi->next) {
687 for (mi = &modules; mi; mi = mi->next) {
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c71 struct db_list *next; /* next db */ member in struct:db_list
79 struct link_keys *next; member in struct:link_keys
158 * key for the file and to the previous and next hard link
164 * would have prev and next links set to NULL.
167 * to the head of the links list (i.e. prev = NULL, next =
189 * entries: the deleted link, the prev and next links if exist,
226 p = p->next);
276 newp->next = db_fs_list;
314 for (dbp = db_fs_list; dbp != NULL; dbp = dbp->next) {
1816 struct thelist *next; member in struct:thelist
[all...]
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c177 for (np = hshtab[i]; np != NULL; np = np->next)
515 hshtab[hshval] = tnp->next;
517 while (tnp->next != np)
518 tnp = tnp->next;
520 tnp->next = np->next;
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_xdr.c66 for (; objp != NULL; objp = objp->next) {
78 if (objp->next != NULL)
184 p = p->next;
202 p->next = kmem_zalloc(sizeof (action_list), KM_SLEEP);
203 p = p->next;
209 p->next = NULL;
369 * off_t d_off; * offset of next entry *
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_mem.c269 for (mp = _nsc_mem_top; mp; mp = mp->next)
288 mp->next = _nsc_mem_top;
321 for (mpp = &_nsc_mem_top; *mpp; mpp = &(*mpp)->next)
326 *mpp = mp->next;
575 for (tp = _nsc_mem_top; tp; tp = tp->next)
728 * Allocate next available section of RM.
825 for (mp = _nsc_mem_top; mp; mp = mp->next)
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c55 elem = (xge_queue_item_t *)queue->list_head.next;
349 queue->list_head.next = (xge_list_t *) (void *)((char *)newbuf +
350 ((char *)queue->list_head.next - (char *)oldbuf));
356 if (elem->item.next != &queue->list_head) {
357 elem->item.next =
359 ((char *)elem->item.next - (char *)oldbuf));
/illumos-gate/usr/src/lib/libast/common/port/
H A Dmc.c66 int next; local
98 next = 1;
99 for (i = 0; p = paths[i]; i += next)
131 if (next)
135 next = 0;
139 next = 1;
601 * e!=0 is set to the next char after the parse
/illumos-gate/usr/src/uts/common/io/lvm/notify/
H A Dmd_notify.c146 md_event_queue_t *next = md_event_queue; local
153 while (next) {
154 present = next;
155 next = present->mdn_nextq;
189 md_event_queue = next;
191 last->mdn_nextq = next;
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_del.c65 struct del_status *next; member in struct:del_status
86 dsp->next = ac_del_list;
103 dspp = &(*dspp)->next;
107 *dspp = dsp->next;
123 for (adsp = ac_del_list; adsp != NULL; adsp = adsp->next) {
152 for (adsp = ac_del_list; adsp != NULL; adsp = adsp->next) {
/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_xgsubr.c173 db = db->next;
252 new->next = domp->conflist;
281 for (dbp = (*dompp)->conflist; dbp; dbp = dbp->next) {
348 new->next = domp->devlist;
405 devpp = &pdp->next;
413 *devpp = pdp->next;
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c376 struct sdev_data *sdev_data, *prev, *next; local
424 next = sdev_data->sdev_next;
426 prev->sdev_next = next;
428 sdev_mntinfo = next;
429 if (next)
430 next->sdev_prev = prev;
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_msgbuf.c136 * data is added scan should be incremented to point to the next
147 mb->mlist.next = 0;
159 smb_msgbuf_mlist_t *item = mb->mlist.next;
164 item = item->next;
689 item->next = mb->mlist.next;
691 mb->mlist.next = item;
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_door.c55 struct i_buffer *next; member in struct:i_buffer
538 * Allocate the next unique sequence number for a results buffer.
576 node->next = buffer_list;
601 prev->next = node->next;
603 buffer_list = node->next;
610 node = node->next;

Completed in 131 milliseconds

<<31323334353637383940>>