Home
last modified time | relevance | path

Searched refs:type_flag (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfs_stat.c84 int type_flag = 0; /* type acl, rpc of nfs */ in nfs_stat_dcmd() local
106 'a', MDB_OPT_SETBITS, NFS_ACL_STAT, &type_flag, in nfs_stat_dcmd()
109 'n', MDB_OPT_SETBITS, NFS_NFS_STAT, &type_flag, in nfs_stat_dcmd()
110 'r', MDB_OPT_SETBITS, NFS_RPC_STAT, &type_flag, in nfs_stat_dcmd()
193 if (type_flag == 0) in nfs_stat_dcmd()
194 type_flag = NFS_NFS_STAT | NFS_ACL_STAT | NFS_RPC_STAT; in nfs_stat_dcmd()
200 if (nfs_stat_srv(&mdb_stats, type_flag, vers_flag)) in nfs_stat_dcmd()
203 if (nfs_stat_clnt(&mdb_stats, type_flag, vers_flag)) in nfs_stat_dcmd()
220 nfs_stat_srv(nfs_mdb_stats_t *stptr, int type_flag, int vers_flag) in nfs_stat_srv() argument
223 if (type_flag & NFS_SRV_STAT) { in nfs_stat_srv()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c82 int type_size, str_size, total_size, type_flag; in add_tlb_props() local
90 total_size = type_flag = 0; in add_tlb_props()
97 type_flag |= ICACHE_FLAG; in add_tlb_props()
99 type_flag |= DCACHE_FLAG; in add_tlb_props()
103 switch (type_flag) { in add_tlb_props()
136 int type_size, str_size, total_size, type_flag; in add_cache_props() local
148 total_size = type_flag = 0; in add_cache_props()
155 type_flag |= ICACHE_FLAG; in add_cache_props()
157 type_flag |= DCACHE_FLAG; in add_cache_props()
161 switch (type_flag) { in add_cache_props()