Home
last modified time | relevance | path

Searched defs:jtr_device (Results 1 – 4 of 4) sorted by relevance

/dports/security/john/john-1.9.0-jumbo-1/src/ztex/
H A Djtr_device.h34 struct jtr_device { struct
35 struct jtr_device *next; argument
47 // on jtr_device with unconfigured comparator cmp_config_id is -1. argument
49 // each task is assigned an ID, unique within jtr_device argument
55 struct jtr_device *device; argument
H A Dtask.c141 void task_assign(struct task *task, struct jtr_device *jtr_device) in task_assign()
272 int tasks_deassign(struct task_list *task_list, struct jtr_device *jtr_device) in tasks_deassign()
287 struct jtr_device *jtr_device, int id) in task_find()
H A Dtask.h58 struct jtr_device *jtr_device; member
H A Djtr_device.c202 struct jtr_device *jtr_device) in jtr_device_delete()