CounterType        34 source3/include/rpc_perfcount.h 	uint32 CounterType;
CounterType       433 source3/registry/reg_perfcount.c static uint32 _reg_perfcount_get_size_field(uint32 CounterType)
CounterType       437 source3/registry/reg_perfcount.c 	retval = CounterType;
CounterType       498 source3/registry/reg_perfcount.c 	obj->counters[obj->NumCounters].CounterType = atoi(buf);
CounterType       500 source3/registry/reg_perfcount.c 		   obj->counters[obj->NumCounters].CounterType, CounterIndex));
CounterType       512 source3/registry/reg_perfcount.c 	counter_size = _reg_perfcount_get_size_field(obj->counters[obj->NumCounters].CounterType);
CounterType       520 source3/registry/reg_perfcount.c 		if((obj->counters[obj->NumCounters].CounterType & 0x00000F00) == PERF_TYPE_NUMBER)
CounterType       533 source3/registry/reg_perfcount.c 		if((obj->counters[obj->NumCounters].CounterType & 0x00000F00) == PERF_TYPE_NUMBER)
CounterType      1174 source3/registry/reg_perfcount.c 		if(!prs_uint32("CounterType", ps, depth, &counter.CounterType))