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

  /src/sys/compat/netbsd32/
netbsd32_compat_13.c 89 sigset13_t ess; local in function:compat_13_netbsd32_sigsuspend
92 ess = SCARG(uap, mask);
93 native_sigset13_to_sigset(&ess, &bss);
  /src/sys/compat/common/
kern_sig_13.c 179 sigset13_t ess; local in function:compat_13_sys_sigpending
183 native_sigset_to_sigset13(&bss, &ess);
184 *retval = ess;
194 sigset13_t ess; local in function:compat_13_sys_sigsuspend
197 ess = SCARG(uap, mask);
198 native_sigset13_to_sigset(&ess, &bss);
  /src/sys/dev/pci/
esm.c 182 "ESS Maestro",
266 esm_dump_regs(struct esm_softc *ess)
270 printf("%s registers:", device_xname(ess->sc_dev));
277 printf("%8.8x, ", bus_space_read_4(ess->st, ess->sh,
281 printf("%4.4x, ", bus_space_read_2(ess->st, ess->sh,
286 bus_space_read_1(ess->st, ess->sh,
306 struct esm_softc *ess; local in function:esm_read_codec
345 struct esm_softc *ess; local in function:esm_write_codec
514 struct esm_softc *ess; local in function:esm_attach_codec
533 struct esm_softc *ess; local in function:esm_flags_codec
658 struct esm_softc *ess; local in function:esm_init_output
680 struct esm_softc *ess; local in function:esm_init_input
711 struct esm_softc *ess; local in function:esm_trigger_output
826 struct esm_softc *ess; local in function:esm_trigger_input
991 struct esm_softc *ess; local in function:esm_halt_output
1013 struct esm_softc *ess; local in function:esm_halt_input
1209 struct esm_softc *ess; local in function:esm_set_format
1227 struct esm_softc *ess; local in function:esm_set_port
1236 struct esm_softc *ess; local in function:esm_get_port
1245 struct esm_softc *ess; local in function:esm_query_devinfo
1254 struct esm_softc *ess; local in function:esm_malloc
1284 struct esm_softc *ess; local in function:esm_free
1321 struct esm_softc *ess; local in function:esm_intr
1494 struct esm_softc *ess; local in function:esm_attach
1659 struct esm_softc *ess = device_private(self); local in function:esm_detach
1691 struct esm_softc *ess = device_private(dv); local in function:esm_suspend
1714 struct esm_softc *ess = device_private(dv); local in function:esm_resume
    [all...]

Completed in 106 milliseconds