Searched defs:next (Results 251 - 275 of 577) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.h89 struct session *next; /* points to next session on the list */ member in struct:session
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSession.h90 struct session *next; /* points to next session on the list */ member in struct:session
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dutility.c50 node->next = list;
74 node->next = NULL;
81 temp->next = node;
97 node = node->next;
130 while (temp->next != NULL)
131 temp = temp->next;
146 temp = temp->next;
160 return (node->next);
183 node = list->next;
204 temp = list->next;
219 DL_NODE *next = node->next; local
450 compute_next_token_obj_name(CK_BYTE *current, CK_BYTE *next) argument
[all...]
/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h155 struct mplist_struct *next; member in struct:mplist_struct
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dhot.c139 ml = ml->next;
353 for (; dl != NULL; dl = dl->next) {
384 * If any acquire fails, continue with the next device.
401 dl = dl->next;
447 struct loop_list *next; member in struct:loop_list
476 dl = dl->next;
491 llist1 = llist1->next) {
498 dl = dl->next;
513 llist_tail = llist_tail->next = llist;
515 dl = dl->next;
[all...]
/osnet-11/usr/src/lib/sun_sas/common/
H A Dsun_sas.h121 struct open_handle *next; member in struct:open_handle
135 struct sun_sas_hba *next; member in struct:sun_sas_hba
143 struct ScsiEntryList *next; member in struct:ScsiEntryList
150 struct phy_info *next; member in struct:phy_info
167 struct sun_sas_port *next; member in struct:sun_sas_port
/osnet-11/usr/src/lib/libpp/common/
H A Dppcontrol.c38 struct edit* next; member in struct:edit
44 struct map* next; member in struct:map
81 q = q->next;
82 if (p) p->next = q;
88 q = q->next;
103 p->next = a;
156 * return symbol pointer for next token macro (re)definition
526 for (map = (struct map*)pp.maps; map; map = map->next)
550 for (edit = map->edit; edit; edit = edit->next)
1926 edit = edit->next
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPzone.c65 struct lofs_mnttab *next; local
71 for (lmt = lofs_mnttab; lmt != NULL; lmt = next) {
72 next = lmt->l_next;
666 * around and check the next path component.
/osnet-11/usr/src/lib/libproject/common/
H A Dsetproject.c60 char *next; local
62 current = next = s;
64 while (*next != '\0') {
65 while (isspace(*next))
66 next++;
67 *current++ = *next++;
/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/lib/libresolv2/common/irs/
H A Dlcl_ho.c177 ho->next = ho_next;
489 struct lcl_res_target *next; member in struct:lcl_res_target
513 q.next = &q2;
527 for (p = &q; p; p = p->next) {
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dmemcluster.c64 void * next; member in struct:__anon2441
222 e->next = NULL;
227 e->next = activelists[max_size];
250 char *curr, *next; local
261 next = curr + mem_target;
263 ((memcluster_element *)curr)->next = next;
264 curr = next;
265 next += mem_target;
271 ((memcluster_element *)curr)->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...]
H A Ddlopen.c166 struct lib_list *next; member in struct:lib_list
436 newhead->next = gctx->lib_list_head;
440 newhead->next = lib_list_head;
464 libptr_next = libptr->next;
480 libptr_prev->next = libptr_next;
618 path_info = path_info->next;
635 p_info->next = gctx->splug_path_info;
638 p_info->next = gctx->cplug_path_info;
771 libptr_next = libptr->next;
/osnet-11/usr/src/lib/libslp/clib/
H A DSLPReg.c102 struct rereg_entry *next; member in struct:rereg_entry
599 /* get the next message from the queue */
718 reg->next = NULL;
720 /* adjust the next wake time if necessary */
733 reg->next = reregs;
761 for (p = reregs; p; p = p->next) {
797 for (p = q = reregs; p; p = p->next) {
802 reregs = p->next;
804 q->next = p->next;
[all...]
H A Dslp_targets.c75 * slp_next_uc_target: Returns a slp_target_t handle for the next unicast
77 * slp_next_failover: Returns the next failover DA for a given target, or
119 struct da_node *next, *prev; member in struct:da_node
124 struct scope_targets *next; member in struct:scope_targets
243 for (te = tl->DAs; te; te = te->next)
266 /* find the next unused target */
271 /* get next failover */
284 for (p = p->next; p; p = p->next) {
326 dn->next
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dsearch.c293 char *next; local
311 if ((next = find_right_paren(str)) == NULL)
314 *next = '\0';
317 *next++ = ')';
327 return (next);
333 char *next, *tmp, *s, *d; local
426 next = str;
427 while (*next && balance) {
429 if (*next == '(')
431 else if (*next
494 char *next; local
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c525 /* get the next message */
822 * is the next entry after tmp. replace it.
1147 LDAPMessage *next; local
1152 for ( ; lm != NULL; lm = next ) {
1153 next = lm->lm_chain;
1284 /* get the next message */
/osnet-11/usr/src/lib/libmalloc/common/
H A Dmalloc.c71 * to the next block of any sort.
94 * freed and reallocated on the next call to malloc. The
276 * +-->| next | +-->| next |
390 * the next space. If not, mark holdblk full,
394 /* move to next holdblk, if this one full */
457 * freeptr[1].next = &arena[0], so when you do the test,
468 struct header *next; /* following block */ local
469 struct header *nextnext; /* block after next */
475 next
690 struct header *next; /* next = blk->nextblk */ local
742 struct header *next; /* block after blk */ local
958 struct header *blk, *next; /* ptr to ordinary blocks */ local
1089 struct header *blk, *prev, *next; /* ptr to ordinary blocks */ local
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c81 struct cache_entry *next; /* next entry on LRU list */ member in struct:cache_entry
496 _rpc_authdes_cache[i].next = &_rpc_authdes_cache[i + 1];
507 cache_head->next = &_rpc_authdes_cache[1];
509 cache_tail->next = cache_head;
548 cache_head = cache_head->next;
551 (curr->next)->prev = curr->prev; /* fix thy neighbor */
552 (curr->prev)->next = curr->next;
553 curr->next
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.h78 struct ext2_buffer_head *next; member in struct:ext2_buffer_head
/osnet-11/usr/src/lib/libcmd/common/
H A Dtail.c135 Tail_t* next; member in struct:Tail_s
623 pp->next = fp;
632 pp->next = 0;
673 goto next;
676 goto next;
689 goto next;
698 pp = pp->next = fp->next;
700 files = files->next;
701 fp = fp->next;
[all...]
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dcryptoutil.h105 struct umechlist *next; member in struct:umechlist
123 struct uentrylist *next; member in struct:uentrylist
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c156 * char **: location for next call to routine
658 char *next; local
680 next = cp;
683 field = dsym_get_token(next, DSYM_FIELD_DEL, &next,
705 dsym_get_token(next, DSYM_FIELD_DEL, &next, B_FALSE) != NULL) {
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddisks_private.h53 struct slice_info *next; member in struct:slice_info
66 struct alias_info *next; member in struct:alias_info
76 struct path *next; member in struct:path
86 struct bus_info *next; member in struct:bus_info
97 struct controller_info *next; member in struct:controller_info
111 struct disk *next; member in struct:disk
130 struct descriptor *next; member in struct:descriptor

Completed in 69 milliseconds

<<11121314151617181920>>