HomeSort by: relevance | last modified time | path
    Searched refs:rcnp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mrouted/
rsrr.c 405 struct rsrr_cache *rc, **rcnp; local in function:rsrr_cache
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 in function:rsrr_cache_send
468 rcnp = &gt->gt_rsrr_cache;
469 while ((rc = *rcnp) != NULL) {
474 *rcnp = rc->next;
477 rcnp = &rc->next
    [all...]
  /src/sys/fs/ntfs/
ntfs_subr.c 610 ntfs_runtovrun(cn_t **rcnp, cn_t **rclp, u_long *rcntp, u_int8_t *run)
654 *rcnp = cn;

Completed in 13 milliseconds