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

  /src/usr.bin/videoctl/
videoctl.c 53 static void video_print(const char *);
163 video_print(argv[0]);
515 video_print(const char *name) function in typeref:typename:void
  /src/sys/dev/
video.c 195 static int video_print(void *, const char *);
415 video_print(void *aux, const char *pnp) function in typeref:typename:int
418 DPRINTF(("video_print: have pnp\n"));
421 DPRINTF(("video_print: pnp is NULL\n"));
438 return config_found(parent, &args, video_print,

Completed in 15 milliseconds