Searched refs:dbt_debug (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_db.c | 361 table->dbt_debug = db->db_debug_flags; in rfs4_table_create() 473 NFS4_DEBUG(table->dbt_debug & DESTROY_DEBUG, in rfs4_dbe_destroy() 518 NFS4_DEBUG(table->dbt_debug & CREATE_DEBUG, in rfs4_dbe_create() 608 NFS4_DEBUG(table->dbt_debug & SEARCH_DEBUG, in rfs4_dbsearch() 634 NFS4_DEBUG((table->dbt_debug & SEARCH_DEBUG), in rfs4_dbsearch() 646 NFS4_DEBUG(table->dbt_debug & SEARCH_DEBUG, in rfs4_dbsearch() 673 NFS4_DEBUG(table->dbt_debug & OTHER_DEBUG, in rfs4_dbsearch() 690 NFS4_DEBUG(table->dbt_debug & CREATE_DEBUG, in rfs4_dbsearch() 718 table->dbt_debug & SEARCH_DEBUG || table->dbt_debug & CREATE_DEBUG, in rfs4_dbsearch() 785 NFS4_DEBUG(table->dbt_debug & WALK_DEBUG, in rfs4_dbe_walk() [all …]
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4_db_impl.h | 116 uint32_t dbt_debug; /* Debug Flags */ member
|
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/ |
H A D | rfs4.c | 162 sizeof (name), name, tbl.dbt_debug, tbl.dbt_count, tbl.dbt_len, in rfs4_tbl_dcmd() 187 mdb_printf("debug = %08x\n", tbl.dbt_debug); in rfs4_tbl_dcmd()
|