OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:task_type
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libisns/
isns_task.h
71
uint8_t
task_type
;
member in struct:isns_task_s
isns_task.c
67
DBG("isns_run_task:
task_type
=%d\n", task_p->
task_type
);
69
if (task_p->
task_type
< ARRAY_ELEMS(task_dispatch_table))
70
task_dispatch_table[task_p->
task_type
](task_p);
72
DBG("isns_run_task: unknown task type=%d\n", task_p->
task_type
);
400
isns_new_task(struct isns_config_s *cfg_p, uint8_t
task_type
, int waitable)
412
task_p->
task_type
=
task_type
;
507
if ((task_p->
task_type
== ISNS_TASK_SEND_PDU)
isns_util.c
157
if (task_p->
task_type
== ISNS_TASK_SEND_PDU)
163
if (task_p->
task_type
== ISNS_TASK_SEND_PDU)
isns_thread.c
108
if (task_p->
task_type
!= ISNS_TASK_INIT_SOCKET_IO) {
isns_pdu.c
552
&& (task_p->
task_type
== ISNS_TASK_SEND_PDU)
/src/sys/dev/pci/
mpiireg.h
876
u_int8_t
task_type
;
member in struct:mpii_msg_scsi_task_request
903
u_int8_t
task_type
;
member in struct:mpii_msg_scsi_task_reply
mpii.c
2141
stq->
task_type
= MPII_SCSI_TASK_TARGET_RESET;
3116
stq->
task_type
= MPII_SCSI_TASK_TARGET_RESET;
mfii.c
2775
req->
task_type
= type;
Completed in 20 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025