Home
last modified time | relevance | path

Searched refs:mech_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/ata/
A Dlibata-zpodd.c22 enum odd_mech_type mech_type; /* init during probe, RO afterwards */ member
90 if (desc->mech_type == 0 && desc->load == 0 && desc->eject == 1) { in zpodd_get_mech_type()
93 } else if (desc->mech_type == 1 && desc->load == 0 && in zpodd_get_mech_type()
132 if (zpodd->mech_type == ODD_MECH_TYPE_SLOT) in zpready()
230 if (zpodd->mech_type == ODD_MECH_TYPE_DRAWER) in zpodd_post_poweron()
268 enum odd_mech_type mech_type; in zpodd_init() local
274 mech_type = zpodd_get_mech_type(dev); in zpodd_init()
275 if (mech_type == ODD_MECH_TYPE_UNSUPPORTED) in zpodd_init()
282 zpodd->mech_type = mech_type; in zpodd_init()
/linux/fs/ksmbd/
A Dasn1.c284 int mech_type; in ksmbd_neg_token_init_mech_type() local
291 mech_type = KSMBD_AUTH_NTLMSSP; in ksmbd_neg_token_init_mech_type()
293 mech_type = KSMBD_AUTH_MSKRB5; in ksmbd_neg_token_init_mech_type()
295 mech_type = KSMBD_AUTH_KRB5; in ksmbd_neg_token_init_mech_type()
297 mech_type = KSMBD_AUTH_KRB5U2U; in ksmbd_neg_token_init_mech_type()
301 conn->auth_mechs |= mech_type; in ksmbd_neg_token_init_mech_type()
303 conn->preferred_auth_mech = mech_type; in ksmbd_neg_token_init_mech_type()
/linux/net/sunrpc/auth_gss/
A Dgss_mech_switch.c361 (*ctx_id)->mech_type = gss_mech_get(mech); in gss_import_sec_context()
374 return context_handle->mech_type->gm_ops in gss_get_mic()
387 return context_handle->mech_type->gm_ops in gss_verify_mic()
413 return ctx_id->mech_type->gm_ops in gss_wrap()
423 return ctx_id->mech_type->gm_ops in gss_unwrap()
441 (*context_handle)->mech_type->gm_ops in gss_delete_sec_context()
444 gss_mech_put((*context_handle)->mech_type); in gss_delete_sec_context()
A Dsvcauth_gss.c816 name = gss_service_to_auth_domain_name(ctx->mech_type, svc); in find_gss_auth_domain()
1658 rsci->mechctx->mech_type, in svcauth_gss_accept()
/linux/include/linux/sunrpc/
A Dgss_api.h22 struct gss_api_mech *mech_type; member
/linux/include/uapi/linux/
A Dcdrom.h950 __u8 mech_type:3; member
962 __u8 mech_type:3; member

Completed in 18 milliseconds