Searched refs:next (Results 201 - 225 of 2472) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfread.c57 { if(((uchar*)buf + f->val) != f->next &&
64 { if((uchar*)buf != f->next)
75 f->next += n;
91 if((r = f->endb - f->next) > 0) /* has buffered data */
94 if(s != f->next)
95 memcpy(s, f->next, r);
96 f->next += r;
105 { f->next = f->endb = f->data;
/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_prop.c50 prom_nextprop(pnode_t nodeid, caddr_t previous, caddr_t next) argument
52 return (promif_nextprop(nodeid, previous, next));
/illumos-gate/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...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derror_map.h28 struct gsserrmap__element *next; member in struct:gsserrmap__element
45 e_next = e->next;
59 for (e = head->first; e; e = e->next)
109 e->next = head->first;
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetexecattr.c94 prev->next = getexecattr();
95 prev = prev->next;
154 prev->next = new;
155 prev = get_tail(prev->next);
180 for (execp = exec; execp != NULL; execp = execp->next) {
217 free_execattr(exec->next);
250 r->prev->next = exec;
294 if (exec->next == NULL) {
297 for (i_exec = exec->next; i_exec != NULL;
298 i_exec = i_exec->next) {
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationEnumerator.java41 * Besides the standard Enumeration classes, it implements a next()
88 public Object next() throws ServiceLocationException { method in class:ServiceLocationEnumerator
/illumos-gate/usr/src/lib/libnisdb/
H A Dnisdb_mt.h42 void *next; member in struct:__anon3657
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo.h63 * as the former prop structure, but the *next element now points to a
68 StaticProp *next; member in struct:static_prop
115 Prop *next; member in struct:prop
125 Prom_node *sibling; /* point to next sibling */
139 Board_node *next; /* link for list */ member in struct:board_node
178 int next(int);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd.x68 struct paglist *next;
82 struct dirlist *next;
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.h46 struct oidgroup *next; member in struct:oidgroup
/illumos-gate/usr/src/cmd/tr/
H A Dextern.h51 wint_t next(STR *);
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasOpenAdapter.c47 hba_ptr = hba_ptr->next) {
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_parse.h43 struct cb_deviceset_props *next; member in struct:cb_deviceset_props
/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.h42 struct thermal_zone *next; member in struct:thermal_zone
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_targetparam.h36 struct iscsi_targetparam_entry *next; member in struct:iscsi_targetparam_entry
/illumos-gate/usr/src/uts/common/io/
H A Dvuid_queue.c81 /* Initialize vqn's next and prev */
82 vqn->next = vp->next;
84 /* Fix up vp next's prev */
85 if (vp->next != VUID_Q_NODE_NULL)
86 vp->next->prev = vqn;
87 /* Fix up vp's next */
88 vp->next = vqn;
113 vq->top = vqn->next;
142 /* Change new top's next */
[all...]
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dfwide.c45 if ((f->flags & SF_SYNCED) || f->next > f->data)
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmclear.c42 reg Seg_t* next; local
68 for(seg = vd->seg; seg; seg = next)
69 { next = seg->next;
H A Dvmregion.c51 for(vm = Vmheap; vm; vm = vm->next)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObjectUtil.c52 objp->next = NULL;
56 objp->next = sp->object_list;
134 attrp = attrp->next;
366 tmp_objp = tmp_objp->next;
373 if (objp->next) {
374 sp->object_list = objp->next;
375 objp->next->prev = NULL;
382 if (objp->next) {
384 objp->prev->next = objp->next;
[all...]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dcache.c167 nextp = dp->next;
178 nextp = dp->next;
231 desc_listp = desc->next;
233 desc->prev->next = desc->next;
235 if (desc->next != NULL) {
236 desc->next->prev = desc->prev;
273 nextp = ap->next;
365 descp = descp->next;
382 descp = descp->next;
[all...]
/illumos-gate/usr/src/cmd/avs/dsstat/
H A Dii_stats.c100 for (cur = ii_top; cur != NULL; cur = cur->next) {
112 goto next;
126 goto next;
139 goto next;
152 goto next;
165 goto next;
178 goto next;
182 next:
215 for (cur = ii_top; cur != NULL; cur = cur->next) {
373 iistat_t *next; local
717 iistat_t *next = iistat->next; local
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Drmdir.c114 do if (end <= dir) goto next; while (*--end != '/');
115 do if (end <= dir) goto next; while (*(end - 1) == '/' && end--);
118 next: ;
/illumos-gate/usr/src/head/
H A Dnsswitch.h77 #define __NSW_CONTINUE 0 /* the action is to continue to next service */
102 struct __nsw_long_err *next; member in struct:__nsw_long_err
109 struct __nsw_lookup *next; member in struct:__nsw_lookup
120 ((lkp)->next == NULL ? \
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_util.c93 while ((tmp = stk->next) != NULL) {
94 stk->next = tmp->next;
129 stk_node->next = stk->next;
130 stk->next = stk_node;
155 if ((stk_node = stk->next) == NULL) {
166 stk->next = stk_node->next;
188 if (stk->next
[all...]

Completed in 96 milliseconds

1234567891011>>