OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_info
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/dev/iscsi/
iscsi_ioctl.h
51
unsigned int
auth_info
:1;
member in struct:__anonb1d6e0de0108::__anonb1d6e0de0208
59
iscsi_auth_info_t
auth_info
;
member in struct:__anonb1d6e0de0108
85
auth_info
iscsi_ioctl.c
1042
if (par->is_present.
auth_info
) {
1045
if (par->
auth_info
.auth_number > ISCSI_AUTH_OPTIONS) {
1046
DEBOUT(("Auth number invalid: %d\n", par->
auth_info
.auth_number));
1050
if (par->
auth_info
.auth_number > 2) {
1051
DEBOUT(("Auth number invalid: %d\n", par->
auth_info
.auth_number));
1055
for (i = 0, n = 0; i < par->
auth_info
.auth_number; i++) {
1057
if (par->
auth_info
.auth_type[i] < ISCSI_AUTH_None) {
1059
par->
auth_info
.auth_type[i]));
1063
if (par->
auth_info
.auth_type[i] > ISCSI_AUTH_CHAP) {
1065
par->
auth_info
.auth_type[i]))
[
all
...]
iscsi_text.c
1285
if (cpar != NULL && par->is_present.
auth_info
&&
1286
par->
auth_info
.auth_number > 0) {
1287
if (par->
auth_info
.auth_number > ISCSI_AUTH_OPTIONS) {
1291
cpar->list_num = par->
auth_info
.auth_number;
1293
cpar->val.nval[i] = par->
auth_info
.auth_type[i];
1294
if (par->
auth_info
.auth_type[i])
1486
if (par->
auth_info
.mutual_auth) {
1513
if (!par->
auth_info
.mutual_auth || response == NULL) {
/src/sys/lib/libsa/
rpc.c
70
struct
auth_info
{
struct
99
struct
auth_info
rok_auth;
120
struct
auth_info
*auth;
149
auth = (struct
auth_info
*)send_head;
158
auth = (struct
auth_info
*)send_head;
/src/sys/fs/nfs/common/
krpc_subr.c
75
struct
auth_info
{
struct
95
struct
auth_info
rpc_auth;
97
struct
auth_info
rpc_verf;
107
struct
auth_info
rok_auth;
/src/sys/nfs/
krpc_subr.c
78
struct
auth_info
{
struct
98
struct
auth_info
rpc_auth;
100
struct
auth_info
rpc_verf;
116
struct
auth_info
rok_auth;
/src/sbin/iscsictl/
iscsic_parse.c
375
auth->
auth_info
.auth_type[n] = ISCSI_AUTH_None;
378
auth->
auth_info
.auth_type[n] = ISCSI_AUTH_CHAP;
381
auth->
auth_info
.auth_type[n] = ISCSI_AUTH_CHAP;
382
auth->
auth_info
.mutual_auth = 1;
390
auth->
auth_info
.auth_number = n;
/src/sbin/iscsid/
iscsid.h
353
iscsi_auth_info_t
auth_info
;
member in struct:__anonacab674b0f08
364
auth_info
iscsid_driverif.c
387
if (target->auth.
auth_info
.auth_number) {
388
loginp.is_present.
auth_info
= 1;
389
loginp.
auth_info
= target->auth.
auth_info
;
Completed in 43 milliseconds
Indexes created Sun Oct 19 16:10:00 GMT 2025