Searched refs:rpc_g_dbg_switches (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Drpcdbg.h179 EXTERNAL unsigned8 rpc_g_dbg_switches[]; variable
187 #define RPC_DBG(switch, level) (rpc_g_dbg_switches[(int) (switch)] >= (level))
194 #define RPC_DBG_EXACT(switch, level) (rpc_g_dbg_switches[(int) (switch)] == (level))
H A Drpcmem.c108 if ((type & 0xff) == rpc_g_dbg_switches[rpc_es_dbg_mem_type])
136 if ((type & 0xff) == rpc_g_dbg_switches[rpc_es_dbg_mem_type])
161 if ((type & 0xff) == rpc_g_dbg_switches[rpc_es_dbg_mem_type])
H A Ddgrq.c144 (rpc_g_dbg_switches[(int) rpc_es_dbg_dg_rq_qsize])) * 1024;
H A Drpcdbg.c108 GLOBAL unsigned8 rpc_g_dbg_switches[RPC_DBG_N_SWITCHES];
210 rpc_g_dbg_switches[first++] = i;
107 GLOBAL unsigned8 rpc_g_dbg_switches[RPC_DBG_N_SWITCHES]; variable
H A Dipnaf.c1307 (rpc_g_dbg_switches[(int) rpc_es_dbg_ip_max_tsdu])) * 1024;
1436 (rpc_g_dbg_switches[(int) rpc_es_dbg_ip_max_pth_unfrag_tpdu])) * 32;
1504 (rpc_g_dbg_switches[(int) rpc_es_dbg_ip_max_loc_unfrag_tpdu])) * 32;
2398 switch (rpc_g_dbg_switches[(int) rpc_es_dbg_ip_max_loc_unfrag_tpdu])
2416 if (rpc_g_dbg_switches[(int) rpc_es_dbg_ip_max_loc_unfrag_tpdu] > 200)
2419 (rpc_g_dbg_switches[(int) rpc_es_dbg_ip_max_loc_unfrag_tpdu])
2425 (rpc_g_dbg_switches[(int) rpc_es_dbg_ip_max_loc_unfrag_tpdu])) * 32;
2438 switch (rpc_g_dbg_switches[(int) rpc_es_dbg_ip_max_pth_unfrag_tpdu])
2456 if (rpc_g_dbg_switches[(int) rpc_es_dbg_ip_max_pth_unfrag_tpdu] > 200)
2459 (rpc_g_dbg_switches[(in
[all...]
H A Drpcsvc.h138 * rpc_g_dbg_switches in kernel. In user
187 (rpc_g_dbg_switches[(int) (switch)] >= (level))
H A Dnpnaf.c1297 (rpc_g_dbg_switches[(int) rpc_es_dbg_np_max_tsdu])) * 1024;
1419 (rpc_g_dbg_switches[(int) rpc_es_dbg_np_max_pth_unfrag_tpdu])) * 32;
1479 (rpc_g_dbg_switches[(int) rpc_es_dbg_np_max_loc_unfrag_tpdu])) * 32;
H A Ddgsoc.c233 (unsigned32)(rpc_g_dbg_switches[(int)rpc_es_dbg_dg_max_psock])
H A Dcominit.c1710 rpc_g_dbg_switches[ctr] = 0;
H A Ddglsn.c611 i.tv_sec = rpc_g_dbg_switches[rpc_es_dbg_conv_thread] - 100;
2235 (unsigned32)(rpc_g_dbg_switches[(int)rpc_es_dbg_dg_max_window_size]);
H A Ddgpkt.c388 1 << (rpc_g_dbg_switches[(int) rpc_es_dbg_pkt_quota_size] - 1);

Completed in 92 milliseconds