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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dunix.c197 /* if si_size didn't get filled in, then we're done */
198 if (psi->si_size == 0 ||
199 !IS_P2ALIGNED(psi->si_size, sizeof (psi))) {
204 psi = (struct sockinfo *)&(((char *)psi)[psi->si_size]);
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2531 si_p->si_size = sizeof (generic_so.lock);
2549 si_p->si_size = sizeof (generic_so.condition);
2563 si_p->si_size = sizeof (generic_so.semaphore);
2579 si_p->si_size = sizeof (generic_so.rwlock);
2726 /* we correct si_type and si_size below */
2782 ss_p->ss_info.si_size = sizeof (mutex_t);
2807 ss_p->ss_info.si_size = sizeof (cond_t);
2834 ss_p->ss_info.si_size = sizeof (rwlock_t);
2856 ss_p->ss_info.si_size = sizeof (sema_t);
/illumos-gate/usr/src/head/
H A Dthread_db.h297 int si_size; /* size in bytes of synch variable */ member in struct:td_syncinfo
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_query_fileinfo.c735 sinfo->si_size, sinfo->si_alloc_size,
H A Dsmb_odir.c740 sinfo->si_size = attr.sa_vattr.va_size;
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h957 uint_t si_size; /* real length of this struct */ member in struct:sockinfo
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1303 uint64_t si_size; member in struct:smb_streaminfo
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1810 pksi->ks_si.si_size = sizeof (struct k_sockinfo);

Completed in 181 milliseconds