Searched defs:vrp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c498 fragment_cmp(const void *vlp, const void *vrp) argument
501 const fragment_t *rp = (const fragment_t *)vrp;
517 claimant_cmp(const void *vlp, const void *vrp) argument
520 const claimant_t *rp = (const claimant_t *)vrp;
541 by_ino_cmp(const void *vlp, const void *vrp) argument
544 const inode_dup_t *rp = (const inode_dup_t *)vrp;
558 by_lfn_cmp(const void *vlp, const void *vrp) argument
561 const reference_t *rp = (const reference_t *)vrp;
/illumos-gate/usr/src/uts/common/io/vr/
H A Dvr.c253 static vr_result_t vr_add_intr(vr_t *vrp);
254 static void vr_remove_intr(vr_t *vrp);
255 static int32_t vr_cam_index(vr_t *vrp, const uint8_t *maddr);
257 static void vr_tx_enqueue_msg(vr_t *vrp, mblk_t *mp);
258 static void vr_log(vr_t *vrp, int level, const char *fmt, ...);
261 static vr_result_t vr_bus_config(vr_t *vrp);
262 static void vr_bus_unconfig(vr_t *vrp);
263 static void vr_reset(vr_t *vrp);
264 static int vr_start(vr_t *vrp);
265 static int vr_stop(vr_t *vrp);
295 vr_t *vrp; local
413 vr_t *vrp; local
449 vr_t *vrp; local
470 vr_add_intr(vr_t *vrp) argument
513 vr_remove_intr(vr_t *vrp) argument
528 vr_t *vrp; local
544 vr_t *vrp; local
560 vr_bus_config(vr_t *vrp) argument
697 vr_bus_unconfig(vr_t *vrp) argument
713 vr_param_init(vr_t *vrp) argument
784 vr_rings_init(vr_t *vrp) argument
810 vr_rings_fini(vr_t *vrp) argument
824 vr_alloc_ring(vr_t *vrp, vr_ring_t *ring, size_t n) argument
957 vr_rxring_init(vr_t *vrp) argument
1014 vr_rxring_fini(vr_t *vrp) argument
1023 vr_txring_init(vr_t *vrp) argument
1080 vr_txring_fini(vr_t *vrp) argument
1095 vr_alloc_dmabuf(vr_t *vrp, vr_data_dma_t *dmap, uint_t dmaflags) argument
1186 vr_t *vrp; local
1335 vr_error(vr_t *vrp) argument
1354 vr_receive(vr_t *vrp) argument
1484 vr_t *vrp; local
1514 vr_tx_enqueue_msg(vr_t *vrp, mblk_t *mp) argument
1607 vr_tx_reclaim(vr_t *vrp) argument
1687 vr_t *vrp; local
1724 vr_reset(vr_t *vrp) argument
1763 vr_start(vr_t *vrp) argument
1916 vr_stop(vr_t *vrp) argument
1947 vr_t *vrp; local
1976 vr_t *vrp = p; local
2029 vr_t *vrp; local
2199 vr_cam_index(vr_t *vrp, const uint8_t *maddr) argument
2254 vr_t *vrp; local
2296 vr_t *vrp; local
2640 vr_t *vrp; local
2662 vr_link_init(vr_t *vrp) argument
2720 vr_link_state(vr_t *vrp) argument
2908 vr_phy_autopoll_disable(vr_t *vrp) argument
2969 vr_phy_autopoll_enable(vr_t *vrp) argument
3000 vr_phy_read(vr_t *vrp, int offset, uint16_t *value) argument
3039 vr_phy_write(vr_t *vrp, int offset, uint16_t value) argument
3096 vr_kstats_init(vr_t *vrp) argument
3126 vr_t *vrp; local
3153 vr_remove_kstats(vr_t *vrp) argument
3173 vr_t *vrp; local
3300 vr_t *vrp = (vr_t *)arg; local
3405 vr_t *vrp; local
3573 vr_log(vr_t *vrp, int level, const char *fmt, ...) argument
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet.c1667 vnet_res_t *vrp; local
1673 vrp = vnetp->vres_list;
1674 while (vrp->nextp != NULL) {
1675 if (vrp->nextp == vresp) {
1676 vrp->nextp = vresp->nextp;
1679 vrp = vrp->nextp;
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h613 void *vrp; member in struct:_nxge_share_handle_t

Completed in 77 milliseconds