Searched refs:next (Results 151 - 175 of 2472) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfgetr.c61 { if((f->flags&SF_STRING) && (un = f->endb - f->next))
62 { us = f->next;
63 f->next = f->endb;
75 if((n = (ends = f->endb) - (s = f->next)) <= 0)
111 us = f->next;
112 un = s - f->next;
113 f->next = s;
119 n = s - f->next;
141 ends = f->next;
142 f->next
[all...]
H A Dsfpurge.c59 { f->here -= f->endb - f->next;
75 f->next = f->data;
83 if(f->extent >= 0 && f->endb > f->next)
84 { f->here -= f->endb-f->next;
87 f->endb = f->next = f->data;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_utils.c65 list_node->next = NULL;
74 list_node->next = next_node;
76 prev_node->next = list_node;
83 prev_node->next = next_node;
89 oce_list_del_node(list_node->prev, list_node->next);
90 list_node->next = list_node->prev = NULL;
96 list_hdr->head.next = list_hdr->head.prev = &list_hdr->head;
105 list_hdr->head.next = list_hdr->head.prev = NULL;
133 oce_list_insert_node(list_node, head, head->next);
177 list_node = list_hdr->head.next;
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dproc.c54 pctx->next = p->p_pctx;
75 for (pctx = p->p_pctx; pctx != NULL; pctx = pctx->next) {
81 prev_pctx->next = pctx->next;
83 p->p_pctx = pctx->next;
102 for (pctx = p->p_pctx; pctx != 0; pctx = pctx->next)
113 for (pctx = p->p_pctx; pctx != 0; pctx = pctx->next)
123 for (pctx = p->p_pctx; pctx != NULL; pctx = pctx->next)
140 for (pctx = p->p_pctx; pctx != NULL; pctx = pctx->next)
155 p->p_pctx = pctx->next;
[all...]
H A Dddi_nodeid.c52 struct available *next; member in struct:available
103 np->prev->next = np->next;
105 nhead = np->next;
107 if (np->next)
108 np->next->prev = np->prev;
118 fp->next = np;
121 np->prev->next = fp;
140 for (np = nhead; np->next != NULL; np = np->next)
[all...]
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_impl.h48 uint64_t next; member in struct:idmap_udt_handle
57 uh->next = 0;\
77 uint64_t next; member in struct:idmap_get_handle
85 gh->next = 0;
93 uint64_t next; member in struct:idmap_iter
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dalarm.c43 struct tevent *next; member in struct:tevent
62 item->next = tp;
67 while(tp->next && item->milli > tp->next->milli)
68 tp = tp->next;
69 item->next = tp->next;
70 tp->next = item;
84 list = (void*)tp->next;
87 while(tp && tp->next !
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Deloop.c110 timeout->next = NULL;
123 tmp = tmp->next;
127 timeout->next = eloop.timeout;
130 timeout->next = prev->next;
131 prev->next = timeout;
146 struct eloop_timeout *timeout, *prev, *next; local
151 next = timeout->next;
159 eloop.timeout = next;
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c104 int next = 0; /* next free slot in map[] */ variable
113 FILE *fp_in = stdin; /* next input file */
274 * we leave next points to the next free slot in the map[] array. If it's zero
305 for ( ptr = stringspace; ; next++ ) {
306 if ( (next % 50) == 0 )
307 map = allocate(map, next+50);
308 map[next].downloaded = FALSE;
309 map[next]
[all...]
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dinfcover.c51 allocation routines on the next zlib initialization
59 struct mem_item *next; /* pointer to next item in list, or NULL */ member in struct:mem_item
99 item->next = zone->first;
114 struct mem_item *item, *next; local
123 /* point next to the item that matches ptr, or NULL if not found -- remove
125 next = zone->first;
126 if (next) {
127 if (next->ptr == ptr)
128 zone->first = next
203 struct mem_item *item, *next; local
248 unsigned next, val; local
449 static unsigned int next = 0; local
622 code *next, table[ENOUGH_DISTS]; local
[all...]
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c60 next_hash_obj = next_hash_obj->next) {
81 hash_obj->next = hash_table[index_to_hash];
84 if (hash_obj->next != NULL) {
85 hash_obj->next->prev = hash_obj;
111 hash_obj->next = NULL;
135 sec_obj->next = NULL;
140 hash_obj->next = NULL;
164 seg_obj->next = NULL;
169 hash_obj->next = NULL;
193 pkt_obj->next
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c62 { Pfobj_t* next; /* next in linked list */ member in struct:_pfobj_s
105 for(last = NIL(Pfobj_t*), pf = Pftable[n]; pf; last = pf, pf = pf->next)
120 for(fn = Pftable[n]; fn; fn = fn->next)
128 fn->next = Pftable[n];
136 for(pfvm = Pftable[PFTABLE]; pfvm; last = pfvm, pfvm = pfvm->next)
143 { pfvm->next = last->next;
144 last->next = pfvm;
147 { pfvm->next
189 reg Pfobj_t *pf, *next, *last; local
256 reg Pfobj_t *one, *two, *next; local
361 reg Pfobj_t *pf, *list, *next, *last; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dpromptusr.c23 struct _krb5_uio *next; member in struct:_krb5_uio
69 for (p = uio; p; p = p->next) {
115 for (p = uio; p; p = p->next) {
132 krb5_uio p, next; local
134 for (p = uio; p; p = next) {
135 next = p->next;
155 uio_a.next = &uio_b;
156 uio_b.next = &uio_c;
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dswap_rcm.c65 struct swap_file *next; member in struct:swap_file
74 struct swap_area *next; member in struct:swap_area
164 cache = cache->next;
347 for (sa = sf->areas; sa != NULL; sa = sa->next) {
415 for (sa = sf->areas; sa != NULL; sa = sa->next) {
458 for (sf = cache; sf != NULL; sf = sf->next) {
460 for (sa = sf->areas; sa != NULL; sa = sa->next) {
516 sa = sa->next;
521 sa = sa->next;
526 sa = sa->next;
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/ktutil/
H A Dktutil_funcs.c63 lp = lp->next;
81 for (lp = *list, i = 1; lp; prev = lp, lp = lp->next, i++) {
84 *list = lp->next;
86 prev->next = lp->next;
87 lp->next = NULL;
141 for (lp = *list; lp->next; lp = lp->next);
155 lp->next = (krb5_kt_list) malloc(sizeof(*lp));
156 if (!lp->next) {
[all...]
/illumos-gate/usr/src/tools/protocmp/
H A Ddepend.c53 for (tmp = packages[bucket]; tmp != NULL; tmp = tmp->next) {
70 tmp->next = packages[bucket];
88 for (tmp = dependlist; tmp->next != NULL; tmp = tmp->next) {
91 tmp->next = pkg;
102 dependlist = dependlist->next;
103 tmp->next = NULL;
115 for (tmp = dependlist; tmp != NULL; tmp = tmp->next)
232 for (tmp = dependlist; tmp != NULL; tmp = tmp->next) {
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_db_impl.h55 struct rfs4_link *next; member in struct:rfs4_link
88 struct rfs4_index *dbi_inext; /* next index on table */
92 rfs4_table_t *dbt_tnext; /* next table in db */
139 (l)->next = (head); \
140 if ((l)->next) \
141 (l)->next->prev = (l); \
147 (l)->prev->next = (l)->next; \
149 (head) = (l)->next; \
150 if ((l)->next) \
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_targetparam.c63 tmp_entry = curr_entry->next;
97 iscsi_targets.target_list->next = NULL;
99 target->next = iscsi_targets.target_list;
175 iscsi_targets.target_list = curr_entry->next;
176 } else if (curr_entry->next == NULL) {
178 prev_entry->next = NULL;
182 prev_entry->next = curr_entry->next;
201 * Returns the next element in the target param entry list. If
214 entry = ref_entry->next;
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiossmap.c62 struct smap_buf *cur, *next; local
82 next = malloc(sizeof(*next));
83 if (next == NULL)
85 next->smap = buf.smap;
87 next->xattr = buf.xattr;
90 STAILQ_INSERT_TAIL(&head, next, bufs);
114 next = STAILQ_NEXT(cur, bufs);
116 cur = next;
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Drevnetgroup.c67 stringlist next; member in struct:stringnode
78 groupentrylist next; member in struct:groupentrynode
124 * Get the next netgroup from /etc/netgroup
140 cur = cur->next;
162 groups = groups->next) {
164 if (groups->next) {
169 entry = entry->next;
219 new->groups->next = NULL;
221 new->next = NULL;
230 for (cur = grlist->groups; cur; prev = cur, cur = cur->next) {
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSessionUtil.c154 new_sp->next = NULL;
157 new_sp->next = pslot->sl_sess_list;
205 if (session_p->next) {
206 pslot->sl_sess_list = session_p->next;
207 session_p->next->prev = NULL;
214 if (session_p->next) {
216 session_p->prev->next = session_p->next;
217 session_p->next->prev = session_p->prev;
220 session_p->prev->next
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dmaster_ops.c121 device_id_t *next; local
123 next = d->next;
125 d = next;
130 property_t *next; local
132 next = p->next;
134 p = next;
147 master_rec_t *next; local
149 next
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c53 objp->next = NULL;
57 objp->next = sp->object_list;
134 attrp = attrp->next;
354 tmp_objp = tmp_objp->next;
361 if (objp->next) {
362 sp->object_list = objp->next;
363 objp->next->prev = NULL;
370 if (objp->next) {
372 objp->prev->next = objp->next;
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dstringrp.c55 StringSegment *next; /* A pointer to the next segment in the list */ member in struct:StringSegment
137 for(node=sg->head; node; node=node->next) {
188 int escaped = 0; /* True if the next character should be */
242 for(node=sg->head; node && node->unused <= length; node=node->next)
254 node->next = NULL;
266 node->next = sg->head;
293 for(node=sg->head; node; node=node->next)
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h76 struct _tgtPortWWNList *next; member in struct:_tgtPortWWNList
82 struct _portList *next; member in struct:_portList
93 struct _discoveredDevice *next; member in struct:_discoveredDevice
105 struct targetPortMappingData *next; member in struct:targetPortMappingData
114 struct targetPortConfig *next; member in struct:targetPortConfig
121 struct targetPortList *next; member in struct:targetPortList

Completed in 212 milliseconds

1234567891011>>