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

1234567891011>>

/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddisk.c75 disk_type->next = disk_types;
89 last = walk, walk = walk->next);
93 ((struct _PedDiskType*) last)->next = disk_type->next;
95 disk_types = disk_type->next;
99 * Return the next disk type registers, after "type". If "type" is
108 return type->next;
880 * \return the next flag, or 0 if there are no more flags
981 PedPartition* next; local
985 next
1015 PedPartition* next; local
2107 PedPartition* next; local
2132 PedPartition* next; local
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Daffs.c375 .next = NULL,
381 .next = NULL,
387 .next = NULL,
393 .next = NULL,
399 .next = NULL,
405 .next = NULL,
411 .next = NULL,
417 .next = NULL,
423 .next = NULL,
429 .next
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsftmp.c48 { File_t* next; /* link list */ member in struct:_file_s
75 for(last = NIL(File_t*), ff = File; ff; last = ff, ff = ff->next)
80 File = ff->next;
81 else last->next = ff->next;
103 { reg File_t *ff, *next; local
106 for(ff = File; ff; ff = next)
107 { next = ff->next;
137 ff->next
[all...]
H A Dsfgetd.c65 { f->next = s;
69 f->next = s;
H A Dsfgetl.c60 f->next = s;
65 f->next = s;
H A Dsfresize.c50 { if((f->flags&SF_MALLOC) && (f->next - f->data) <= size)
68 { if(f->next > f->data)
/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/libast/common/vmalloc/
H A Dvmlast.c43 reg Block_t *tp, *next; local
63 { for(last = NIL(Seg_t*), seg = vd->seg; seg; last = seg, seg = seg->next)
67 { last->next = seg->next;
68 seg->next = vd->seg;
86 { next = (Block_t*)((Vmuchar_t*)tp+size);
87 SIZE(next) = s - size;
88 SEG(next) = seg;
89 seg->free = next;
208 for(seg = vd->seg; seg; seg = seg->next)
354 reg Seg_t *seg, *next; local
402 reg Block_t* next; local
[all...]
/osnet-11/usr/src/lib/libgss/
H A Dg_utils.c61 char *name, *next; local
100 next = strchr(line, '#');
101 if (next)
102 *next = '\0';
116 next = qopname+1;
122 name = next;
132 next = num_str+1;
136 name = next;
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dparttool.c56 cur->next = parts;
81 prev->next = cur->next;
83 parts = cur->next;
85 cur = cur->next;
91 cur = cur->next;
111 for (cur = parts; cur; cur = cur->next)
253 for (cur = parts; cur; cur = cur->next)
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfshelp.c63 char *next; local
118 next = grub_strchr (name, '/');
119 if (next)
122 while (*next == '/')
123 *(next++) = '\0';
189 if (! next || *next == '\0')
196 name = next;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Draid.h61 struct grub_raid_array *next; member in struct:grub_raid_array
75 struct grub_raid *next; member in struct:grub_raid
/osnet-11/usr/src/lib/libast/common/hash/
H A Dhashlib.h67 Hash_root_t* next; /* next in list of all roots */ \
74 Hash_table_t* next; /* root reference list link */
H A Dhashsize.c68 old_b = old_b->next;
71 new_b->next = new_s[index];
H A Dhashview.c63 for (b = *sp++; b; b = b->next)
78 for (b = *sp++; b; b = b->next)
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrncat.s78 addq $8, %rdi / next quadword
88 incq %rdi / next byte
105 addq $8, %rsi / next quadword
113 addq $8, %rdi / next quadword
127 incq %rsi / next byte
128 incq %rdi / next byte
141 incq %rdi / next byte
142 incq %rsi / next byte
/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dthrp_unwind.c71 *headp = head->next;
115 *headp = head->next;
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrncat.s75 addl $4, %edi / next word
85 incl %edi / next byte
104 addl $4, %eax / next word
112 addl $4, %edi / next word
126 incl %eax / next byte
127 incl %edi / next byte
140 incl %edi / next byte
141 incl %eax / next byte
/osnet-11/usr/src/lib/libc/inc/
H A Dnsswitch_priv.h67 * #define __NSW_CONTINUE 0 the action is to continue to next service
101 struct __nsw_lookup_v1 *next; member in struct:__nsw_lookup_v1
112 ((lkp)->next == NULL ? \
/osnet-11/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c216 al[0].type = ATTR_PASSWD; al[0].next = &al[1];
217 al[1].type = ATTR_MIN; al[1].next = &al[2];
218 al[2].type = ATTR_MAX; al[2].next = &al[3];
219 al[3].type = ATTR_LSTCHG; al[3].next = &al[4];
220 al[4].type = ATTR_WARN; al[4].next = &al[5];
221 al[5].type = ATTR_INACT; al[5].next = &al[6];
222 al[6].type = ATTR_EXPIRE; al[6].next = &al[7];
223 al[7].type = ATTR_REP_NAME; al[7].next = NULL;
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetSASPhyAttributes.c64 hba_port_ptr = hba_port_ptr->next) {
84 phy_ptr = phy_ptr->next) {
H A Dsun_sas.c87 new_open_handle->next = global_hba_head->open_handles;
142 open_handle_ptr = open_handle_ptr->next) {
162 hba_ptr = hba_ptr->next) {
184 last = hba_ptr, hba_ptr = hba_ptr->next) {
187 last->next = hba_ptr->next;
190 global_hba_head = hba_ptr->next;
192 hba_ptr->next = NULL; /* Zap it to be safe */
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c45 /* if this file is missing, skip to the next */
54 last->next = new_file;
94 COUNT_LINKED_LIST (size, prf_file_t, old_profile->first_file, next);
98 for (i = 0, file = old_profile->first_file; i < size; i++, file = file->next)
228 prf_file_t p, next; local
233 for (p = profile->first_file; p; p = next) {
234 next = p->next;
244 prf_file_t p, next; local
249 for (p = profile->first_file; p; p = next) {
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgen_ng.c86 ng->next = ng_next;
115 if ((*ng->next)(ng, host, user, domain) == 1)
119 pvt->rule = pvt->rule->next;
138 for (rule = pvt->rules; rule; rule = rule->next) {
167 for (rule = pvt->rules; rule != NULL; rule = rule->next) {
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dfcin.c71 * If _Fcin.fclast!=0, performs an sfreserve() for the next buffer.
162 unsigned char *next; member in struct:Extra
171 if((c = mbsize(extra.next)) < 0)
180 c = *extra.next++;
184 c = mbchar(extra.next);
200 extra.next = extra.buff;

Completed in 66 milliseconds

1234567891011>>