Home
last modified time | relevance | path

Searched refs:sd_mountpoint (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/miscfs/specfs/
H A Dspec_vnops.c402 sd->sd_mountpoint = NULL; in spec_node_init()
506 vq->v_specnode->sn_dev->sd_mountpoint == mp) in spec_node_lookup_by_mount()
540 mp = devvp->v_specnode->sn_dev->sd_mountpoint; in spec_node_getmountedfs()
579 KASSERT(sn->sn_dev->sd_mountpoint == NULL || mp == NULL); in spec_node_setmountedfs()
580 sn->sn_dev->sd_mountpoint = mp; in spec_node_setmountedfs()
806 sd->sd_mountpoint != NULL || in spec_open()
H A Dspecdev.h75 struct mount *sd_mountpoint; member
/netbsd-src/usr.bin/systat/
H A Dbufcache.c321 if (sd.sd_mountpoint) in fetchbufcache()
322 mp = sd.sd_mountpoint; in fetchbufcache()