Searched refs:ctrls (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/dev/nand/ |
| D | nandsim.c | 48 struct sim_ctrl_conf ctrls[MAX_SIM_DEV]; variable 170 sim_ctrl = &ctrls[ctrl->num]; in nandsim_create_ctrl() 196 if (!ctrls[ctrl_num].created) { in nandsim_destroy_ctrl() 200 if (ctrls[ctrl_num].running) { in nandsim_destroy_ctrl() 204 memset(&ctrls[ctrl_num], 0, sizeof(ctrls[ctrl_num])); in nandsim_destroy_ctrl() 220 ctrl->num_cs = ctrls[ctrl->num].num_cs; in nandsim_ctrl_status() 221 ctrl->ecc = ctrls[ctrl->num].ecc; in nandsim_ctrl_status() 222 memcpy(ctrl->ecc_layout, ctrls[ctrl->num].ecc_layout, in nandsim_ctrl_status() 224 strlcpy(ctrl->filename, ctrls[ctrl->num].filename, in nandsim_ctrl_status() 226 ctrl->running = ctrls[ctrl->num].running; in nandsim_ctrl_status() [all …]
|
| D | nandsim_ctrl.c | 53 extern struct sim_ctrl_conf ctrls[MAX_SIM_DEV]; 116 params = &ctrls[device_get_unit(dev)]; in nandsim_attach() 152 params = &ctrls[device_get_unit(dev)]; in nandsim_detach()
|
| /freebsd-10-stable/usr.sbin/nandsim/ |
| D | nandsim_cfgparse.c | 326 create_ctrls(struct rcfile *f, struct sim_ctrl **ctrls, int *cnt) in create_ctrls() argument 376 *ctrls = ctrlsptr; in create_ctrls() 381 destroy_ctrls(struct sim_ctrl *ctrls) in destroy_ctrls() argument 384 free(ctrls); in destroy_ctrls() 466 struct sim_ctrl *ctrls; in parse_config() local 482 if (create_ctrls(f, &ctrls, &ctrlsectionscnt) != 0) { in parse_config() 490 destroy_ctrls(ctrls); in parse_config() 496 if (validate_ctrls(ctrls, ctrlsectionscnt) != 0) { in parse_config() 497 destroy_ctrls(ctrls); in parse_config() 502 if (validate_chips(chips, chipsectionscnt, ctrls, in parse_config() [all …]
|
| /freebsd-10-stable/crypto/openssl/doc/apps/ |
| D | config.pod | 125 dynamic, perform initialization and send ctrls. The actual operation performed 156 is equivalent to sending the ctrls B<SO_PATH> with the path argument followed 158 not the required behaviour then alternative ctrls can be sent directly
|
| /freebsd-10-stable/crypto/openssl/ |
| D | CHANGES | 1273 *) Expand range of ctrls for AES GCM. Permit setting invocation 2457 *) Add "missing" ssl ctrls to clear options and mode. 4802 ENGINE is initailized at that point (ctrls before that point are run
|