Home
last modified time | relevance | path

Searched refs:SOCK_IS_NONSTR (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c327 if (!SOCK_IS_NONSTR(so)) { in socket_vop_getattr()
369 if (!SOCK_IS_NONSTR(so)) { in socket_vop_setattr()
399 if (!SOCK_IS_NONSTR(so)) { in socket_vop_access()
H A Dsocksubr.c201 if (SOCK_IS_NONSTR(so)) in so_update_attrs()
345 if (!SOCK_IS_NONSTR(so)) { in so_unlock_single()
1668 havemark = (SOCK_IS_NONSTR(so)) ? so->so_oobmark > 0 : in so_verify_oobstate()
1688 if (!SOCK_IS_NONSTR(so) && in so_verify_oobstate()
H A Dsocktpi.c6402 ASSERT(SOCK_IS_NONSTR(so)); in sotpi_convert_sonode()
6480 ASSERT(!SOCK_IS_NONSTR(so)); in sotpi_revert_sonode()
/titanic_44/usr/src/uts/common/syscall/
H A Dsendfile.c1172 if (SOCK_IS_NONSTR(so)) { in sendfilev()
1312 if (!SOCK_IS_NONSTR(so) && in sendfilev()
/titanic_44/usr/src/uts/common/sys/
H A Dsocketvar.h276 #define SOCK_IS_NONSTR(so) ((so)->so_not_str) macro
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c498 if (!SOCK_IS_NONSTR(&sonode)) { in pfiles_dig_pathname()