Searched refs:next (Results 651 - 675 of 2472) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Ddumpnamespace.c368 uintptr_t next = addr; local
372 mdb_printf("%p\n", next);
373 if (mdb_vread(&nhdr, sizeof (struct nm_next_hdr), next) !=
375 mdb_warn("failed to read nm_next_hdr at %p", next);
379 next = (uintptr_t)nhdr.nmn_nextp;
380 while (next != (uintptr_t)0) {
384 if (mdb_vread(&nhdr, sizeof (struct nm_next_hdr), next) !=
386 mdb_warn("failed to read nm_next_hdr at %p\n", next);
390 next = (uintptr_t)nhdr.nmn_nextp;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_xdr.c164 objp->next = NULL;
167 if (objp->next == NULL) {
168 objp->next = (action_list *)
170 if (objp->next == NULL)
172 bzero(objp->next, sizeof (action_list));
174 objp = objp->next;
180 objp = objp->next;
191 objp = objp->next;
216 if (!xdr_pointer(xdrs, (char **)&objp->next, sizeof (umntrequest),
357 * off_t d_off; * offset of next entr
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_msg.c163 if (log->next == 0) {
166 last = log->next - 1;
184 /* Get the pointer to the next log entry */
185 entry2 = &log->entry[log->next];
187 /* Increment and check the next entry index */
188 if (++(log->next) >= log->size) {
189 log->next = 0;
237 /* Get the pointer to the next log entry */
238 entry = &log->entry[log->next];
240 /* Increment and check the next entr
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c301 kmh_elem_t *elem, *next; local
327 next = elem->knext;
329 elem = next;
344 tmpo = delay_free_obj->next;
352 tmps = delay_free_ses->next;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dktbase.c46 const struct krb5_kt_typelist *next; member in struct:krb5_kt_typelist
80 t_next = (struct krb5_kt_typelist *)t->next;
101 for (t = kt_typehead; t && strcmp(t->ops->prefix,ops->prefix);t = t->next)
111 newt->next = kt_typehead;
173 for (; tlist; tlist = tlist->next) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_st_xdr.c87 return (xdr_pointer(xdrs, (char **)&objp->next,
115 return (xdr_pointer(xdrs, (char **)&objp->next,
133 return (xdr_pointer(xdrs, (char **)&objp->next,
164 nextp = &(*objp)->next;
171 objp = (xdrs->x_op == XDR_FREE) ? nextp : &(*objp)->next;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c102 static void next(void);
109 next();
118 next();
125 next();
130 next(void) function
/illumos-gate/usr/src/lib/libcmd/common/
H A Ddate.c56 " [+1.?Each operand sets the reference date for the next"
196 struct Fmt* next; member in struct:Fmt
261 } while (f = f->next);
300 fmt.next = 0;
338 f->next = fmts;
482 fmts = fmts->next;
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_net_secure.c53 struct seclist *next; member in struct:seclist
119 tmp1->next = (struct seclist *)
122 tmp1 = tmp1->next;
125 tmp2->next = NULL;
163 tmp = tmp->next;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Djfs.h276 * additional segments/slots linked vi next field;
277 * N.B. last/only segment of entry is terminated by next = -1;
283 s8 next; /* 1: */ member in struct:__anon2194
296 s8 next; /* 1: */ member in struct:__anon2195
308 s8 next; /* 1: */ member in struct:__anon2196
330 index of next entry when this entry was deleted */
343 s8 nextindex; /* 1: next free entry in stbl */
380 s64 next; /* 8: next sibling */ member in struct:__anon2199::__anon2200
384 s8 nextindex; /* 1: next entr
427 s64 next; /* 8: */ member in struct:__anon2201::xtheader
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dutil.c200 qnp->next = NULL;
208 while (nodep->next != NULL)
209 nodep = nodep->next;
211 nodep->next = qnp;
238 nextnode = qp->nodep->next;
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_4.c229 rpcblist_ptr rbl, next, prev; local
270 for (rbl = list_rbl; rbl != NULL; rbl = next) {
271 next = rbl->rpcb_next;
301 list_rbl = next;
303 prev->rpcb_next = next;
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_svcout.c223 for (l = defined; l != NULL; l = l->next) {
228 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
257 for (l = defined; l != NULL; l = l->next) {
262 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
324 for (l = defined; l != NULL; l = l->next) {
331 for (l = defined; l != NULL; l = l->next) {
355 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
356 for (proc = vp->procs; proc != NULL; proc = proc->next) {
426 l = l->next)
445 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
[all...]
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.c265 char *buf, *tmp, *name, *value, *next; local
291 for (name = tmp; name != NULL; name = next) {
293 /* Isolate current name/value, and locate the next */
294 if ((next = strchr(name, ',')) != NULL) {
295 *next = '\0';
296 next++;
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_llist.c309 * Obtain the next entry in the list, return NULL when we get to the
317 DAPL_LLIST_ENTRY *next; local
321 next = *head;
323 next = cur_ent->flink;
324 if (next == *head) {
328 return (next->data);
/illumos-gate/usr/src/uts/common/rpc/
H A Dib.h64 * Tavor returns the next higher power of 2
89 struct rdma_done_list *next; member in struct:rdma_done_list
175 rib_service_t *next; member in struct:rib_service_s
214 rib_hca_service_t *next; member in struct:rib_hca_service_s
273 struct rib_hca_s *next; member in struct:rib_hca_s
307 struct reply *next; member in struct:reply
/illumos-gate/usr/src/uts/i86pc/io/
H A Dcpudrv_mach.c249 cpupm_notification_t *entry, **next; local
261 for (next = &mach_state->ms_handlers; (entry = *next) != NULL; ) {
263 next = &entry->nq_next;
266 *next = entry->nq_next;
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h71 struct ppm_db *next; member in struct:ppm_db
89 struct ppm_dev *next; member in struct:ppm_dev
121 struct ppm_owned *next; member in struct:ppm_owned
136 struct ppm_dc *next; member in struct:ppm_dc
247 struct ppm_domain *next; /* a linked list */ member in struct:ppm_domain
H A Ddevinfo_impl.h169 int instance; /* next instance to assign */
182 di_off_t src_link_next; /* next src di_link /w same di_lnode */
183 di_off_t tgt_link_next; /* next tgt di_link /w same di_lnode */
184 di_off_t src_node_next; /* next src di_link /w same di_node */
185 di_off_t tgt_node_next; /* next tgt di_link /w same di_node */
212 * di_lnode pointer to the next lnode associated with the
228 di_off_t next; /* next node on per-instance list */ member in struct:di_node
294 di_off_t next; /* next on member in struct:di_minor
337 di_off_t next; /* next one in chain */ member in struct:di_hp
381 di_off_t next; member in struct:di_prop
422 di_off_t next; /* next alias */ member in struct:di_alias
[all...]
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h79 struct work_token *next; /* pointer to next token */ member in struct:work_token
133 struct sendq_token *next; member in struct:sendq_token
173 struct adapter *next; member in struct:adapter
217 adapter_listhead_t *next; member in struct:adapter_listhead_list
226 struct ipc_info *next; member in struct:ipc_info
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Denviron.c313 vect = &temp->next, temp = temp->next) {
315 *vect = temp->next;
387 softsp->next = tempsp_list;
435 for (list = tempsp_list; list != NULL; list = list->next) {
/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_emul.c176 * Note: next(0) returns the root node
264 * getting next of NULL or a null string returns the first prop name
279 promif_nextprop(pnode_t nodeid, char *name, char *next) argument
284 next[0] = '\0';
292 return (next);
294 (void) strcpy(next, s);
295 return (next);
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc178 source_suffix = get_prop(source_suffix->next,
317 * try the next one.
363 * here. Thus, the target will have an explicit rule the next time around.
527 for (suffix = suffixes; suffix != NULL; suffix = suffix->next) {
558 * If no rule was found, we try the next suffix to see
628 for (suffix = suffixes; suffix != NULL; suffix = suffix->next) {
665 * If no rule was found, we try the next suffix to see
721 source_suffix = source_suffix->next) {
831 pat_rule = pat_rule->next) {
863 pat_depe = pat_depe->next) {
[all...]
H A Drep.cc60 * bpatch Points to slot where next cell should be added
150 bpatch = &rp->next;
165 * bpatch Points to slot where next cell should be added
189 bpatch = &rp->next;
228 for (rp = recursive_list; rp != NULL; rp = rp->next) {
346 lines = get_prop(lines->next, recursive_prop)) {
375 dp = dp->next) {
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc.h233 struct tbl_cell *next; member in struct:tbl_cell
253 struct tbl_row *next; member in struct:tbl_row
275 struct tbl_dat *next; member in struct:tbl_dat
295 struct tbl_span *next; member in struct:tbl_span
355 struct eqn_box *next; /* node sibling */ member in struct:eqn_box
365 enum eqn_post pos; /* position of next box */
404 ESCAPE_SKIPCHAR, /* skip the next character */

Completed in 101 milliseconds

<<21222324252627282930>>