Searched refs:nb (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | copyout_shim.h | 59 #define CALL_COPYOUT_SHIM_NRML(ka, ua, nb) \ argument 60 … if(copyout_shim_fn && (co_src_flags & CO_SRC_NORMAL)) {copyout_shim_fn(ka,ua,nb,CO_SRC_NORMAL); } 62 #define CALL_COPYOUT_SHIM_MSG(ka, ua, nb) \ argument 63 if(copyout_shim_fn && (co_src_flags & CO_SRC_MSG)){copyout_shim_fn(ka,ua,nb,CO_SRC_MSG); } 65 #define CALL_COPYOUT_SHIM_PHYS(ka, ua, nb) \ argument 66 if(copyout_shim_fn && (co_src_flags & CO_SRC_PHYS)){copyout_shim_fn(ka,ua,nb,CO_SRC_PHYS); } 70 #define CALL_COPYOUT_SHIM_NRML(ka, ua, nb) argument 71 #define CALL_COPYOUT_SHIM_MSG(ka, ua, nb) argument 72 #define CALL_COPYOUT_SHIM_PHYS(ka, ua, nb) argument
|
| /xnu-11417.121.6/SETUP/config/ |
| H A D | parser.y | 156 { char nb[16]; variable 157 (void) sprintf(nb, "%u", $1); 158 $$ = val_id = ns(nb);
|