Searched refs:ctrls (Results 1 – 7 of 7) sorted by relevance
172 sim_ctrl = &ctrls[ctrl->num]; in nandsim_create_ctrl()198 if (!ctrls[ctrl_num].created) { in nandsim_destroy_ctrl()202 if (ctrls[ctrl_num].running) { in nandsim_destroy_ctrl()206 memset(&ctrls[ctrl_num], 0, sizeof(ctrls[ctrl_num])); in nandsim_destroy_ctrl()323 if (!ctrls[num].created) in nandsim_start_ctrl()326 if (ctrls[num].running) in nandsim_start_ctrl()354 ctrls[num].running = 1; in nandsim_start_ctrl()373 if (!ctrls[num].created || !ctrls[num].running) { in nandsim_stop_ctrl()384 if (ctrls[num].sim_ctrl_dev) { in nandsim_stop_ctrl()390 ctrls[num].running = 0; in nandsim_stop_ctrl()[all …]
55 extern struct sim_ctrl_conf ctrls[MAX_SIM_DEV];118 params = &ctrls[device_get_unit(dev)]; in nandsim_attach()154 params = &ctrls[device_get_unit(dev)]; in nandsim_detach()
378 *ctrls = ctrlsptr; in create_ctrls()386 free(ctrls); in destroy_ctrls()468 struct sim_ctrl *ctrls; in parse_config() local492 destroy_ctrls(ctrls); in parse_config()499 destroy_ctrls(ctrls); in parse_config()506 destroy_ctrls(ctrls); in parse_config()519 destroy_ctrls(ctrls); in parse_config()531 ctrls[i].num); in parse_config()534 ctrls[i].num); in parse_config()537 ctrls[i].num); in parse_config()[all …]
35 uint32_t ctrls; member
32 have occurred (for example through calling custom ctrls). The BIO_get_init()
151 dynamic, perform initialization and send ctrls. The actual operation performed182 is equivalent to sending the ctrls B<SO_PATH> with the path argument followed184 not the required behaviour then alternative ctrls can be sent directly
2953 *) New ctrls to retrieve and set certificate types in a certificate3061 New ctrls to set curves we wish to support and to retrieve shared curves.3066 *) New ctrls to retrieve supported signature algorithms and3729 *) Expand range of ctrls for AES GCM. Permit setting invocation4916 *) Add "missing" ssl ctrls to clear options and mode.7261 ENGINE is initialized at that point (ctrls before that point are run