Searched refs:OPS (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/sys/ |
| H A D | kobj.h | 225 #define KOBJOPLOOKUP(OPS,OP) do { \ argument 228 &OPS->cache[_desc->id & (KOBJ_CACHE_SIZE-1)]; \ 231 _ce = kobj_lookup_method(OPS->cls, \ 239 #define KOBJOPLOOKUP(OPS,OP) do { \ argument 242 &OPS->cache[_desc->id & (KOBJ_CACHE_SIZE-1)]; \ 245 _ce = kobj_lookup_method(OPS->cls, \
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | interleaf | 6 0 string =\210OPS Interleaf saved data 7 0 string =<!OPS Interleaf document text
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 327 #define DEFINE_GETIMPL_STORE(CLASS, ARGS, OPS) \ argument 328 return storeImpl(new (array_lengthof(OPS)) \ 329 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \ 334 #define DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(CLASS, OPS) \ argument 335 return storeImpl(new (array_lengthof(OPS)) CLASS(Context, Storage, OPS), \ 337 #define DEFINE_GETIMPL_STORE_N(CLASS, ARGS, OPS, NUM_OPS) \ argument 339 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \
|
| /freebsd-13.1/sys/dev/hwpmc/ |
| H A D | hwpmc_mod.c | 529 DBG_SET_FLAG_MIN("ops", OPS); in pmc_debugflags_parse() 1892 PMCDBG2(LOG,OPS,2, "hwpmc: vm_map entry unexpectedly " in pmc_log_process_mappings() 1925 PMCDBG3(LOG,OPS,2, "hwpmc: lobj unexpectedly NULL! pid=%d " in pmc_log_process_mappings() 3150 PMCDBG3(PMC,OPS,1, "start pmc=%p mode=%d ri=%d", pm, mode, ri); in pmc_start() 3216 PMCDBG1(PMC,OPS,1, "po=%p in global list", po); in pmc_start() 3275 PMCDBG3(PMC,OPS,1, "stop pmc=%p mode=%d ri=%d", pm, in pmc_stop() 3332 PMCDBG1(PMC,OPS,2,"po=%p removed from global list", po); in pmc_stop() 4339 PMCDBG2(PMC,OPS,1, "rw id=%d flags=0x%x", prw.pm_pmcid, in pmc_syscall_handler() 4437 PMCDBG3(PMC,OPS,2, "rw id=%d new %jx -> old %jx", in pmc_syscall_handler() 4440 PMCDBG2(PMC,OPS,2, "rw id=%d -> old %jx", ri, oldvalue); in pmc_syscall_handler() [all …]
|