Searched refs:xhz (Results 1 – 3 of 3) sorted by relevance
/netbsd/sys/dev/ |
H A D | spkr_audio.c | 66 spkr_audio_tone(device_t self, u_int xhz, u_int ticks) in spkr_audio_tone() argument 71 device_printf(self, "%s: %u %u\n", __func__, xhz, ticks); in spkr_audio_tone() 74 if (xhz == 0 || ticks == 0) in spkr_audio_tone() 77 audiobell(sc->sc_audiodev, xhz, hztoms(ticks), sc->sc_spkr.sc_vol, 0); in spkr_audio_tone()
|
/netbsd/sys/dev/isa/ |
H A D | spkr_pcppi.c | 83 spkr_pcppi_tone(device_t self, u_int xhz, u_int ticks) in spkr_pcppi_tone() argument 86 device_printf(self, "%s: %u %u\n", __func__, xhz, ticks); in spkr_pcppi_tone() 89 (*sc->sc_bell_func)(sc->sc_pcppicookie, xhz, ticks, PCPPI_BELL_SLEEP); in spkr_pcppi_tone()
|
/netbsd/etc/ssh/ |
H A D | ssh_known_hosts | 39 build.netbsd.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICUM7QeCYsh/mqacK2ZARQrmYtTeB+PWg5FiMruS+xhz
|