Searched refs:enump (Results 1 – 2 of 2) sorted by relevance
137 oss_mixer_enuminfo *enump; member191 if (d->controls[i].enump != NULL) in free_device()192 free(d->controls[i].enump); in free_device()248 return (cinfop->enump->strings + cinfop->enump->strindex[idx]); in get_enum_str()290 ci->enump = calloc(1, sizeof (*ci->enump)); in get_device_info()291 ci->enump->dev = -1; in get_device_info()292 ci->enump->ctrl = ci->ci.ctrl; in get_device_info()294 if (ioctl(fd, SNDCTL_MIX_ENUMINFO, ci->enump) < 0) { in get_device_info()
1075 const ipmpstat_enum_t *enump; in enum2str() local1077 for (enump = enums; enump->e_name != NULL; enump++) { in enum2str()1078 if (enump->e_val == enumval) { in enum2str()1079 (void) strlcpy(buf, enump->e_name, bufsize); in enum2str()