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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h52 * stored in a sotpi_info_t. Sockets that are TPI based from the
54 * sotpi_info_t will be allocated when needed. However, the so_priv
55 * field in the sonode will always point to the sotpi_info_t, and the
246 } sotpi_info_t; typedef in typeref:struct:sotpi_info
260 extern sotpi_info_t *sotpi_sototpi(struct sonode *);
264 #define SOTOTPI(so) ((sotpi_info_t *)(so)->so_priv)
268 #define _SOTOTPI(so) ((sotpi_info_t *)(so)->so_priv)
H A Dsockstr.c131 sotpi_info_t *sti = SOTOTPI(so);
299 sotpi_info_t *sti = SOTOTPI(so);
383 sotpi_info_t *sti = SOTOTPI(so);
415 sotpi_info_t *sti = SOTOTPI(so);
416 sotpi_info_t *tsti;
477 sotpi_info_t *sti = SOTOTPI(so);
547 sotpi_info_t *sti = SOTOTPI(so);
657 sotpi_info_t *sti = SOTOTPI(so);
742 sotpi_info_t *sti = SOTOTPI(so);
1038 sotpi_info_t *st
[all...]
H A Dsocktpi.c241 static int i_sotpi_info_constructor(sotpi_info_t *);
242 static void i_sotpi_info_destructor(sotpi_info_t *);
349 * A fallback happend, which means that a sotpi_info_t struct
377 sotpi_info_t *sti = SOTOTPI(so);
596 sotpi_info_t *sti = SOTOTPI(so);
650 sotpi_info_t *sti = SOTOTPI(so);
1415 sotpi_info_t *sti = SOTOTPI(so);
1494 sotpi_info_t *sti = SOTOTPI(so);
1666 sotpi_info_t *sti = SOTOTPI(so);
1667 sotpi_info_t *nst
[all...]
H A Dsockcommon_vnops.c328 sotpi_info_t *sti = SOTOTPI(so);
370 sotpi_info_t *sti = SOTOTPI(so);
H A Dnl7curi.c1021 sotpi_info_t *sti = SOTOTPI(so);
1114 sotpi_info_t *sti = SOTOTPI(so);
1281 sotpi_info_t *sti = SOTOTPI(so);
1482 sotpi_info_t *sti = SOTOTPI(so);
1945 sotpi_info_t *sti = SOTOTPI(so);
H A Dsocksubr.c346 sotpi_info_t *sti = SOTOTPI(so);
640 sotpi_info_t *sti = SOTOTPI(so);
1778 sotpi_info_t *sti;
H A Dnl7c.c919 sotpi_info_t *sti = SOTOTPI(so);
H A Dnl7chttp.c1189 sotpi_info_t *sti = SOTOTPI(so);
1467 sotpi_info_t *sti = SOTOTPI(so);
H A Dsocksyscalls.c359 sotpi_info_t *sti1;
360 sotpi_info_t *sti2;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c1063 sizeof (sotpi_info_t),
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c75 extern sotpi_info_t *sotpi_sototpi(struct sonode *);

Completed in 110 milliseconds