OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setleds
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/evbppc/pmppc/
machdep.c
160
void
setleds
(int leds);
381
setleds
(int leds)
function
/src/sys/dev/sun/
kbdvar.h
98
int (*
setleds
)(struct kbd_softc *, int, int);
member in struct:kbd_ops
/src/sys/arch/mac68k/dev/
akbd.c
77
static int
setleds
(struct akbd_softc *, u_char);
383
setleds
(struct akbd_softc *ksc, u_char leds)
function
432
(void)
setleds
(ksc, blinkleds);
440
(void)
setleds
(ksc, (u_char)0x00);
441
} while (
setleds
(ksc, (u_char)0x00) && (i-- > 0));
/src/sys/arch/macppc/dev/
akbd.c
72
static int
setleds
(struct akbd_softc *, u_char);
361
setleds
(struct akbd_softc *ksc, u_char leds)
function
409
(void)
setleds
(ksc, blinkleds);
417
(void)
setleds
(ksc, (u_char)0x00);
418
} while (
setleds
(ksc, (u_char)0x00) && (i-- > 0));
Completed in 28 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026