Searched refs:default_auth (Results 1 – 2 of 2) sorted by relevance
80 obj -> default_auth = in OMAPI_OBJECT_ALLOC()82 if (!obj -> default_auth) { in OMAPI_OBJECT_ALLOC()87 obj -> default_auth -> next = (omapi_remote_auth_t *)0; in OMAPI_OBJECT_ALLOC()88 status = omapi_object_reference (&obj -> default_auth -> a, in OMAPI_OBJECT_ALLOC()91 dfree (obj -> default_auth, MDL); in OMAPI_OBJECT_ALLOC()196 ra = p -> default_auth; in omapi_protocol_send_message()459 if (p -> default_auth) { in omapi_protocol_signal_handler()462 p -> default_auth -> a, in omapi_protocol_signal_handler()803 if (p -> default_auth && !p -> remote_auth_list) { in omapi_protocol_add_auth()804 if (p -> default_auth -> a != ao) { in omapi_protocol_add_auth()[all …]
153 omapi_remote_auth_t *default_auth; /* Default authinfo to use. */ member