Searched refs:svc_debug_gssapi (Results 1 – 4 of 4) sorted by relevance
63 extern int svc_debug_gssapi, misc_debug_gssapi, auth_debug_gssapi; in main()89 svc_debug_gssapi = atoi(optarg); in main()
27 extern int svc_debug_gssapi, misc_debug_gssapi;98 svc_debug_gssapi = atoi(argv[0]); in main()
49 int svc_debug_gssapi = DEBUG_GSSAPI; variable69 #define L_PRINTF(l,args) if (svc_debug_gssapi >= l) gssrpcint_printf args72 if (svc_debug_gssapi) auth_gssapi_display_status args222 if (svc_debug_gssapi) { in gssrpc__svcauth_gssapi()828 if (svc_debug_gssapi >= 3) in destroy_client()
231 #define svc_debug_gssapi gssrpc_svc_debug_gssapi macro