OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:task_type
(Results
1 - 12
of
12
) 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/external/bsd/nsd/dist/
difffile.c
1605
TASKLIST(&e)->
task_type
= task_soa_info;
1671
TASKLIST(&e)->
task_type
= task_expire;
1687
TASKLIST(&e)->
task_type
= task_check_zonefiles;
1702
TASKLIST(&e)->
task_type
= task_write_zonefiles;
1716
TASKLIST(&e)->
task_type
= task_set_verbosity;
1735
TASKLIST(&e)->
task_type
= task_add_zone;
1753
TASKLIST(&e)->
task_type
= task_del_zone;
1769
TASKLIST(&e)->
task_type
= task_add_key;
1789
TASKLIST(&e)->
task_type
= task_del_key;
1808
TASKLIST(&e)->
task_type
= task_cookies
[
all
...]
difffile.h
117
}
task_type
;
member in struct:task_list_d
xfrd.c
513
if(TASKLIST(&t)->
task_type
== task_apply_xfr) {
2978
switch(task->
task_type
) {
2989
"reload type %d", (int)task->
task_type
);
server.c
2385
if(TASKLIST(&t)->
task_type
!= task_apply_xfr) {
2419
assert(TASKLIST(xfrs2process)->
task_type
== task_apply_xfr);
2436
assert(TASKLIST(xfrs2process)->
task_type
== task_apply_xfr);
/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 56 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026