Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_rawfile.c100 rf_destroy(mdb_tgt_t *t) in rf_destroy() function
369 .t_destroy = rf_destroy,
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwphy.c459 rf->rf_destroy = rtw_sa2400_destroy; in rtw_sa2400_create()
607 rf->rf_destroy = rtw_max2820_destroy; in rtw_max2820_create()
H A Drtwvar.h349 void (*rf_destroy)(struct rtw_rf *); member
H A Drtw.c1557 (*rf->rf_destroy)(rf); in rtw_rf_destroy()