Home
last modified time | relevance | path

Searched refs:NSCD_CALLCAT_N2N (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_door.h48 #define NSCD_PING (NSCD_CALLCAT_N2N|0x01)
49 #define NSCD_GETADMIN (NSCD_CALLCAT_N2N|0x02)
50 #define NSCD_SETADMIN (NSCD_CALLCAT_N2N|0x03)
51 #define NSCD_GETPUADMIN (NSCD_CALLCAT_N2N|0x04)
52 #define NSCD_SETPUADMIN (NSCD_CALLCAT_N2N|0x05)
53 #define NSCD_KILLSERVER (NSCD_CALLCAT_N2N|0x06)
56 #define NSCD_FORK (NSCD_CALLCAT_N2N|0x20)
57 #define NSCD_SETUID (NSCD_CALLCAT_N2N|0x30)
58 #define NSCD_KILL (NSCD_CALLCAT_N2N|0x40)
59 #define NSCD_PULSE (NSCD_CALLCAT_N2N|0x50)
[all …]
/illumos-gate/usr/src/head/
H A Dnss_dbdefs.h545 #define NSCD_CALLCAT_N2N ('n'<<24) macro