Home
last modified time | relevance | path

Searched refs:ctrlname (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/engine/
Deng_cnf.c50 const char *ctrlname, *ctrlvalue; in int_engine_configure() local
66 ctrlname = skip_dot(ecmd->name); in int_engine_configure()
69 ctrlname, ctrlvalue); in int_engine_configure()
74 if (strcmp(ctrlname, "engine_id") == 0) in int_engine_configure()
76 else if (strcmp(ctrlname, "soft_load") == 0) in int_engine_configure()
79 else if (strcmp(ctrlname, "dynamic_path") == 0) { in int_engine_configure()
111 if (strcmp(ctrlname, "init") == 0) { in int_engine_configure()
121 } else if (strcmp(ctrlname, "default_algorithms") == 0) { in int_engine_configure()
124 } else if (!ENGINE_ctrl_cmd_string(e, ctrlname, ctrlvalue, 0)) in int_engine_configure()
/netbsd/src/usr.bin/videoctl/
Dvideoctl.c568 const char *ctrlname; in video_print_ctrl() local
578 ctrlname = video_cid2name(ctrl.id); in video_print_ctrl()
579 if (ctrlname) in video_print_ctrl()
580 printf("ctrl.%s=%d\n", ctrlname, ctrl.value); in video_print_ctrl()
617 char *ctrlname = key + strlen("ctrl."); in video_set() local
618 uint32_t ctrl_id = video_name2cid(ctrlname); in video_set()
637 const char *ctrlname; in video_set_ctrl() local
641 ctrlname = video_cid2name(ctrl_id); in video_set_ctrl()
651 err(EXIT_FAILURE, "VIDIOC_S_CTRL failed for '%s'", ctrlname); in video_set_ctrl()
654 err(EXIT_FAILURE, "VIDIOC_G_CTRL failed for '%s'", ctrlname); in video_set_ctrl()
[all …]
/netbsd/src/sys/dev/pci/
Dmlyreg.h278 u_int8_t ctrlname[2][16+1]; /* N/A */ member