Home
last modified time | relevance | path

Searched refs:txarg (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzil.h407 extern int zil_vdev_offline(const char *osname, void *txarg);
408 extern int zil_claim(const char *osname, void *txarg);
409 extern int zil_check_log_chain(const char *osname, void *txarg);
/freebsd-9-stable/sys/dev/patm/
Dif_patm_tx.c108 struct txarg { struct
460 struct txarg a; in patm_launch()
561 struct txarg *a= uarg; in patm_load_txbuf()
/freebsd-9-stable/sys/dev/en/
Dmidway.c502 struct txarg { struct
522 struct txarg *tx = uarg; in en_txdma_load() argument
709 struct txarg tx; in en_txdma()
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzil.c634 zil_claim(const char *osname, void *txarg) in zil_claim() argument
636 dmu_tx_t *tx = txarg; in zil_claim()