Home
last modified time | relevance | path

Searched refs:rl_next (Results 1 – 19 of 19) sorted by relevance

/titanic_41/usr/src/uts/common/io/pciex/
H A Dpciev.c99 pcie_req_id_list_t *rl_pre, *rl_next; in pcie_bdf_list_remove() local
109 rl_next = rl_pre->next; in pcie_bdf_list_remove()
110 if (rl_next->bdf == bdf) { in pcie_bdf_list_remove()
111 rl_pre->next = rl_next->next; in pcie_bdf_list_remove()
112 kmem_free(rl_next, sizeof (pcie_req_id_list_t)); in pcie_bdf_list_remove()
115 rl_pre = rl_next; in pcie_bdf_list_remove()
/titanic_41/usr/src/cmd/sgs/rtld/sparc/
H A Dcommon_sparc.c119 for (rp = reglist; rp; rp = rp->rl_next) { in elf_regsyms()
161 rp->rl_next = reglist; in elf_regsyms()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dremove.c371 reglist = cur->rl_next; in remove_so()
374 prv->rl_next = cur->rl_next; in remove_so()
375 cur = cur->rl_next; in remove_so()
380 cur = cur->rl_next; in remove_so()
H A D_rtld.h196 struct reglist *rl_next; /* next entry */ member
/titanic_41/usr/src/cmd/lvm/util/
H A Dmetainit.c521 for (rl = rlp; rl != NULL; rl = rl->rl_next) { in take_set()
551 for (rl = rlp; rl != NULL; rl = rl->rl_next) { in take_set()
H A Dmetadb.c575 for (rl = rlp; rl != NULL; rl = rl->rl_next) { in info()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c490 for (rl = rlp; (rl != NULL); rl = rl->rl_next) { in buildconf()
646 for (rl = rlp; (rl != NULL); rl = rl->rl_next) { in meta_check_inreplica()
2278 rl = rlp->rl_next; in metafreereplicalist()
2375 tail = &(*tail)->rl_next; in metareplicalist()
2617 for (rl = rlp; rl != NULL; rl = rl->rl_next) { in meta_db_minreplica()
2656 for (rl = rlp; (rl != NULL); rl = rl->rl_next) { in meta_get_replica_names()
H A Dmeta_set_tkr.c60 for (rl = rlp; rl != NULL; rl = rl->rl_next) { in upd_dr_dbinfo()
70 for (rl = rlp; rl != NULL; rl = rl->rl_next) { in upd_dr_dbinfo()
H A Dmeta_getdevs.c262 for (rp = rlp; (rp != NULL); rp = rp->rl_next) { in meta_getalldevs()
H A Dmeta_devadm.c442 for (rl = rlp; (rl != NULL); rl = rl->rl_next) { in fix_replicanames()
926 for (rl = rlp; (rl != NULL); rl = rl->rl_next) { in replica_update_devid()
H A Dmeta_set_drv.c531 for (rl = rlp; rl != NULL; rl = rl->rl_next) { in meta_set_adddrives()
1536 for (rl = rlp; rl != NULL; rl = rl->rl_next) { in meta_set_deletedrives()
H A Dmeta_db_balance.c141 for (rl = rlp; rl != NULL; rl = rl->rl_next) { in rep_has_err()
H A Dmeta_set_hst.c58 for (rl = rlp; rl != NULL; rl = rl->rl_next) { in add_db_sidenms()
955 for (rl = rlp; rl != NULL; rl = rl->rl_next) { in del_db_sidenms()
1825 for (rl = rlp; rl != NULL; rl = rl->rl_next) { in del_set_on_hosts()
5138 for (rl = rlp; rl != NULL; rl = rl->rl_next) { in meta_set_deletehosts()
H A Dmeta_nameinfo.c917 for (rl = rlp; (rl != NULL); rl = rl->rl_next) { in mddb_getendblk()
H A Dmeta_set.c205 for (rl = rlp; rl != NULL; rl = rl->rl_next) { in rl_to_dd()
213 for (rl = rlp; rl != NULL; rl = rl->rl_next) { in rl_to_dd()
/titanic_41/usr/src/lib/libdiskmgt/common/
H A Dinuse_svm.c267 for (nlp = replica_list; nlp != NULL; nlp = nlp->rl_next) { in diskset_info()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmdiox.x794 md_replicalist_t *rl_next; member
/titanic_41/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_svm_util.c1629 for (mdbp = replica_list; mdbp != NULL; mdbp = mdbp->rl_next) { in diskset_info()
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dsvm_rcm.c1568 for (mdbp = replica_list; mdbp != NULL; mdbp = mdbp->rl_next) { in cache_all_devices_in_set()