Home
last modified time | relevance | path

Searched refs:nb (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/osfmk/kern/
H A Dcopyout_shim.h59 #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-8020.101.4/SETUP/config/
H A Dparser.y156 { char nb[16]; variable
157 (void) sprintf(nb, "%u", $1);
158 $$ = val_id = ns(nb);
/xnu-8020.101.4/bsd/nfs/
H A Dnfs_node.c1278 nfsnode_t na[2], nb[2]; in nfs_node_sort4() local
1284 nb[0] = (np3 > np4) ? np3 : np4; in nfs_node_sort4()
1285 nb[1] = (np3 > np4) ? np4 : np3; in nfs_node_sort4()
1288 list[lcnt] = nb[b++]; in nfs_node_sort4()
1289 } else if ((b >= 2) || (na[a] >= nb[b])) { in nfs_node_sort4()
1292 list[lcnt] = nb[b++]; in nfs_node_sort4()