Searched refs:rap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_prefix.c98 struct rp_addr *rap);
396 struct rp_addr *rap; local
399 LIST_FOREACH(rap, &rpp->rp_addrhead, ra_entry)
401 if (rr_are_ifid_equal(ifid, &rap->ra_ifid,
407 return rap;
414 struct rp_addr *rap; local
416 if ((error = create_ra_entry(&rap)) != 0)
420 bit_copy((caddr_t)&rap->ra_ifid, sizeof(rap->ra_ifid) << 3,
424 rap
444 struct rp_addr *rap; local
482 struct rp_addr *rap; local
562 struct rp_addr *rap; local
601 add_each_addr(struct socket *so, struct rr_prefix *rpp, struct rp_addr *rap) argument
695 struct rp_addr *rap; local
906 struct rp_addr *rap; local
941 struct rp_addr *rap; local
984 struct rp_addr *rap; local
1011 struct rp_addr *rap; local
1061 struct rp_addr *rap; local
1097 struct rp_addr *rap; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c306 struct cl_readahead *rap; local
310 if ((rap = ubc->cl_rahead) == NULL) {
311 MALLOC_ZONE(rap, struct cl_readahead *, sizeof *rap, M_CLRDAHEAD, M_WAITOK);
313 bzero(rap, sizeof *rap);
314 rap->cl_lastr = -1;
315 lck_mtx_init(&rap->cl_lockr, cl_mtx_grp, cl_mtx_attr);
320 ubc->cl_rahead = rap;
322 lck_mtx_destroy(&rap
1507 cluster_read_ahead(vnode_t vp, struct cl_extent *extent, off_t filesize, struct cl_readahead *rap, int (*callback)(buf_t, void *), void *callback_arg, int bflag) argument
3150 struct cl_readahead * rap; local
4497 struct cl_readahead *rap; local
[all...]

Completed in 37 milliseconds