Home
last modified time | relevance | path

Searched refs:stpp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/mrouted/
H A Dprune.c420 next_grp_src_mask(struct gtable **gtpp, struct stable **stpp, u_long grp, in next_grp_src_mask() argument
455 (*stpp) = sbest; in next_grp_src_mask()
550 next_child(struct gtable **gtpp, struct stable **stpp, u_long grp, u_long src, in next_child() argument
558 || !((*stpp) = find_grp_src((*gtpp),src))) in next_child()
559 if (!next_grp_src_mask(gtpp, stpp, grp, src, mask)) in next_child()
568 } while (next_grp_src_mask(gtpp, stpp, (*gtpp)->gt_mcastgrp, in next_child()
569 (*stpp)->st_origin, 0xFFFFFFFF) ); in next_child()
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c109 u_int32_t flags, struct nfsstate **stpp);
111 struct nfsstate **stpp);
1462 struct nfsstate **stpp) in nfsrv_getstate() argument
1468 *stpp = NULL; in nfsrv_getstate()
1483 *stpp = stp; in nfsrv_getstate()
1495 struct nfsstate **stpp) in nfsrv_getowner() argument
1499 *stpp = NULL; in nfsrv_getowner()
1503 *stpp = stp; in nfsrv_getowner()