Home
last modified time | relevance | path

Searched refs:nexus_list (Results 1 – 21 of 21) sorted by relevance

/dports/cad/iverilog/verilog-11.0/tgt-pcb/
H A Dshow_netlist.cc35 for (list<nexus_data*>::iterator cur = nexus_list.begin() in show_netlist()
36 ; cur != nexus_list.end() ; ++ cur) { in show_netlist()
H A Dscope.cc28 list<struct nexus_data*> nexus_list; variable
110 nexus_list.push_back(nex_data); in sheet_box()
H A Dpcb_priv.h40 extern std::list<struct nexus_data*> nexus_list;
/dports/math/R-cran-igraph/igraph/man/
H A Dnexus.Rd7 \alias{nexus_list}
26 nexus_list(
87 \code{nexus_list} and \code{nexus_search} return a list of
108 The \code{nexus_list} and \code{nexus_info} functions query the online
110 \code{nexus_info} returns more information than \code{nexus_list}.
120 The \code{nexusDatasetInfo} objects returned by \code{nexus_list} have the
169 the result of \code{nexus_list} and \code{nexus_search}) looks like this:
208 nexus_list(tag="weighted")
209 nexus_list(limit=3, order="name")
210 nexus_list(limit=3, order="name")[[1]]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/isa/
H A Dseagate.c203 TAILQ_HEAD(, sea_scb) free_list, ready_list, nexus_list;
314 for (scb = sea->nexus_list.tqh_first, disconnected = 0; scb; in sea_queue_length()
541 TAILQ_INIT(&sea->nexus_list); in sea_init()
931 for (scb = sea->nexus_list.tqh_first; scb; in sea_reselect()
935 TAILQ_REMOVE(&sea->nexus_list, scb, in sea_reselect()
1175 for (tmp = sea->nexus_list.tqh_first; tmp; in sea_abort()
1188 for (tmp = sea->nexus_list.tqh_first; tmp; in sea_abort()
1191 TAILQ_REMOVE(&sea->nexus_list, in sea_abort()
1397 TAILQ_INSERT_TAIL(&sea->nexus_list, in sea_information_transfer()
/dports/devel/libpciaccess/libpciaccess-0.16/src/
H A Dsolx_devfs.c90 static nexus_t *nexus_list = NULL; variable
123 for (nexus = nexus_list ; nexus != NULL ; nexus = nexus->next) { in find_nexus_for_bus()
146 for (nexus = nexus_list ; nexus != NULL ; nexus = next) { in pci_system_solx_devfs_destroy()
152 nexus_list = NULL; in pci_system_solx_devfs_destroy()
446 nexus->next = nexus_list; in probe_nexus_node()
447 nexus_list = nexus; in probe_nexus_node()
1074 if (nexus_list != NULL) { in pci_system_solx_devfs_create()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dosiop.c267 TAILQ_INIT(&sc->nexus_list); in osiop_attach()
469 if (!TAILQ_EMPTY(&sc->nexus_list)) in osiop_poll()
660 TAILQ_FOREACH(acb2, &sc->nexus_list, chain) { in osiop_scsidone()
662 TAILQ_REMOVE(&sc->nexus_list, acb, chain); in osiop_scsidone()
1016 if (TAILQ_EMPTY(&sc->nexus_list)) { in osiop_start()
1144 if (!TAILQ_EMPTY(&sc->nexus_list)) in osiop_checkintr()
1293 if (!TAILQ_EMPTY(&sc->nexus_list)) in osiop_checkintr()
1312 if (!TAILQ_EMPTY(&sc->nexus_list)) in osiop_checkintr()
1331 if (!TAILQ_EMPTY(&sc->nexus_list)) in osiop_checkintr()
1522 TAILQ_REMOVE(&sc->nexus_list, acb, chain); in osiop_checkintr()
[all …]
H A Dmb89352var.h128 TAILQ_HEAD(, spc_acb) free_list, ready_list, nexus_list;
H A Daic6360var.h126 TAILQ_HEAD(, aic_acb) free_list, ready_list, nexus_list;
H A Dosiopvar.h212 nexus_list;
H A Daic6360.c391 TAILQ_INIT(&sc->nexus_list); in aic_init()
409 while ((acb = sc->nexus_list.tqh_first) != NULL) { in aic_init()
750 for (acb = sc->nexus_list.tqh_first; acb != NULL; in aic_reselect()
765 TAILQ_REMOVE(&sc->nexus_list, acb, chain); in aic_reselect()
940 TAILQ_REMOVE(&sc->nexus_list, acb, chain); in aic_dequeue()
1952 TAILQ_INSERT_HEAD(&sc->nexus_list, acb, chain); in aicintr()
2164 for (acb = sc->nexus_list.tqh_first; acb != NULL; in aic_print_active_acb()
H A Dmb89352.c404 TAILQ_INIT(&sc->nexus_list); in spc_init()
422 while ((acb = TAILQ_FIRST(&sc->nexus_list)) != NULL) { in spc_init()
736 TAILQ_FOREACH(acb, &sc->nexus_list, chain) { in spc_reselect()
750 TAILQ_REMOVE(&sc->nexus_list, acb, chain); in spc_reselect()
890 TAILQ_REMOVE(&sc->nexus_list, acb, chain); in spc_dequeue()
1886 TAILQ_INSERT_HEAD(&sc->nexus_list, acb, chain); in spc_intr()
2137 TAILQ_FOREACH(acb, &sc->nexus_list, chain) in spc_print_active_acb()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h428 struct list_head nexus_list; member
H A Dib_srpt.c1987 list_for_each_entry(nexus, &sport->nexus_list, entry) { in __srpt_close_all_ch()
2011 list_for_each_entry(n, &sport->nexus_list, entry) { in srpt_get_nexus()
2020 &sport->nexus_list); in srpt_get_nexus()
2967 list_for_each_entry(nexus, &sport->nexus_list, entry) { in srpt_release_sport()
2978 list_for_each_entry_safe(nexus, next_n, &sport->nexus_list, entry) { in srpt_release_sport()
3177 INIT_LIST_HEAD(&sport->nexus_list); in srpt_add_one()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h428 struct list_head nexus_list; member
H A Dib_srpt.c1987 list_for_each_entry(nexus, &sport->nexus_list, entry) { in __srpt_close_all_ch()
2011 list_for_each_entry(n, &sport->nexus_list, entry) { in srpt_get_nexus()
2020 &sport->nexus_list); in srpt_get_nexus()
2967 list_for_each_entry(nexus, &sport->nexus_list, entry) { in srpt_release_sport()
2978 list_for_each_entry_safe(nexus, next_n, &sport->nexus_list, entry) { in srpt_release_sport()
3177 INIT_LIST_HEAD(&sport->nexus_list); in srpt_add_one()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h428 struct list_head nexus_list; member
H A Dib_srpt.c1987 list_for_each_entry(nexus, &sport->nexus_list, entry) { in __srpt_close_all_ch()
2011 list_for_each_entry(n, &sport->nexus_list, entry) { in srpt_get_nexus()
2020 &sport->nexus_list); in srpt_get_nexus()
2967 list_for_each_entry(nexus, &sport->nexus_list, entry) { in srpt_release_sport()
2978 list_for_each_entry_safe(nexus, next_n, &sport->nexus_list, entry) { in srpt_release_sport()
3177 INIT_LIST_HEAD(&sport->nexus_list); in srpt_add_one()
/dports/math/R-cran-igraph/igraph/R/
H A Dzzz-deprecate.R473 deprecated("nexus.list", nexus_list)
H A Dnexus.R367 nexus_list <- function(tags=NULL, offset=0, limit=10, function
/dports/math/R-cran-igraph/igraph/
H A DNAMESPACE666 export(nexus_list)