Searched refs:KEY_PROG (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libbc/inc/include/rpc/ |
H A D | key_prot.h | 38 #define KEY_PROG 100029 macro
|
/titanic_44/usr/src/cmd/keyserv/ |
H A D | keyserv.c | 379 if (svc_create_local_service(keyprogram, KEY_PROG, KEY_VERS, in main() 387 if (svc_create_local_service(keyprogram, KEY_PROG, KEY_VERS2, in main() 395 if (svc_create_local_service(keyprogram, KEY_PROG, KEY_VERS3, in main() 407 if (svc_create(keyprogram, KEY_PROG, KEY_VERS, "door") == 0) { in main() 414 if (svc_create(keyprogram, KEY_PROG, KEY_VERS2, "door") == 0) { in main() 421 if (svc_create(keyprogram, KEY_PROG, KEY_VERS3, "door") == 0) { in main()
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | key_prot.x | 259 program KEY_PROG {
|
/titanic_44/usr/src/lib/pam_modules/dhkeys/ |
H A D | key_call_uid.c | 126 clnt = clnt_door_create(KEY_PROG, vers, 0); in my_key_call()
|
/titanic_44/usr/src/uts/common/rpc/sec/ |
H A D | key_call.c | 273 error = clnt_tli_kcreate(configp, &netaddr, KEY_PROG, KEY_VERS, in key_call()
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | key_call.c | 845 if ((kcp->client = clnt_door_create(KEY_PROG, vers, 0)) == NULL) in getkeyserv_handle()
|
/titanic_44/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 776 case KEY_PROG: in rpcbproc_callit_com()
|