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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h175 t_scalar_t sti_serv_type; member in struct:sotpi_info
H A Dsockstr.c439 sti->sti_serv_type = tsti->sti_serv_type;
444 if ((tsti->sti_serv_type != T_CLTS) &&
484 sti->sti_serv_type = tia->SERV_type;
508 if (sti->sti_serv_type == T_CLTS) {
550 if (so->so_type == SOCK_DGRAM && sti->sti_serv_type != T_CLTS) {
555 if (so->so_type == SOCK_STREAM && sti->sti_serv_type == T_CLTS) {
560 if (so->so_type == SOCK_SEQPACKET && sti->sti_serv_type == T_CLTS) {
584 sti->sti_serv_type, sti->sti_tsdu_size, sti->sti_etsdu_size,
H A Dsocktpi.c1499 if (sti->sti_serv_type == T_CLTS)
2752 if (so->so_family == AF_UNIX && sti->sti_serv_type != T_CLTS)
2755 if (sti->sti_serv_type == T_COTS)
2759 (sti->sti_serv_type == T_COTS_ORD)) {
H A Dsocksubr.c1815 pksi->ks_si.si_serv_type = sti->sti_serv_type;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c807 switch (sti->sti_serv_type) {
818 mdb_printf("%-10i ", sti->sti_serv_type);

Completed in 69 milliseconds