OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nop_out
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/iscsi/dist/src/lib/
target.c
604
iscsi_nop_out_args_t
nop_out
;
local
607
if (iscsi_nop_out_decap(header, &
nop_out
) != 0) {
611
if (
nop_out
.CmdSN != sess->ExpCmdSN) {
613
nop_out
.CmdSN, sess->ExpCmdSN);
614
sess->ExpCmdSN =
nop_out
.CmdSN;
620
if (
nop_out
.length) {
621
iscsi_trace(TRACE_ISCSI_DEBUG, "reading %u bytes ping data\n",
nop_out
.length);
622
if ((ping_data = iscsi_malloc(
nop_out
.length)) == NULL) {
626
if ((uint32_t)iscsi_sock_msg(sess->sock, 0,
nop_out
.length, ping_data, 0, sess->sess_params.header_digest) !=
nop_out
.length)
[
all
...]
initiator.c
1167
iscsi_nop_out_args_t *
nop_out
;
local
1190
nop_out
= (iscsi_nop_out_args_t *) cmd->ptr;
1191
if (
nop_out
->tag != 0xffffffff) {
1192
nop_out
->tag = tag;
1233
iscsi_nop_out_args_t *
nop_out
;
local
1271
nop_out
= (iscsi_nop_out_args_t *) cmd->ptr;
1272
if (
nop_out
->tag != 0xffffffff) {
1273
nop_out
->tag = tag;
1479
* (unless
NOP_OUT
without ping)
1577
*
NOP_OUT
(without ping) will have n
2480
iscsi_
nop_out
_args_t *
nop_out
;
local
2925
iscsi_
nop_out
_args_t *
nop_out
= NULL;
local
[
all
...]
/src/sys/dev/iscsi/
iscsi_pdu.h
434
nop_out_pdu_t
nop_out
;
member in union:pdu_header_s::__anon3151
Completed in 30 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026