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

/illumos-gate/usr/src/head/
H A Dnss_dbdefs.h535 #define NSCD_CALLCAT_APP ('a'<<24) macro
540 #define NSCD_SEARCH (NSCD_CALLCAT_APP|0x01)
541 #define NSCD_SETENT (NSCD_CALLCAT_APP|0x02)
542 #define NSCD_GETENT (NSCD_CALLCAT_APP|0x03)
543 #define NSCD_ENDENT (NSCD_CALLCAT_APP|0x04)
544 #define NSCD_PUT (NSCD_CALLCAT_APP|0x05)
545 #define NSCD_GETHINTS (NSCD_CALLCAT_APP|0x06)
569 * between applications and nscd (NSCD_CALLCAT_APP), and nscd and
578 * NSCD_CALLCAT_APP use key layouts mimics/defines in nss_dbdefs.h
581 * NSCD_CALLCAT_APP retur
[all...]

Completed in 48 milliseconds