Home
last modified time | relevance | path

Searched refs:dfc_auth_password_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h303 dfc_auth_password_t *dfc_auth_pwd);
311 dfc_auth_password_t *dfc_pwd);
317 dfc_auth_password_t *auth_pwd);
H A Demlxs_dfclib.h1665 } dfc_auth_password_t; typedef
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c9423 dfc_auth_password_t *dfc_pwd; in emlxs_dfc_get_auth_pwd()
9433 if (dfc->buf1_size < sizeof (dfc_auth_password_t)) { in emlxs_dfc_get_auth_pwd()
9442 dfc_pwd = (dfc_auth_password_t *)dfc->buf1; in emlxs_dfc_get_auth_pwd()
9458 dfc_auth_password_t *dfc_pwd; in emlxs_dfc_set_auth_pwd()
9468 if (dfc->buf1_size < sizeof (dfc_auth_password_t)) { in emlxs_dfc_set_auth_pwd()
9476 dfc_pwd = (dfc_auth_password_t *)dfc->buf1; in emlxs_dfc_set_auth_pwd()
9618 count = dfc->buf1_size / sizeof (dfc_auth_password_t); in emlxs_dfc_get_auth_key_table()
9629 (dfc_auth_password_t *)dfc->buf1); in emlxs_dfc_get_auth_key_table()
H A Demlxs_dhchap.c9381 emlxs_dhc_get_auth_key(emlxs_hba_t *hba, dfc_auth_password_t *dfc_auth_pwd) in emlxs_dhc_get_auth_key()
9453 emlxs_dhc_set_auth_key(emlxs_hba_t *hba, dfc_auth_password_t *dfc_pwd) in emlxs_dhc_set_auth_key()
9784 emlxs_dhc_get_auth_key_table(emlxs_hba_t *hba, dfc_auth_password_t *auth_pwd) in emlxs_dhc_get_auth_key_table()