Searched refs:auth_debug_gssapi (Results 1 – 3 of 3) sorted by relevance
39 extern int auth_debug_gssapi;63 extern int svc_debug_gssapi, misc_debug_gssapi, auth_debug_gssapi; in main()80 auth_debug_gssapi = atoi(optarg); in main()
26 int auth_debug_gssapi = DEBUG_GSSAPI; variable28 #define L_PRINTF(l,args) if (auth_debug_gssapi >= l) gssrpcint_printf args31 if (auth_debug_gssapi) auth_gssapi_display_status args
96 #define auth_debug_gssapi gssrpc_auth_debug_gssapi macro