Home
last modified time | relevance | path

Searched defs:xpos (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/syscons/daemon/
H A Ddaemon_saver.c125 clear_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in clear_daemon()
141 draw_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in draw_daemon()
183 clear_string(sc_softc_t *sc, int xpos, int ypos, int xoff, char *s, int len) in clear_string()
193 draw_string(sc_softc_t *sc, int xpos, int ypos, int xoff, u_char *s, int len) in draw_string()
/freebsd/contrib/wpa/src/crypto/
H A Dfips_prf_internal.c22 u8 *xpos = x; in fips186_2_prf() local
H A Dfips_prf_wolfssl.c41 u8 *xpos = x; in fips186_2_prf() local
H A Dfips_prf_openssl.c66 u8 *xpos = x; in fips186_2_prf() local
H A Daes-gcm.c106 const u8 *xpos = x; in ghash() local
147 const u8 *xpos = x; in aes_gctr() local
/freebsd/sys/dev/syscons/logo/
H A Dlogo_saver.c93 static int xpos = 0, ypos = 0; in logo_update() local
/freebsd/tools/sched/
H A Dschedgraph.py669 def draw(self, canvas, xpos, ypos, item): argument
715 def draw(self, canvas, xpos, ypos): argument
730 def draw(self, canvas, xpos, ypos): argument
757 def draw(self, canvas, xpos, ypos): argument
786 def draw(self, canvas, xpos, ypos): argument
862 def move(self, canvas, xpos, ypos): argument
865 def movename(self, canvas, xpos, ypos): argument
/freebsd/crypto/openssl/apps/
H A Dengine.c158 int xpos = 0; in util_verbose() local
/freebsd/sys/dev/syscons/
H A Dsyscons.h283 int xpos; /* current X position */ member