Home
last modified time | relevance | path

Searched refs:defdev (Results 1 – 5 of 5) sorted by relevance

/netbsd/usr.bin/config/
H A Dsem.h53 void defdev(struct devbase *, struct loclist *, struct attrlist *, int);
H A Dgram.y422 { defdev($2, $3, $4, 0); }
446 { defdev($2, $3, $4, 1); }
451 { defdev($2, $3, $4, 2); }
H A Dsem.c513 defdev(struct devbase *dev, struct loclist *loclist, struct attrlist *attrs, in defdev() function
/netbsd/usr.bin/cdplay/
H A Dcdplay.c201 static char defdev[16]; in main() local
248 snprintf(defdev, sizeof(defdev), "cd0%c", in main()
250 cdname = defdev; in main()
/netbsd/sys/dev/hdaudio/
H A Dhdafg.c558 int defdev = COP_CFG_DEFAULT_DEVICE(w->w_pin.config); in hdafg_widget_pin_dump() local
561 hdafg_default_device[defdev], in hdafg_widget_pin_dump()
621 int conn, color, defdev; in hdafg_widget_pin_parse() local
673 defdev = COP_CFG_DEFAULT_DEVICE(w->w_pin.config); in hdafg_widget_pin_parse()
998 uint32_t conn, defdev, curdev, curport; in hdafg_assoc_dump() local
1024 defdev = COP_CFG_DEFAULT_DEVICE(w->w_pin.config); in hdafg_assoc_dump()
1026 devmask |= (1 << defdev); in hdafg_assoc_dump()
1055 defdev = COP_CFG_DEFAULT_DEVICE(w->w_pin.config); in hdafg_assoc_dump()
1056 if (conn != curport || defdev != curdev) in hdafg_assoc_dump()
1076 defdev = COP_CFG_DEFAULT_DEVICE(w->w_pin.config); in hdafg_assoc_dump()
[all …]