Searched refs:ctrl_arg (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/audio/impl/ |
H A D | audio_ctrl.c | 148 ctrl->ctrl_arg = NULL; in audio_dev_add_control() 191 ctrl->ctrl_arg = arg; in audio_dev_add_control() 196 ctrl->ctrl_arg = arg; in audio_dev_add_control() 303 ret = ctrl->ctrl_read_fn(ctrl->ctrl_arg, &my_value); in audio_control_read() 341 ret = ctrl->ctrl_write_fn(ctrl->ctrl_arg, value); in audio_control_write() 373 ret = ctrl->ctrl_read_fn(ctrl->ctrl_arg, &ctrl->ctrl_saved); in auimpl_save_controls() 401 ret = ctrl->ctrl_write_fn(ctrl->ctrl_arg, ctrl->ctrl_saved); in auimpl_restore_controls()
|
H A D | audio_impl.h | 419 void *ctrl_arg; member
|
/titanic_41/usr/src/cmd/ldap/common/ |
H A D | common.c | 297 char *ctrl_arg, *ctrl_oid=NULL, *ctrl_value=NULL; local 665 if ( (ctrl_arg = strdup( optarg)) == NULL ) { 669 if (ldaptool_parse_ctrl_arg(ctrl_arg, ':', &ctrl_oid, 1843 ldaptool_parse_ctrl_arg(char *ctrl_arg, char sep, argument 1856 if(!(s=strchr(ctrl_arg, sep))) { 1862 if (!(s=strchr(ctrl_arg, ':'))) { 1863 *ctrl_oid = ctrl_arg; 1872 *ctrl_oid = ctrl_arg; 1877 *ctrl_oid = ctrl_arg; 1892 *ctrl_oid = ctrl_arg;
|
H A D | ldaptool.h | 199 int ldaptool_parse_ctrl_arg ( char *ctrl_arg, char sep, char **ctrl_oid,
|