Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c499 int got_port; local
507 got_port = nopt(&m, MNTOPT_PORT, &nfs_port);
508 if (!got_port)
H A Dautod_nfs.c3830 int got_port; in is_nfs_port() local
3837 got_port = nopt(&m, MNTOPT_PORT, (int *)&nfs_port); in is_nfs_port()
3843 if (!got_port || nfs_port == NFS_PORT) in is_nfs_port()