Home
last modified time | relevance | path

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

/freebsd-12.1/stand/common/
H A Ddev_net.c105 { "nfs:/", NET_NFS },
183 } else if (netproto == NET_NFS) { in net_open()
407 netproto = NET_NFS; in net_parse_rootpath()
/freebsd-12.1/stand/libsa/
H A Dnet.h52 NET_NFS, enumerator
H A Dnfs.c484 if (netproto != NET_NFS) in nfs_open()