Searched refs:next (Results 551 - 575 of 1144) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dlc.h115 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
H A Dsfio_t.h66 { (unsigned char*)(data), /* next */ \
94 ( (f)->next = (unsigned char*)0, /* next */ \
120 /* expose next stream inside discipline function; state saved in int f */
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dlc.h115 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dlc.h115 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
H A Dsfio_t.h66 { (unsigned char*)(data), /* next */ \
94 ( (f)->next = (unsigned char*)0, /* next */ \
120 /* expose next stream inside discipline function; state saved in int f */
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dlc.h115 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dlc.h115 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
H A Dsfio_t.h66 { (unsigned char*)(data), /* next */ \
94 ( (f)->next = (unsigned char*)0, /* next */ \
120 /* expose next stream inside discipline function; state saved in int f */
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dlc.h115 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_raid_resync.c117 for (p = nlp; (p != NULL); p = p->next) {
/osnet-11/usr/src/lib/passwdutil/
H A D__set_authtoken_attr.c50 for (p = items; p != NULL; p = p->next) {
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotManager.c165 next_session = session->next;
176 next_session = session->next;
417 tmp_session = tmp_session->next;
544 pool->active_list_head->next == NULL)
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetAdapterPortAttributes.c84 hba_port_ptr != NULL; hba_port_ptr = hba_port_ptr->next) {
H A DSun_sasRefreshAdapterConfiguration.c116 hba_ptr = hba_ptr->next) {
/osnet-11/usr/src/lib/libpp/common/
H A Dpplib.h140 char* nextchr; /* next input char (first elt) */
141 struct ppinstk* next; /* next frame (for allocation) */ member in struct:ppinstk
171 struct pplist* next; /* next in list */ member in struct:pplist
178 struct oplist* next; /* next op */ member in struct:oplist
190 struct ppmacstk* next; /* next frame (for allocation) */ member in struct:ppmacstk
447 #define nextframe(m,p) (m->next
718 struct ppindex* next; /* next in list */ member in struct:ppindex
[all...]
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_plugin.c232 sa_plugin_t *plugin, *next; /* use fs_plugin as generic type */ local
260 next = plugin->pi_next;
273 plugin = next;
384 * Return pointer to next plugin in the list of type specified
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dunbind.c78 LDAPMessage *lm, *next; local
114 for ( lm = ld->ld_responses; lm != NULL; lm = next ) {
115 next = lm->lm_next;
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c226 struct ypmaplist **next; local
238 next = &((*lst)->ypml_next);
245 lst = (freeing) ? next : &((*lst)->ypml_next);
/osnet-11/usr/src/lib/libpool/common/
H A Ddict.c79 struct dict_bucket *db_next; /* next bucket */
252 dict_bucket_t *this, *next; local
254 this = next) {
255 next = this->db_next;
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h78 struct PROPERTY *next; member in struct:PROPERTY
82 struct RESOURCE *next; member in struct:RESOURCE
166 struct ERROR_FRAME *next; member in struct:ERROR_FRAME
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dalloca.c136 union hdr *next; /* For chaining headers. */ member in struct:hdr::__anon445
175 register header *np = hp->h.next;
179 hp = np; /* -> next header. */
209 new->h.next = last_alloca_header;
/osnet-11/usr/src/grub/grub2/include/grub/efiemu/
H A Defiemu.h136 struct grub_efiemu_segment *next; member in struct:grub_efiemu_segment
174 struct grub_efiemu_configuration_table *next; member in struct:grub_efiemu_configuration_table
235 struct grub_efiemu_prepare_hook *next; member in struct:grub_efiemu_prepare_hook
/osnet-11/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c295 struct __rmname *np, *next; local
297 for (np = TAILQ_FIRST(&DB_GLOBAL(db_nameq)); np != NULL; np = next) {
298 next = TAILQ_NEXT(np, links);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetenv.c77 struct chunk *next; member in struct:chunk
297 * space the next time around.
305 new_chunk->next = chunk_list;
391 new_chunk->next = chunk_list;
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c225 cur_binding = cur_binding->next;
311 nlstmp = nlstmp->next;
394 tnt->next = NULL;
399 (*tail)->next = tnt;
433 tnt->next = NULL;
438 (*tail)->next = tnt;
506 nnp = nnp->next;
580 nnp->next = global_gt->n_node;
729 bind = bind->next;
755 bind->next
[all...]

Completed in 133 milliseconds

<<21222324252627282930>>