Searched refs:STR (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.101.4/pexpert/gen/ |
| H A D | bootargs.c | 52 #define STR 1 macro 136 switch ((force_string && *cp == '=') ? STR : getval(cp, &val, isargsep, FALSE)) { in PE_parse_boot_argn_internal() 145 case STR: in PE_parse_boot_argn_internal() 325 return STR; in getval() 329 return STR; in getval() 358 return STR; in getval() 361 return STR; in getval() 367 return STR; in getval()
|
| /xnu-8020.101.4/osfmk/arm64/ |
| H A D | perfmon_arm64.c | 46 #define STR(N) _STR(N) macro 150 #define REG(N) __builtin_arm_rsr64(STR(REG_EL1(N))), in perfmon_cpmu_sample_regs_xcall() 153 #define PMC(N) __builtin_arm_rsr64(STR(PMC_EL1(N))), in perfmon_cpmu_sample_regs_xcall() 193 #define UPMC(N, O) __builtin_arm_rsr64(STR(UPMC_EL1(N))), in perfmon_machine_sample_regs() 304 __builtin_arm_wsr64(STR(REG_EL1(N)), attr_value); \ in perfmon_cpmu_configure_xcall() 346 __builtin_arm_wsr64(STR(REG_EL1(N)), attr_value); \ in perfmon_upmu_apply_attrs()
|
| H A D | sleh.c | 110 #define STR(x) STR1(x) macro
|
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfsm_subs.h | 377 #define nfsm_chain_add_string(E, NMC, STR, LEN) \ argument 380 nfsm_chain_add_opaque((E), (NMC), (STR), (LEN)); \ 384 #define nfsm_chain_add_name(E, NMC, STR, LEN, NMP) \ argument 388 (E) = nfsm_chain_add_string_nfc((NMC), (const uint8_t*)(STR), (LEN)); \ 390 nfsm_chain_add_string((E), (NMC), (STR), (LEN)); \
|
| /xnu-8020.101.4/san/memory/ |
| H A D | kasan_dynamic_blacklist.c | 514 TS(STR),
|