Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/mrouted/
Drsrr.c388 struct rsrr_cache *rc, **rcnp; in rsrr_cache() local
393 rcnp = &gt->gt_rsrr_cache; in rsrr_cache()
394 while ((rc = *rcnp) != NULL) { in rsrr_cache()
405 *rcnp = rc->next; in rsrr_cache()
416 rcnp = &rc->next; in rsrr_cache()
443 struct rsrr_cache *rc, **rcnp; in rsrr_cache_send() local
449 rcnp = &gt->gt_rsrr_cache; in rsrr_cache_send()
450 while ((rc = *rcnp) != NULL) { in rsrr_cache_send()
455 *rcnp = rc->next; in rsrr_cache_send()
458 rcnp = &rc->next; in rsrr_cache_send()
/openbsd/src/sys/ntfs/
Dntfs_subr.c597 ntfs_runtovrun(cn_t **rcnp, cn_t **rclp, u_long *rcntp, u_int8_t *run) in ntfs_runtovrun() argument
644 *rcnp = cn; in ntfs_runtovrun()