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

/macosx-10.9.5/system_cmds-597.90.1/dirhelper.tproj/
H A Ddirhelper.c294 size_t sbsz = sizeof(sb); local
296 if (sysctlbyname("kern.safeboot", &sb, &sbsz, NULL, 0) != 0) {
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/dirhelper.tproj/
H A Ddirhelper.c294 size_t sbsz = sizeof(sb); local
296 if (sysctlbyname("kern.safeboot", &sb, &sbsz, NULL, 0) != 0) {
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Ddsock.c152 Lf->lts.sbsz = (unsigned long)s.so_snd.sb_mbmax;
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/libproc/
H A Ddsock.c110 Lf->lts.sbsz = (unsigned long)si->psi.soi_snd.sbi_mbmax;
/macosx-10.9.5/lsof-52/lsof/
H A Dlsof.h762 unsigned char sbszs; /* sbsz status: 0 = none */
770 unsigned long sbsz; /* send buffer size */ member in struct:lfile::ltstate
H A Dproc.c176 Lf->lts.rbsz = Lf->lts.sbsz = (unsigned long)0;
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dptti.c131 || Lf->lts.rbszs || Lf->lts.sbsz
413 (void) printf("%cSNDBUF=%lu", sep, Lf->lts.sbsz);
/macosx-10.9.5/launchd-842.92.1/support/
H A Dlaunchctl.c4183 size_t sbsz = sizeof(sb); local
4185 if (posix_assumes_zero(sysctl(sbmib, 2, &sb, &sbsz, NULL, 0)) == -1) {

Completed in 159 milliseconds