Home
last modified time | relevance | path

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

/freebsd-14.2/stand/common/
H A Ddev_net.c102 { "nfs:/", NET_NFS },
181 } else if (netproto == NET_NFS) { in net_open()
408 netproto = NET_NFS; in net_parse_rootpath()
/freebsd-14.2/stand/libsa/
H A Dnet.h50 NET_NFS, enumerator
H A Dnfs.c482 if (netproto != NET_NFS) in nfs_open()