Searched refs:next (Results 676 - 700 of 1144) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/libradproto/common/
H A Dradclient.c215 message_wrapper_t *next = NULL; local
217 mw != NULL; mw = next) {
218 next = TAILQ_NEXT(mw, node);
222 mw != NULL; mw = next) {
223 next = TAILQ_NEXT(mw, node);
430 rc_object_t *o, *next; local
431 for (o = TAILQ_FIRST(&c->rrc_objects); o; o = next) {
432 next = TAILQ_NEXT(o, ro_node);
/osnet-11/usr/src/lib/librstp/common/
H A Dstp_in.c71 for (stpm = STP_stpm_get_the_list (); stpm; stpm = stpm->next) {
116 for (this = STP_stpm_get_the_list (); this; this = this->next)
128 for (port = this->ports; port; port = port->next)
466 for (stpm = STP_stpm_get_the_list (); stpm; stpm = stpm->next) {
494 for (stpm = STP_stpm_get_the_list (); stpm; stpm = stpm->next) {
512 for (stpm = STP_stpm_get_the_list (); stpm; stpm = stpm->next) {
538 for (stpm = STP_stpm_get_the_list (); stpm; stpm = stpm->next) {
686 for (stpm = STP_stpm_get_the_list (); stpm; stpm = stpm->next) {
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_mapping.c132 ns_hash_t *next; local
135 next = p->h_next;
138 return (next);
149 ns_hash_t *next; local
155 next = config->hashTbl[i];
156 while (next != NULL) {
157 next = ns_free_hash(next);
/osnet-11/usr/src/lib/libsocket/inet/
H A Druserpass.c168 next:
189 goto next;
/osnet-11/usr/src/lib/libkmf/include/
H A DkmfapiP.h170 struct _KMF_PLUGIN_LIST *next; member in struct:_KMF_PLUGIN_LIST
336 struct conf_entrylist *next; member in struct:conf_entrylist
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x65 db_table_desc *next;
H A Ddb_table_c.x57 struct db_free_entry *next;
230 % 'where'. Return NULL in both if no next entry is found. */
233 %/* Returns the next entry in table from 'prev', also return its position in
234 % 'newentry'. Return NULL in both if no next entry is found. */
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ufs/
H A Dufs.c77 uint32_t fs_rotdelay; /* num of ms for optimal next block */
297 .next = NULL,
304 .next = NULL,
/osnet-11/usr/src/lib/libpkg/common/
H A Dputcfile.c198 pinfo = pinfo->next;
371 pinfo = pinfo->next;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h30 * - refcount and next should only be tweaked with the global lock held
54 For next major release, fix this. */
58 struct _prf_data_t *next; member in struct:_prf_data_t
71 struct _prf_file_t *next; member in struct:_prf_file_t
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_search.c90 goto next;
131 next: BT_PUSH(t, h->pgno, idx);
165 * Get the next page. The key is either an exact
189 /* Move to the next index. */
200 /* Push the next level down onto the stack. */
208 /* Get the next level down. */
270 /* Move to the next index. */
281 /* Push the next level down onto the stack. */
288 /* Get the next level down. */
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h193 struct _krb5_ldap_server_handle *next; member in struct:_krb5_ldap_server_handle
207 struct _krb5_ldap_server_info *next; member in struct:_krb5_ldap_server_info
/osnet-11/usr/src/grub/grub2/grub-core/gettext/
H A Dgettext.c48 struct grub_gettext_msg *next; member in struct:grub_gettext_msg
345 grub_gettext_msg_list = grub_gettext_msg_list->next;
/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/
H A Ddl.c96 for (seg = mod->segment; seg; seg = seg->next)
134 for (seg = mod->segment; seg; seg = seg->next)
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dxnu.c60 struct grub_xnu_devprop_device_descriptor *next; member in struct:grub_xnu_devprop_device_descriptor
214 struct property_descriptor *next; member in struct:property_descriptor
256 prop = prop->next;
414 dev2 = dev1->next;
437 for (device = devices; device; device = device->next)
443 for (propdesc = device->properties; propdesc; propdesc = propdesc->next)
508 propdesc = propdesc->next;
515 device = device->next;
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot_mbi2.c59 struct module *next; member in struct:module
762 for (i = 0, cur = modules; i < modcnt; i++, cur = cur->next)
953 struct module *cur, *next; local
962 for (cur = modules; cur; cur = next)
964 next = cur->next;
1050 modules_last->next = newmod;
1054 modules_last->next = NULL;
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/ieee1275/
H A Dofnet.c290 struct grub_net_card *card, *next; local
292 FOR_NET_CARDS_SAFE (card, next)
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dudp.c28 struct grub_net_udp_socket *next; member in struct:grub_net_udp_socket
45 #define FOR_UDP_SOCKETS(var) for (var = udp_sockets; var; var = var->next)
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dparser.y227 $1->next = $2;
243 $1->next = x;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcrypto.h133 struct gcry_cipher_spec *next; member in struct:gcry_cipher_spec
171 struct gcry_md_spec *next; member in struct:gcry_md_spec
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_search.c160 goto next;
209 next: pg = GET_BINTERNAL(h, indx)->pgno;
225 * Decide if we want to return a reference to the next
275 * find the next (or previous) non-deleted item.
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice.c209 for (iter = source->properties; iter != NULL; iter = iter->next) {
284 for (iter = source->properties; iter != NULL; iter = iter->next) {
343 for (iter = caps; iter != NULL; iter = iter->next) {
358 for (iter = device1->properties; iter != NULL; iter = iter->next) {
448 for (iter = caps; iter != NULL; iter = iter->next) {
483 for (iter = device->properties; iter != NULL; iter = iter->next) {
515 for (iter = device->properties; iter != NULL; iter = iter->next) {
936 for (iter = device->properties; iter != NULL; iter = iter->next) {
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfpoll.c52 #define RDREADY(f) (((f->mode&SF_READ) && f->next < f->endb) || \
56 #define WRREADY(f) (!(f->mode&SF_WRITE) || f->next == f->data)
H A Dsfvscanf.c46 if(f->next >= f->endb)
106 else sc->f->next = sc->d;
109 sc->data = sc->d = sc->f->next;
342 #define SFbuf(f) (_sfbuf(f,&peek), (data = d = f->next), (endd = f->endb) )
346 (peek ? SFREAD(f,(Void_t*)data,SFlen(f)) : ((f->next = d),0)) )
747 fm->next = fmstk;
1067 fmstk = fm->next;
1088 fmstk = fm->next;
H A Dsfwr.c113 { /* next page must be dirty */
145 if(f->next > f->data && SFSYNC(f) < 0 )
159 w = n + (f->next - f->data);

Completed in 93 milliseconds

<<21222324252627282930>>