Searched refs:next (Results 751 - 775 of 2472) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dllib-llpflt72 struct _FILTER * next; /* for linking several */
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_event.c165 entry->prev->next = entry->next;
167 if (entry->next) {
168 entry->next->prev = entry->prev;
171 eventq->first = entry->next;
179 entry->next = NULL;
267 entry->next = NULL;
274 entry->prev->next = entry;
312 emlxs_event_entry_t *next; local
329 entry = entry->next;
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c168 if ((ha->el_trace_desc->next + EL_BUFFER_RESERVE) >=
171 ha->el_trace_desc->next = 0;
174 ha->el_trace_desc->next;
215 * Calculate the offset where the next message will go,
219 uint16_t next = (uint16_t)(rval += 1); local
220 ha->el_trace_desc->next += next;
533 /* Make the next the current */
540 /* Don't go past next. */
541 if ((trace_start + ha->el_trace_desc->next) <
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dsetlocale.c90 * This next logic looks to see if we have ever used the same locale
99 for (srch = setlocale_list; srch != NULL; srch = srch->next) {
107 loc->next = setlocale_list;
/illumos-gate/usr/src/cmd/format/
H A Dhardware_structs.h57 struct disk_info *disk_next; /* ptr to next disk */
107 struct disk_type *dtype_next; /* ptr to next drive type */
144 struct ctlr_info *ctlr_next; /* ptr to next ctlr */
186 struct partition_info *pinfo_next; /* ptr to next layout */
205 struct chg_list *next; /* ptr to next */ member in struct:chg_list
225 struct mctlr_list *next; member in struct:mctlr_list
H A Dstartup.c165 int next; local
180 for (i = 1; i < argc; i = next) {
184 next = i + 1;
206 option_f = argv[next++];
207 if (next > argc)
212 option_l = argv[next++];
213 if (next > argc)
218 option_x = argv[next++];
219 if (next > argc)
224 option_d = argv[next
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_memerr.c256 gmem_mq_t *ip, *next; local
261 ip = next) {
262 next = gmem_list_next(ip);
314 gmem_mq_t *ip, *next; local
319 ip = next) {
320 next = gmem_list_next(ip);
341 gmem_dimm_t *d, *next; local
344 for (d = gmem_list_next(&gmem.gm_dimms); d != NULL; d = next) {
345 next = gmem_list_next(d);
413 gmem_mq_t *ip, *next; local
447 tstamp_t *tsp, *next; local
521 tstamp_t *tsp, *next; local
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h56 struct xnf_buf *next; /* For linking into free list */ member in struct:xnf_buf
88 uint16_t next; /* Freelist of ids. */ member in struct:xnf_txid
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_html.c126 dp = dp->next;
135 if (sp->next == NULL) {
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpi_enum.c64 struct used_io_mem *next; member in struct:used_io_mem
95 curr = curr->next;
100 used->next = curr;
103 prev->next = used;
105 used->next = curr;
639 properties = properties->next;
692 d->next = *dd;
698 d->next = *dd;
749 d = d->next;
760 d = d->next;
971 device_id_t *next; local
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c459 DPRINTF((DI_TRACE, "next node on per driver list:"
463 if (DI_NODE(node)->next == (di_off_t)-1) {
470 if (DI_NODE(node)->next == NULL) {
475 return (DI_NODE(pa + DI_NODE(node)->next));
483 struct node_list *next; member in struct:node_list
494 *headp = (*headp)->next;
513 while (tmp->next)
514 tmp = tmp->next;
516 tmp->next = list;
533 while (list->next)
2822 struct di_prom_prop *next; /* form a linked list */ member in struct:di_prom_prop
[all...]
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c222 rpcblist_ptr rbl, next, prev = NULL; local
228 for (rbl = list_rbl; rbl != NULL; rbl = next) {
229 next = rbl->rpcb_next;
257 list_rbl = next;
259 prev->rpcb_next = next;
290 rpcblist_ptr rbl, next, prev = NULL; local
294 for (rbl = list_rbl; rbl != NULL; rbl = next) {
295 next = rbl->rpcb_next;
309 list_rbl = next;
311 prev->rpcb_next = next;
530 struct rmtcallfd_list *next; member in struct:rmtcallfd_list
610 struct finfo *next; member in struct:finfo
[all...]
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c48 struct tgt_mapping *next; member in struct:tgt_mapping
435 tpListWalk = tpListWalk->next) {
457 tpListWalk = tpListWalk->next) {
480 tpListWalk = tpListWalk->next) {
689 * move on to the next port
813 * here for next round of check and count
1538 LUListWalk = LUListWalk->next) {
1554 LUListWalk = LUListWalk->next) {
1571 LUListWalk = LUListWalk->next) {
1811 TPMapData->next
2599 tgt_mapping *cur, *next; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c1291 ndi_event_cookie_t *next, *prev, *new_cookie; local
1350 next = ndi_event_hdl->ndi_evthdl_cookie_list;
1352 while (next != NULL) {
1353 len = strlen(NDI_EVENT_NAME(next)) + 1;
1354 if (strncmp(NDI_EVENT_NAME(next),
1360 prev = next;
1361 next = next->next_cookie;
1399 next = ndi_event_hdl->ndi_evthdl_cookie_list;
1428 * routine will proceed onto the next membe
1832 ndi_event_callbacks_t *next, *cb; local
1919 ndi_event_callbacks_t *next, *cb; local
2107 ndi_event_callbacks_t *next; local
[all...]
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c71 tmp = headp->next;
77 headp->next = NULL;
205 tailp->next = newp;
311 tailp->next = newp;
367 tailp->next = newp;
586 newp->next = NULL;
650 newp->next = NULL;
820 tmp = tmp->next;
824 mnt_list = mnt_list->next;
926 mnt_list = mnt_list->next;
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c159 struct node_list *next; member in struct:node_list
275 el->next = NULL;
285 while (tmp->next != NULL)
286 tmp = tmp->next;
288 tmp->next = el;
335 node_list_t *next; local
337 for (; listp != NULL; listp = next) {
338 next = listp->next;
489 for (listp = node_list; listp != NULL; listp = listp->next) {
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c177 struct node_list *next; member in struct:node_list
252 el->next = NULL;
262 while (tmp->next != NULL)
263 tmp = tmp->next;
265 tmp->next = el;
312 node_list_t *next; local
314 for (; listp != NULL; listp = next) {
315 next = listp->next;
466 for (listp = node_list; listp != NULL; listp = listp->next) {
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.c253 next_handle = handle->next;
432 th = th->next;
517 tmp_handle->next = pool->free_list;
532 tmp_handle = tmp_handle->next;
537 last_handle->next = NULL; /* sanity */
569 tmp_handle = tmp_handle->next;
577 last_handle->next = pool->free_list;
635 if (fetch->next == NULL)
638 qsgl->handle_next_fetch = fetch->next;
720 /* move to next ddi_dma_handl
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_test.c56 struct test_info *next; /* linked list of tests */ member in struct:test_info
153 for (test = test_base; test != NULL; test = test->next) {
221 test->next = test_base;
251 for (test = test_base; test != NULL; test = test->next) {
254 prev = &test->next;
272 *prev = test->next;
310 for (test = test_base; test != NULL; test = test->next) {
313 prev = &test->next;
329 *prev = test->next;
394 for (test = test_base; test != NULL; test = test->next) {
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c218 struct exp_visible *visp, *next; local
220 for (visp = head; visp; visp = next) {
224 next = visp->vis_next;
436 struct exp_visible *vp1, *vp2, *vis_head, *tail, *next; local
458 for (vp1 = vis_head; vp1; vp1 = next) {
460 next = vp1->vis_next;
538 struct exp_visible *prev, *next; local
540 for (vp2 = exi->exi_visible, prev = NULL; vp2; vp2 = next) {
542 next = vp2->vis_next;
551 exi->exi_visible = next;
[all...]
/illumos-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c365 for (pno = 5; temp != NULL; temp = temp->next, pno++) {
393 for (pno = 5; (pno < pnum) && (temp != NULL); temp = temp->next, pno++)
417 temp->next = NULL;
430 temp = epp->ld_head -> next;
458 * The next free sector would be the second sector of the extended
572 for (temp = epp->ld_head; temp != NULL; temp = temp->next) {
708 ep_ptr->next = temp;
843 for (temp = epp->ld_head; temp != NULL; temp = temp->next) {
861 for (temp = epp->ld_head; i < pno; temp = temp->next, i++)
934 for (pre = cur = epp->ld_head; cur != NULL; pre = cur, cur = cur->next)
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c139 lbp->next = lbp;
241 * Set the pointer to the next record based on the buffer header.
291 tprp = prp->next;
304 lrp_next = lrp->next;
441 lrp->next = lrp->prev = lrp;
458 /* calculate the offset for the next record */
472 if (lbp->lrps == lbp->lrps->next) {
475 lbp->lrps = lrp->next;
510 lrp->next = lbp->lrps;
512 lbp->lrps->prev->next
[all...]
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c104 struct flow_records_s *next; member in struct:flow_records_s
302 hdr = hdr->next;
336 new_hdr->next = tophdr->head;
343 tophdr->tail->next = new_hdr;
349 new_hdr->next = insert_point->next;
351 insert_point->next->prev = new_hdr;
352 insert_point->next = new_hdr;
371 if (hdr->next != NULL) {
372 hdr->next
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c850 const char *auth, *next; local
862 auth = next = fmri + 5;
863 while (*next != '/') {
864 auth = next;
866 if ((next = topo_fmri_next_auth(auth)) == NULL) {
867 next = auth;
875 h += topo_fmri_strhash_one(auth, next - auth);
879 next = enclosure + sizeof (SES_ENCLOSURE);
880 while (isdigit(*next))
881 next
909 const char *next; local
[all...]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c87 * for a routine is in the next bucket.
148 * doesn't start until the next bucket. In conjunction with the
193 * go for next tick.
198 * if low end of tick into next routine,
199 * go for next routine.
257 for (mi = &modules; mi; mi = mi->next) {
385 for (mi = &modules; mi; mi = mi->next) {
443 for (mi = modules.next; mi; mi = mi->next) {
444 if (mi->next)
[all...]

Completed in 97 milliseconds

<<31323334353637383940>>