Searched refs:next (Results 76 - 100 of 1144) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dsfio_s.h32 #define _next next
36 { unsigned char* _next; /* next position to read/write from */
/osnet-11/usr/src/lib/libast/common/include/
H A Dsfio_s.h32 #define _next next
36 { unsigned char* _next; /* next position to read/write from */
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregstat.c41 e = e->next;
46 e = e->next;
48 e = e->next;
49 if (!e || e->type == REX_END && !e->next)
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dsfio_s.h32 #define _next next
36 { unsigned char* _next; /* next position to read/write from */
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dsfio_s.h32 #define _next next
36 { unsigned char* _next; /* next position to read/write from */
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio_s.h32 #define _next next
36 { unsigned char* _next; /* next position to read/write from */
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwdelch.c57 int next, width, y, x; local
66 next = __m_cc_next(w, y, x);
74 &w->_line[y][x], &w->_line[y][next],
75 (w->_maxx - next) * sizeof **w->_line
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetNumberOfAdapters.c41 hba_ptr != NULL; hba_ptr = hba_ptr->next, count++) {}
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1buf.h10 char *base, *bound, *next; member in struct:code_buffer_rep
25 : (unsigned int)((buf)->bound - (buf)->next + 1))
55 #define asn1buf_len(buf) ((buf)->next - (buf)->base)
66 * 2) next - Points to the next available octet position in the array.
67 * During encoding, this is the next free position, and it
69 * During decoding, this is the next unread position, and it
157 *(buf->next) = (char)o;
158 (buf->next)++;
183 * the next octe
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c38 unsigned int final:1; /* Indicate don't search next file */
42 struct profile_node *next, *prev; member in struct:profile_node
54 struct profile_node *child, *next; local
64 for (child=node->first_child; child; child = next) {
65 next = child->next;
133 for (p = node->first_child; p; last = p, p = p->next) {
136 if (last && (last->next != p))
168 for (p=section->first_child, last = 0; p; last = p, p = p->next) {
186 new->next
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Ddyncmd.c89 grub_command_t ptr, last = 0, next; local
92 for (ptr = grub_command_list; ptr; ptr = next)
94 next = ptr->next;
98 last->next = ptr->next;
100 grub_command_list = ptr->next;
/osnet-11/usr/src/lib/libast/common/misc/
H A Dstack.c60 b->next = 0;
78 b = p->next;
119 if (b->next) b = b->next;
122 if (!(b->next = newof(0, struct stackblock, 1, 0)))
124 b = b->next;
128 b->next = 0;
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictlog_c.x62 struct db_dictlog_entry *next; /* Used in constructing list */
82 % db_dictlog_entry *next; /* Used in constructing list */
87 % db_dictlog_entry() { table_name = NULL, table_object = NULL; next = NULL; }
113 %/* Accessor: return pointer to to next log entry */
114 % db_dictlog_entry * getnextptr() { return( next ); }
117 % void setnextptr( db_dictlog_entry *p ) { next = p; }
165 %/* Return the next element in current log; return NULL if end of log or error.
/osnet-11/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;
/osnet-11/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
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSessionUtil.c152 new_sp->next = NULL;
155 new_sp->next = pslot->sl_sess_list;
203 if (session_p->next) {
204 pslot->sl_sess_list = session_p->next;
205 session_p->next->prev = NULL;
212 if (session_p->next) {
214 session_p->prev->next = session_p->next;
215 session_p->next->prev = session_p->prev;
218 session_p->prev->next
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSessionUtil.c161 new_sp->next = NULL;
164 new_sp->next = pslot->sl_sess_list;
209 if (session_p->next) {
210 pslot->sl_sess_list = session_p->next;
211 session_p->next->prev = NULL;
218 if (session_p->next) {
220 session_p->prev->next = session_p->next;
221 session_p->next->prev = session_p->prev;
224 session_p->prev->next
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_box.c28 struct component_node *next; member in struct:component_node
59 struct component_node *next; local
60 for (cur = self->chead.next; cur != &self->ctail; cur = next)
62 /* Copy the 'next' pointer, since we need it for the next iteration,
64 next = cur->next;
99 for (cur = self->chead.next; cur != &self->ctail; cur = cur->next)
[all...]
/osnet-11/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...]
/osnet-11/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...]
/osnet-11/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...]
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dloopback.c34 struct grub_loopback *next; member in struct:grub_loopback
55 prev = &dev->next, dev = dev->next)
63 *prev = dev->next;
96 for (newdev = loopback_list; newdev; newdev = newdev->next)
123 newdev->next = loopback_list;
143 for (d = loopback_list; d; d = d->next)
156 for (dev = loopback_list; dev; dev = dev->next)
219 .next = 0
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c53 objp->next = NULL;
57 objp->next = sp->object_list;
134 attrp = attrp->next;
357 tmp_objp = tmp_objp->next;
364 if (objp->next) {
365 sp->object_list = objp->next;
366 objp->next->prev = NULL;
373 if (objp->next) {
375 objp->prev->next = objp->next;
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dpublic.c157 dt_rec_list_t *next; local
159 for (; dtlp != NULL; dtlp = next) {
161 next = dtlp->dtl_next;
181 dn_rec_list_t *next; local
183 for (; dnlp != NULL; dnlp = next) {
185 next = dnlp->dnl_next;

Completed in 41 milliseconds

1234567891011>>