HomeSort by: relevance | last modified time | path
    Searched defs:videoctl_cid_names (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/videoctl/
videoctl.c 75 } videoctl_cid_names[] = { variable in typeref:typename:const struct __anond8d211110108[]
669 for (i = 0; i < __arraycount(videoctl_cid_names); i++)
670 if (videoctl_cid_names[i].id == id)
671 return videoctl_cid_names[i].name;
681 for (i = 0; i < __arraycount(videoctl_cid_names); i++)
682 if (strcmp(name, videoctl_cid_names[i].name) == 0)
683 return videoctl_cid_names[i].id;

Completed in 10 milliseconds