Searched refs:next (Results 301 - 325 of 1144) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Damiga.c76 newid->next = ids;
82 struct AmigaIds *current, *next; local
84 for (current = ids; current != NULL; current = next) {
85 next = current->next;
93 for (current = ids; current != NULL; current = current->next) {
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s74 addq $8, %rdi / next quadword
84 incq %rdi / next byte
98 addq $8, %rsi / next quadword
105 addq $8, %rdi / next quadword
115 incq %rsi / next byte
116 incq %rdi / next byte
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrcat.s70 addl $4, %edi / next word
80 incl %edi / next byte
95 addl $4, %eax / next word
102 addl $4, %edi / next word
112 incl %eax / next byte
113 incl %edi / next byte
/osnet-11/usr/src/lib/libc/port/threads/
H A Dalloc.c129 void *next = (void *)((caddr_t)ptr + size); local
130 *(void **)ptr = next;
131 ptr = next;
250 void *next = (void *)((caddr_t)ptr + size); local
251 *(void **)ptr = next;
252 ptr = next;
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c578 /* next name */
948 struct valuelist * next; member in struct:valuelist
979 slp->next = servicelist;
993 slp_next = slp->next;
1021 slp->next = protolist;
1035 plp_next = plp->next;
1047 for (; lp != NULL; lp = lp->next)
1050 lp->prev->next = lp->next;
1051 if (lp->next)
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmagic.c61 struct Edit* next; /* next in list */ member in struct:Edit
78 struct Entry* next; /* next in list */ member in struct:Entry
498 for (ep = mp->magic; ep; ep = ep->next)
654 goto next;
660 goto next;
668 goto next;
674 goto next;
680 goto next;
1668 char* next; local
[all...]
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c163 struct rule *next; /* Next rule in the global list */ member in struct:rule
182 struct config *next; /* Next configuration in the state */ member in struct:config
183 struct config *bp; /* The next basis configuration */
203 struct action *next; /* Next action for this state */ member in struct:action
225 struct plink *next; /* The next propagate link */ member in struct:plink
344 for(i=0; i<amt-1; i++) freelist[i].next = &freelist[i+1];
345 freelist[amt-1].next = 0;
348 freelist = freelist->next;
372 ap = (struct action *)msort((char *)ap,(char **)&ap->next,actioncm
3760 struct s_x1node *next; /* Next entry with the same hash */ member in struct:s_x1node
3922 struct s_x2node *next; /* Next entry with the same hash */ member in struct:s_x2node
4128 struct s_x3node *next; /* Next entry with the same hash */ member in struct:s_x3node
4274 struct s_x4node *next; /* Next entry with the same hash */ member in struct:s_x4node
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c45 * call the next getval function in the chain
52 fp = nfp = nfp->next;
54 for(; fp; fp=fp->next)
77 * call the next getnum function in the chain
86 fp = nfp = nfp->next;
88 for(; fp; fp=fp->next)
124 * call the next assign function in the chain
131 fp = nfp = nfp->next;
137 fpnext = fp->next;
181 struct blocked *next; member in struct:blocked
1061 register Dt_t *next; local
[all...]
H A Dpath.c262 if(flag) /* skip next case when non-zero flag */
320 ppnext = pp->next;
337 old->next = ppnext;
365 for( ;pp; pp=pp->next)
390 pp = pp->next;
416 for(oldpp=first; oldpp && oldpp!=pp; oldpp=oldpp->next)
435 * write the next path to search on the current stack
437 * the next pathcomp is returned.
449 ppnext = pp->next;
474 while(pp && pp!=last && (pp=pp->next))
1646 register Pathcomp_t *pp=first, *next, *pq; local
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c959 cm->next = NULL;
1005 cm->cu_tail->next = cu;
1026 cm->next = cmg->cm_head;
1029 cmg->cm_tail->next = cm;
1050 cu->next = NULL;
1057 cm->cu_head = cu->next;
1059 cu->next = NULL;
1064 for (u = cm->cu_head->next; u; u = u->next) {
1070 pu->next
[all...]
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_match.c57 struct cache *next; member in struct:cache
133 for (pp = &head, cnt = 0; (c = *pp) != 0; pp = &c->next, cnt++) {
142 *pp = c->next;
150 *pp = c->next;
151 c->next = head;
157 *pp = c->next;
277 c->next = head;
327 n = p->next;
332 n = p->next;
472 c->next
[all...]
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmxscan.c66 goto next; \
226 goto next;
241 goto next;
255 goto next;
311 goto next;
324 goto next;
398 goto next;
405 goto next;
408 goto next;
420 next
[all...]
/osnet-11/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c346 attr_pw[0].type = ATTR_REP_NAME; attr_pw[0].next = &attr_pw[1];
347 attr_pw[1].type = ATTR_UID; attr_pw[1].next = &attr_pw[2];
348 attr_pw[2].type = ATTR_PASSWD; attr_pw[2].next = NULL;
383 attr_spw[0].type = ATTR_LSTCHG; attr_spw[0].next = &attr_spw[1];
384 attr_spw[1].type = ATTR_MIN; attr_spw[1].next = &attr_spw[2];
385 attr_spw[2].type = ATTR_MAX; attr_spw[2].next = &attr_spw[3];
386 attr_spw[3].type = ATTR_WARN; attr_spw[3].next = &attr_spw[4];
387 attr_spw[4].type = ATTR_INACT; attr_spw[4].next = &attr_spw[5];
388 attr_spw[5].type = ATTR_EXPIRE; attr_spw[5].next = &attr_spw[6];
389 attr_spw[6].type = ATTR_FLAG; attr_spw[6].next
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dfilesys.c53 fs_type->next = fs_types;
67 last = walk, walk = walk->next);
71 ((struct _PedFileSystemType*) last)->next = fs_type->next;
73 fs_types = fs_type->next;
89 fs_alias->next = fs_aliases;
107 for (walk = fs_aliases; walk; last = walk, walk = walk->next) {
114 last->next = walk->next;
116 fs_aliases = walk->next;
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_memory.c110 struct _krb5_mcc_link *next; member in struct:_krb5_mcc_link
125 struct krb5_mcc_list_node *next; member in struct:krb5_mcc_list_node
194 krb5_mcc_cursor curr,next; local
200 next = curr->next;
202 curr = next;
227 for (curr = &mcc_head; *curr; curr = &(*curr)->next) {
230 *curr = node->next;
284 for (ptr = mcc_head; ptr; ptr=ptr->next)
348 * Fills in creds with the "next" credental
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfmode.c82 for(p = &_Sfpool; p; p = p->next)
103 ((f->mode&SF_WRITE) && f->next == f->data) ) )
321 p->ndata = f->endb-f->next;
333 memcpy((Void_t*)p->rdata,(Void_t*)f->next,p->ndata);
375 { f->next = f->endb = f->endr = f->data;
412 { f->next[-1] = f->getr;
458 f->next = f->endr = f->endw = f->data;
488 if(f->next > f->data && SFFLSBUF(f,-1) < 0)
496 f->next = f->endr = f->endw = f->endb = f->data;
520 f->endb = f->endr = f->endw = f->next
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnsparse.c63 struct cons_cell_v1 *next; member in struct:cons_cell_v1
68 struct cons_cell *next; member in struct:cons_cell
167 lkq = &lkp->next;
218 /* p better be the next switch_err */
287 break; /* process next naming service */
361 lkq = &lkp->next;
404 /* p better be the next switch_err */
446 break; /* process next naming service */
594 * go ahead with the next line.
691 * go ahead with the next lin
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c78 new->next = ctx->streams;
112 new->next = ctx->streams;
160 old->prev->next = old->next;
162 ctx->streams = old->next;
163 if (old->next != NULL)
164 old->next->prev = old->prev;
/osnet-11/usr/src/lib/libresolv2/include/
H A Dirs.h42 struct group * (*next) __P((struct irs_gr *)); member in struct:irs_gr
60 struct passwd * (*next) __P((struct irs_pw *)); member in struct:irs_pw
79 struct servent *(*next) __P((struct irs_sv *)); member in struct:irs_sv
95 struct protoent *(*next) __P((struct irs_pr *)); member in struct:irs_pr
113 struct hostent *(*next) __P((struct irs_ho *)); member in struct:irs_ho
131 struct nwent * (*next) __P((struct irs_nw *)); member in struct:irs_nw
145 int (*next) __P((struct irs_ng *, const char **, member in struct:irs_ng
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dadvfs_plus.c167 HfsPPrivateLinkExtent* next; local
170 next = first->next;
172 first = next;
228 new_xt->next = priv_data->bad_blocks_xtent_list;
257 for (walk = priv_data->bad_blocks_xtent_list; walk; walk = walk->next) {
280 /* find the next block to the last bad block of the volume */
291 for (l = priv_data->bad_blocks_xtent_list; l; l = l->next) {
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c93 next_list = list->next;
250 new->next = NULL;
272 while (tmp->next != NULL)
273 tmp = tmp->next;
274 tmp->next = new;
303 list = list->next;
321 list = list->next;
/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
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_scf.c54 struct asr_scf_prop *next; member in struct:asr_scf_prop
87 * Frees a single SCF property item and returns the next item.
92 asr_scf_prop_t *next; local
95 next = prop->next;
99 return (next);
247 prop->next = props;
278 prop->next = props;
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dusb.c48 usb->next = grub_usb_list;
60 for (p = &grub_usb_list, q = *p; q; p = &(q->next), q = q->next)
63 *p = q->next;
85 for (p = grub_usb_list; p; p = p->next)
275 for (desc = attach_hooks; desc; desc = desc->next)
335 desc->next = attach_hooks;
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c367 /* Move on to the next target */
712 /* Move on to the next target */
1127 for (i = 0; tmplp != NULL; tmplp = tmplp->next) {
1532 listp->next = lap->listp;
1883 listp->next = lap->listp;
2006 /* if no match contine to the next path info node. */
2779 tmplp = tmplp->next;
2834 curlp = ldatap->next;
2861 curlp = curlp->next;
2954 listp->next
[all...]

Completed in 114 milliseconds

<<11121314151617181920>>