Home
last modified time | relevance | path

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

/netbsd/usr.sbin/mrouted/
H A Drsrr.c405 struct rsrr_cache *rc, **rcnp; local
410 rcnp = &gt->gt_rsrr_cache;
411 while ((rc = *rcnp) != NULL) {
422 *rcnp = rc->next;
433 rcnp = &rc->next;
462 struct rsrr_cache *rc, **rcnp; local
468 rcnp = &gt->gt_rsrr_cache;
469 while ((rc = *rcnp) != NULL) {
474 *rcnp = rc->next;
477 rcnp = &rc->next;
/netbsd/sys/fs/ntfs/
H A Dntfs_subr.c610 ntfs_runtovrun(cn_t **rcnp, cn_t **rclp, u_long *rcntp, u_int8_t *run) in ntfs_runtovrun() argument
654 *rcnp = cn; in ntfs_runtovrun()