Searched refs:next (Results 251 - 275 of 1144) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h54 struct ns_conn_waiter *next, *prev; member in struct:ns_conn_waiter
101 struct ns_conn_user *next; /* next conn_user in the linked list */ member in struct:ns_conn_user
140 * management, waiting for the next user. It will be closed when
153 struct ns_conn_mt *next; /* next conn_mt in the linked list */ member in struct:ns_conn_mt
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c85 pentlist->next = NULL;
90 pcur->next = pentlist;
91 pcur = pcur->next;
341 pcur->next = pmech;
342 pcur = pcur->next;
374 pmech->next = NULL;
387 pnext = plist->next;
412 pnext = entrylist->next;
442 pcur->next = ptmp;
443 pcur = pcur->next;
[all...]
/osnet-11/usr/src/lib/libeti/panel/common/
H A Dupdate.c54 if ((next_obs = obs->next) == panel -> obscured -> next)
130 touch_top(panel, screen_y, panel->obscured->next,
/osnet-11/usr/src/lib/libfedfs/common/
H A Dlist_nces.c44 struct nce_cache_node *next; member in struct:nce_cache_node
107 for (n = nce_cache; n != NULL; n = n->next) {
118 prev->next = new;
121 new->next = n->next;
125 prev->next = new;
156 for (n = nce_cache; n != NULL; n = n->next) {
159 nce_cache = n->next;
161 prev->next = n->next;
[all...]
H A Dnsdb_lookup.c46 struct nsdb_cache_node *next; member in struct:nsdb_cache_node
100 for (n = nsdb_cache; n != NULL; n = n->next) {
109 nsdb_cache = n->next;
111 prev->next = n->next;
155 for (n = nsdb_cache; n != NULL; n = n->next) {
167 prev->next = new;
170 new->next = n->next;
174 prev->next
[all...]
/osnet-11/usr/src/lib/libfru/libfru/
H A DnameSyntaxYacc.y97 $1->next = $3;
127 pathDef->next = NULL;
160 pathDef->next = NULL;
H A DAncestor.h70 Ancestor *next; member in struct:Ancestor
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dminix.c367 char *next;
382 next = grub_strchr (name, '/');
383 if (next)
385 next[0] = '\0';
386 next++;
422 if (!next)
427 name = next;
428 next = grub_strchr (name, '/');
429 if (next)
431 next[
366 char *next; local
[all...]
H A Djfs.c82 grub_uint64_t next; member in struct:grub_jfs_treehead
109 /* Pointers to the previous and next tree headers of other nodes on
131 grub_uint8_t next; member in struct:grub_jfs_internal_dirent
141 grub_uint8_t next; member in struct:grub_jfs_leaf_dirent
153 grub_uint8_t next; member in struct:grub_jfs_leaf_next_dirent
477 /* Read in the next dirent from the directory described by DIRO. */
500 grub_disk_addr_t next;
508 next = grub_le_to_cpu64 (diro->dirpage->header.nextb);
509 next <<= (grub_le_to_cpu16 (diro->data->sblock.log2_blksz)
512 if (grub_disk_read (diro->data->disk, next,
499 grub_disk_addr_t next; local
625 char *next; local
[all...]
/osnet-11/usr/src/cmd/powertop/common/
H A Ddisplay.c96 struct sb_slot *next; member in struct:sb_slot
312 n = n->next;
337 for (n = status_bar; n != NULL; n = n->next) {
341 n->prev->next = n->next;
345 if (n->next != NULL) {
346 n->next->prev = n->prev;
348 status_bar = n->next;
369 for (n = status_bar; n->next != NULL; n = n->next)
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfsetfd.c96 if(((f->mode&SF_WRITE) && f->next > f->data) ||
104 if(((f->mode&SF_WRITE) && f->next > f->data) ||
106 f->next < f->endb) )
H A Dsfsize.c89 f->next = f->endb = f->endr = f->endw = f->data;
99 s += (f->next - f->data);
101 { s = f->here + (f->next - f->data);
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetTargetMapping.c78 hba_port_ptr = hba_port_ptr->next) {
106 hba_disco_port = hba_disco_port->next) {
109 mapping_ptr = mapping_ptr->next) {
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c132 * Takes the specified next descriptor information, qp number, opcode and
184 * Takes the specified next descriptor information, qp number and
466 uint64_t next, ctrl; local
469 next = 0;
491 /* initialize the ctrl and next fields of the current descriptor */
492 TAVOR_WQE_LINKNEXT(curr_addr, ctrl, next);
495 * Calculate the "next" field of the prev descriptor. This amounts
528 next = ((uint64_t)curr_desc & TAVOR_WQE_NDA_MASK) << 32;
529 next = next | ((uint64_
617 uint64_t next; local
733 uint64_t next; local
[all...]
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c225 prop->next = new;
227 prop->next = NULL;
274 next(int id) function
325 prop = prop->next;
348 prop = prop->next;
363 bnode = bnode->next;
383 bnode->next = NULL;
389 bnode->next = temp;
392 while ((temp->next != NULL) && (board > temp->next
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Draid.c119 for (arr = array_list; arr != NULL; arr = arr->next)
159 for (raid = grub_raid_list; raid; raid = raid->next)
180 for (array = array_list; array != NULL; array = array->next)
203 tmp->next = list;
246 for (array = array_list; array != NULL; array = array->next)
255 for (array = array_list; array != NULL; array = array->next)
632 for (p = array_list; p != NULL; p = p->next)
711 for (p = array_list; p != NULL; p = p->next)
728 for (p = array_list; p != NULL; p = p->next)
792 for (p = array_list; p != NULL; p = p->next)
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dclient.c150 cm=cm->next;
173 p = path_info->next;
228 m = m->next;
318 mech->next = cmechlist->mech_list;
343 m = m->next)
562 * non-NULL => recycle storage and go for next available mech
829 for (m = cmechlist->mech_list; m != NULL; m = m->next) {
1134 listptr = listptr->next)
1213 for (m = cmechlist->mech_list; m != NULL; m = m->next) {
1286 sasl_string_list_t *retval = NULL, *next local
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c374 if (in->next != NULL) {
375 newdn->next = (__nis_object_dn_t *)s_calloc(1,
377 if (newdn->next == NULL)
379 newdn = newdn->next;
380 in = in->next;
630 prev->next = t_new;
634 prev->next = t;
669 prev->next = t_new;
673 prev->next = t;
688 t = t->next;
[all...]
H A Ddb_log_entry.cc50 next = NULL;
/osnet-11/usr/src/lib/libpp/common/
H A Dppmisc.c95 q = q->next;
96 if (p) p->next = q;
102 q = q->next;
117 p->next = a;
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_hash.c164 sip_hash_obj_t *next = tmp->next_obj; local
166 if (next != NULL) {
167 tmp->prev_obj->next_obj = next;
168 next->prev_obj = tmp->prev_obj;
/osnet-11/usr/src/lib/libldap4/include/
H A Dhsearch.h22 struct node *next; member in struct:node
H A Dthq.h18 struct tq_listS * next; member in struct:tq_listS
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dldif.h79 char * str_getline( char **next );
/osnet-11/usr/src/lib/libpam/
H A Dpam_impl.h180 struct pam_module_data *next; /* pointer to next module data */ member in struct:pam_module_data
193 struct pamtab *next; member in struct:pamtab
199 struct fd_list *next; member in struct:fd_list
206 struct env_list *next; member in struct:env_list

Completed in 69 milliseconds

<<11121314151617181920>>