Home
last modified time | relevance | path

Searched refs:bbc_beep_state_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dbbc_beep.c70 static void bbc_beep_cleanup(bbc_beep_state_t *);
71 static int bbc_beep_map_regs(dev_info_t *, bbc_beep_state_t *);
72 static bbc_beep_state_t *bbc_beep_obtain_state(dev_info_t *);
130 sizeof (bbc_beep_state_t), 1)) != 0) { in _init()
180 bbc_beep_state_t *bbc_beeptr = NULL; in bbc_beep_attach()
247 bbc_beep_state_t *bbc_beeptr = NULL; in bbc_beep_detach()
284 bbc_beep_state_t *bbc_beeptr; in bbc_beep_info()
332 bbc_beep_state_t *bbc_beeptr = bbc_beep_obtain_state(dip); in bbc_beep_freq()
367 bbc_beep_state_t *bbc_beeptr = bbc_beep_obtain_state(dip); in bbc_beep_on()
386 bbc_beep_state_t *bbc_beeptr = bbc_beep_obtain_state(dip); in bbc_beep_off()
[all …]
/illumos-gate/usr/src/uts/sun4/sys/
H A Dbbc_beep.h88 } bbc_beep_state_t; typedef