Searched refs:next (Results 1051 - 1075 of 2472) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dlc.h114 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dlc.h114 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
H A Dsfio_t.h66 { (unsigned char*)(data), /* next */ \
94 ( (f)->next = (unsigned char*)0, /* next */ \
120 /* expose next stream inside discipline function; state saved in int f */
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dlc.h114 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_priv.h148 struct sbbc_softstate *next; member in struct:sbbc_softstate
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_pwr.h50 struct pci_pwr_chld *next; /* link to next item on list */ member in struct:pci_pwr_chld
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpromif_impl.h88 extern char *promif_stree_nextprop(pnode_t nodeid, char *name, char *next);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c505 seg = (struct seg_info *)seg->seg_node.next;
570 bank = bank->next;
690 mctrl = mctrl->next;
892 tb->next = banki;
1431 * next, and previous nodes. seg_info, bank_info, dgrp_info, device_info,
1447 node->next = (*tail)->next;
1448 (*tail)->next = node;
1451 node->next = node->prev = NULL;
1469 if (node->next
[all...]
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c84 struct _svc_rpc_gss_data *next, *prev; member in struct:_svc_rpc_gss_data
188 struct rpc_gss_cblist_s *next; member in struct:rpc_gss_cblist_s
481 for (tmp = rpc_gss_cblist; tmp != NULL; tmp = tmp->next) {
498 cbl->next = rpc_gss_cblist;
520 for (cbl = rpc_gss_cblist; cbl != NULL; cbl = cbl->next) {
1520 client_data->next = NULL;
1577 if ((client_data->next = cl) != NULL)
1647 for (cl = clients[index]; cl != NULL; cl = cl->next) {
1670 clients[index] = client_data->next;
1672 client_data->prev->next
1721 svc_rpc_gss_data *cl, *next; local
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c754 * next time, page_lock() will be called,
1663 * next time.
2395 * Get lgroup to allocate next page of shared memory
2717 * next time. Also, since only one page
3659 *ppp = pp->p_next; /* go to next page */
3739 * return the next page in the page list
3784 *ppp = pp->p_vpnext; /* go to next page */
5432 * skip to next page
5446 * Get page size, and round up and skip to next page boundary
5505 * unlock pages locked so far and skip to next pag
6191 struct page_capture_hash_bucket *next; member in struct:page_capture_hash_bucket
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c580 /* add next action */
679 /* add next action */
1279 for (flt = action->filters; flt; flt = flt->next) {
1294 for (cls = action->classes; cls; cls = cls->next) {
1324 for (flt = action->filters; flt; flt = flt->next) {
1340 for (cls = action->classes; cls; cls = cls->next) {
1369 conf = conf->next;
1392 for (act = new; act; act = act->next) {
1417 for (act = old; act; act = act->next) {
1498 for (cls = old->classes; cls; cls = cls->next) {
6649 ipqos_conf_action_t *next; local
6784 ipqos_conf_act_ref_t *next; local
[all...]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSessionManager.c342 sp->next = NULL;
347 ses_delay_freed.last->next = sp;
357 tmp = ses_delay_freed.first->next;
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h78 struct PROPERTY *next; member in struct:PROPERTY
82 struct RESOURCE *next; member in struct:RESOURCE
166 struct ERROR_FRAME *next; member in struct:ERROR_FRAME
/illumos-gate/usr/src/lib/libtnfctl/
H A Dsym.c137 for (obj = hndl->objlist; obj; obj = obj->next) {
183 for (obj = hndl->objlist; obj; obj = obj->next) {
236 for (obj = hndl->objlist; obj; obj = obj->next) {
H A Dtnfctl_int.h110 objlist_t *next; member in struct:objlist
119 struct tnfctl_probe_handle *next; member in struct:tnfctl_probe_handle
177 PRB_COMB_CHAIN = 0, /* call the down, then the next */
249 uintptr_t down, uintptr_t next, uintptr_t *comb_p);
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c230 struct ypmaplist **next; local
242 next = &((*lst)->ypml_next);
249 lst = (freeing) ? next : &((*lst)->ypml_next);
/illumos-gate/usr/src/lib/libpool/common/
H A Ddict.c79 struct dict_bucket *db_next; /* next bucket */
252 dict_bucket_t *this, *next; local
254 this = next) {
255 next = this->db_next;
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h140 char* nextchr; /* next input char (first elt) */
141 struct ppinstk* next; /* next frame (for allocation) */ member in struct:ppinstk
171 struct pplist* next; /* next in list */ member in struct:pplist
178 struct oplist* next; /* next op */ member in struct:oplist
190 struct ppmacstk* next; /* next frame (for allocation) */ member in struct:ppmacstk
447 #define nextframe(m,p) (m->next
718 struct ppindex* next; /* next in list */ member in struct:ppindex
[all...]
/illumos-gate/usr/src/common/iscsit/
H A Discsit_common.c1477 it_tgt_t *next; local
1484 next = tgtp->tgt_next;
1496 tgtp = next;
1503 * Deallocates resources of an it_tpgt_t structure. If tpgt->next
1510 it_tpgt_t *next; local
1517 next = tpgtp->tpgt_next;
1521 tpgtp = next;
1529 * If tpg->next is not NULL, frees all members of the list.
1535 it_tpg_t *next; local
1540 next
1566 it_ini_t *next; local
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java293 DoubleStatistic s = (DoubleStatistic) it.next();
380 LongStatistic s = (LongStatistic) it.next();
468 it.next();
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c364 parse_lgrp_affinity(char *string, char **next) argument
383 *next = string + strlen(LGRP_AFF_NONE_STR);
387 *next = string + strlen(LGRP_AFF_WEAK_STR);
391 *next = string + strlen(LGRP_AFF_STRONG_STR);
1465 * 'next' is the next affinity specification to parse.
1469 char *next; local
1486 aff = parse_lgrp_affinity(s, &next);
1496 * next should either point to the empty string
1499 if (*next !
[all...]
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c108 static hrtime_t next_report; /* time of next report */
261 lprocess_t *next; local
266 next = member->lpc_next;
274 member = next;
970 * Then, set the next event time.
1440 hrtime_t next; /* time of next event */ local
1443 hrtime_t next_proc_walk; /* time of next /proc scan */
1444 hrtime_t next_configuration; /* time of next configuration */
1445 hrtime_t next_rss_sample; /* (latest) time of next RS
[all...]
H A Drcapd_mapping.c91 lmapping_t *next; local
94 next = lm->lm_next;
100 lm = next;
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h100 struct rcm_queue *next; member in struct:rcm_queue
112 struct module *next; member in struct:module
130 struct client *next; /* next client on rsrc node list */ member in struct:client
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_validate.c308 iter = iter->next) {
326 for (; (iter != NULL) && (error == 0); iter = iter->next) {
382 iter2 = iter2->next) {
510 iter = iter->next) {
668 iter = iter->next) {
732 for (iter = avail; iter != NULL; iter = iter->next) {
877 iter = iter->next) {
1045 for (iter = _rsvd_names; iter != NULL; iter = iter->next) {
1300 iter = iter->next) {
1435 iter = iter->next) {
[all...]

Completed in 227 milliseconds

<<41424344454647484950>>