Home
last modified time | relevance | path

Searched refs:v_sock (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c416 pfiles_get_sonode(vnode_t *v_sock, struct sonode *sonode) in pfiles_get_sonode() argument
419 (uintptr_t)v_sock->v_data) == -1) { in pfiles_get_sonode()
428 pfiles_get_tpi_sonode(vnode_t *v_sock, sotpi_sonode_t *sotpi_sonode) in pfiles_get_tpi_sonode() argument
434 (uintptr_t)v_sock->v_stream) == -1) { in pfiles_get_tpi_sonode()
439 if (mdb_vread(v_sock, sizeof (vnode_t), in pfiles_get_tpi_sonode()
446 (uintptr_t)v_sock->v_data) == -1) { in pfiles_get_tpi_sonode()
1020 vnode_t v_sock; in pfile_callback() local
1023 if (mdb_vread(&v_sock, sizeof (v_sock), realvpp) == -1) { in pfile_callback()
1032 if (v_sock.v_stream == NULL) { in pfile_callback()
1033 if (pfiles_get_sonode(&v_sock, &so) == -1) in pfile_callback()
[all …]