Searched refs:wp_type (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_dpi.h87 int wp_type; /* DPI_WAPT_TYPE_* */ member in struct:kmdb_wapt
H A Dkmdb_dpi.c412 wp->wp_type, (void *)wp->wp_addr, wp->wp_priv);
429 (void *)wp->wp_addr, wp->wp_type, wp->wp_priv);
438 (void *)wp->wp_addr, wp->wp_type, wp->wp_priv);
H A Dkmdb_kvm.c1937 switch (wp->wp_type) {
2245 if (wp1->wp_type != wp2->wp_type)
2273 wp->wp_type = type;
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkaif.c373 if (wp->wp_type != DPI_WAPT_TYPE_PHYS &&
374 wp->wp_type != DPI_WAPT_TYPE_VIRT) {
395 if (wp->wp_type == DPI_WAPT_TYPE_PHYS)
412 uint64_t *addrp = (wp->wp_type == DPI_WAPT_TYPE_PHYS ?
429 if (wp->wp_type == DPI_WAPT_TYPE_PHYS) {
438 } else if (wp->wp_type == DPI_WAPT_TYPE_VIRT) {
458 if (wp->wp_type == DPI_WAPT_TYPE_PHYS) {
536 if (wp->wp_type == DPI_WAPT_TYPE_PHYS)
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_rsrc.c849 int wp_type)
868 wp->wp_type = wp_type;
869 wp->wp_nfree_lwm = (wp_type == EIB_WP_TYPE_TX) ?
1090 if ((wp->wp_type == EIB_WP_TYPE_TX) &&
848 eib_rsrc_init_wqe_pool(eib_t *ss, eib_wqe_pool_t **wpp, ib_memlen_t bufsz, int wp_type) argument
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkaif.c313 if (wp->wp_type == DPI_WAPT_TYPE_IO) {
324 } else if (wp->wp_type == DPI_WAPT_TYPE_PHYS) {
389 if (wp->wp_type == DPI_WAPT_TYPE_IO)
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h293 int wp_type; member in struct:eib_wqe_pool_s
305 * Values for wp_type

Completed in 257 milliseconds