Searched defs:PRINTABLE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c53 #define PRINTABLE(i) ((lf->plf_ffs[(i)].pff_prt & D_FIELD) || \ macro
367 lf->plf_ffs[0].pff_prt |= PRINTABLE(0) ? PABLE_FIELD : 0;
372 PRINTABLE(i) ? PABLE_FIELD : 0;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c403 #define PRINTABLE 0x0008 macro
417 static asndefT baseObject = {"Base Object", PRINTABLE, -1, 0, {0}};
473 {"Attribute Description", PRINTABLE, -1, 0, {0}};
487 static asndefT objectName = {"Object Name", PRINTABLE, -1, 0, {0}};
489 static asndefT ldapEntry = {"Entry", PRINTABLE, -1, 0, {0}};
491 {"Relative LDAP Entry", PRINTABLE, -1, 0, {0}};
492 static asndefT newSuperior = {"New Superior", PRINTABLE, -1, 0, {0}};

Completed in 62 milliseconds