OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nm_so
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/nfs/client/
nfsmount.h
89
#define
nm_so
nm_sockreq.nr_so
macro
/src/sys/nfs/
nfsmount.h
138
struct socket *
nm_so
; /* Rpc socket */
member in struct:nfsmount
nfs_socket.c
191
nmp->
nm_so
= NULL;
193
error = socreate(saddr->sa_family, &nmp->
nm_so
,
197
so = nmp->
nm_so
;
411
if (nmp->
nm_so
) {
412
so = nmp->
nm_so
;
413
nmp->
nm_so
= NULL;
482
if ((so = rep->r_nmp->
nm_so
) == NULL) {
811
if ((so = nmp->
nm_so
) == NULL)
nfs_clntsocket.c
132
* Ugh: If a reconnect attempt just happened,
nm_so
141
so = rep->r_nmp->
nm_so
;
284
if ((so = rep->r_nmp->
nm_so
) == NULL)
373
nmp->
nm_so
->so_error = 0;
668
if (nmp->
nm_so
&& (nmp->nm_sotype != SOCK_DGRAM ||
675
error = nfs_send(nmp->
nm_so
, nmp->nm_nam, m, rep, lwp);
nfs_vfsops.c
552
if (nmp->
nm_so
&& adjsock) {
Completed in 40 milliseconds
Indexes created Thu Oct 30 23:09:54 GMT 2025