Searched refs:v_sock (Results 1 - 1 of 1) sorted by relevance

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

Completed in 56 milliseconds