Searched refs:next (Results 76 - 100 of 2472) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index_entry.cc44 next_result = next = NULL;
60 next = rest;
133 next_np = np->next;
135 np->next = *hp;
140 /* Return the next entry in the bucket starting with this entry
147 for (np = this; np != NULL; np = np->next) {
155 return (np->next);
170 for (np = this; np != NULL; np = np->next) {
184 * index entries. These may be changed after the next call to 'lookup'
194 for (fst = this; fst != NULL; fst = fst->next) {
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1buf.c41 begins at base and continues to the octet immediately preceding next.
42 If next == base or mybuf == NULL, then the asn1buf represents an empty
52 next >= base
53 next <= bound+2 (i.e. next should be able to step just past the bound,
55 to being crossed by next.)) */
72 (*buf)->next = NULL;
79 buf->next = buf->base = code->data;
86 if (buf->next > buf->bound + 1) return ASN1_OVERRUN;
87 subbuf->base = subbuf->next
[all...]
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmemscrub.c248 struct memscrub_page_retire_span *next; member in struct:memscrub_page_retire_span
655 * when appropriate, address will be rounded up to start of next
690 /* else go to next struct memlist */
768 struct memlist *prev, *next; local
800 for (prev = NULL, next = *list;
801 next != NULL;
802 prev = next, next = next->ml_next) {
803 if (address > (next
911 struct memlist *dst, *next; local
1319 memscrub_page_retire_span_t *prev, *cur, *next; local
[all...]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.parse.c59 asyntax(lex->next, lex);
75 p1 = p1->next;
91 for (p = p1; p != p2; p = p->next)
105 if (p->next != p2 && eq(p->next->word, S_AND /* "&"*/))
106 p = p->next;
116 asyntax(p->next, p2);
139 if (p2 == p1->next)
141 asyn0(p1->next, p2);
157 if (p1->word[0] && eq(p1->word, alout.next
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_rlock.c273 rl_t *next; local
299 next = prev;
301 next = (rl_t *)avl_nearest(tree, where, AVL_AFTER);
303 if (next == NULL || off + len <= next->r_off) {
309 if (off < next->r_off) {
311 zfs_range_new_proxy(tree, off, next->r_off - off);
321 for (prev = NULL; next; prev = next, next
359 rl_t *prev, *next; local
466 rl_t *rl, *next = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_rmspin.c62 _nsc_lock_top.next = _nsc_lock_top.prev = &_nsc_lock_top;
84 ASSERT(_nsc_lock_top.next == &_nsc_lock_top);
106 for (lp = _nsc_lock_top.next; lp != &_nsc_lock_top; lp = lp->next) {
162 for (lp = _nsc_lock_top.next; lp != &_nsc_lock_top; lp = lp->next)
178 lk->next = _nsc_lock_top.next;
180 _nsc_lock_top.next = lk;
181 lk->next
[all...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfputr.c65 f->next = ps;
90 f->next = ps;
98 else ps = f->next+p;
99 s += ps - f->next;
105 w += ps - f->next;
106 f->next = ps;
114 else if((f->flags&SF_LINE) && !(f->flags&SF_STRING) && (n = f->next-f->data) > 0)
117 f->next -= n;
118 (void)SFWRITE(f,(Void_t*)f->next,n);
H A Dsfpeek.c52 n = (f->data+f->here) - f->next;
54 else n = f->endb - f->next;
59 { *bp = (Void_t*)f->next;
76 { *bp = (Void_t*)f->next;
84 f->next += sz;
H A Dsftell.c51 SFMTXRETURN(f, (Sfoff_t)(f->next-f->data));
56 else p = f->here + ((f->mode&SF_WRITE) ? f->next-f->data : f->next-f->endb);
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPGetRefreshInterval.c97 char *p, *next; local
110 for (p++; p; p = next) {
113 next = strchr(p, ',');
114 if (next) {
115 *next++ = 0;
/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dtop.c64 obs = obs -> next;
66 prev_obs->next = tmp->next;
67 tmp->next = prev_obs;
69 prev_obs->next =
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsem.c46 struct semaddr *sad_next; /* next in the link */
63 semaddr_t *next = NULL; local
119 for (next = semheadp; next != NULL; next = next->sad_next) {
120 if (statbuf.st_ino == next->sad_inode &&
121 strcmp(path, next->sad_name) == 0) {
125 return (next->sad_addr);
133 if ((next
187 semaddr_t **next; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data_impl.h69 struct hash_obj *next; member in struct:__anon1135
77 struct hash_obj *next; member in struct:__anon1136
85 struct hash_obj *next; member in struct:__anon1137
103 struct hash_obj *next; member in struct:hash_obj
112 struct container_tbl *next; member in struct:container_tbl
/illumos-gate/usr/src/cmd/mail/
H A Dadd_recip.c73 while (r->next != (struct recip *)NULL) {
74 r = r->next;
87 plist->last_recip->next = (struct recip *)p;
88 r = plist->last_recip = plist->last_recip->next;
94 r->next = (struct recip *)NULL;
H A Dpoplist.c46 if (hdr2rm->next == (struct hdrs *)NULL) {
51 hdrlines[hdrtype].head = hdr2rm->next;
52 hdr2rm->next->prev = (struct hdrs *)NULL;
61 hdr2rm->prev->next = (struct hdrs *)NULL;
79 nextcont = cont2rm->next;
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_scn.h59 struct scn_text *next; member in struct:scn_text
73 struct scn_portal *next; member in struct:scn_portal
81 struct scn_list *next; member in struct:scn_list
91 struct scn *next; member in struct:scn
105 struct scn_registry *next; member in struct:scn_registry
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcfilter.c33 char* next; /* data unwritten */ member in struct:_filter_s
56 if(fi->next && fi->next >= fi->endb )
58 { fi->next = fi->raw;
66 fi->next = fi->endb = NIL(char*);
70 if(fi->next && (w = fi->endb - fi->next) > 0 )
78 if((w = sfwr(fi->filter, fi->next, w, 0)) > 0)
79 fi->next += w;
87 w = sfpoll(&fi->filter, 1, fi->next
[all...]
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dvswprintf.c44 f.data = f.next = f.endr = (uchar*)s;
52 *f.next = 0;
53 _Sfi = f.next - f.data;
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmexit.c55 { struct _exit_s* next; member in struct:_exit_s
71 e->next = Exit;
85 for(e = Exit; e; e = e->next)
/illumos-gate/usr/src/lib/efcode/engine/
H A Dresource.c48 prev->next = r->next;
50 *head = r->next;
53 r = r->next;
61 r = r->next;
76 r->next = *head;
/illumos-gate/usr/src/lib/efcode/packages/
H A Dparse.c94 char *buffer, *line, *target, *next; local
107 if ((next = strpbrk(line, " \t#\n")) != NULL)
108 *next = '\0';
124 for (; line; line = next) {
125 if ((next = strchr(line, ';')) != NULL)
126 *next++ = '\0';
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dbld_princ.c39 register char *next; local
61 for (i = 0, next = va_arg(ap, char *);
62 next;
63 next = va_arg(ap, char *), i++) {
81 data[i].length = strlen(next);
82 data[i].data = strdup(next);
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dfdlist.c36 struct fd_lst *next; member in struct:fd_lst
52 lst->next = NULL;
73 fdc = fdc->next;
86 fdtail->next = fdnew;
109 fdc = fdc->next;
127 fdc = fdc->next;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ddi_pathname.d42 this->minor1->next = this->minor2;
45 this->minor2->next = this->minor3;
48 this->minor3->next = this->minor1;
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.h81 struct enumval_list *next; member in struct:enumval_list
101 struct decl_list *next; member in struct:decl_list
116 struct case_list *next; member in struct:case_list
141 struct proc_list *next; member in struct:proc_list
149 struct version_list *next; member in struct:version_list
180 struct bas_type *next; member in struct:bas_type

Completed in 65 milliseconds

1234567891011>>