HomeSort by: relevance | last modified time | path
    Searched refs:blink (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/arch/sparc/sparc/
auxreg.c 75 #ifdef BLINK
78 static void blink(void *);
81 blink(void *zero) function in typeref:typename:void
89 * Blink rate is:
96 callout_reset(&blink_ch, s, blink, NULL);
170 #ifdef BLINK
172 blink((void *)0);
  /src/sys/dev/ieee1394/
fwphyreg.h 71 blink:1, member in struct:phyreg_base
103 blink:1,
  /src/sbin/bioctl/
bioctl.c 109 "blink",
931 * To blink/unblink a disk in enclosures.
942 int v, d, rv, blink = 0; local in function:bio_setblink
948 blink = BIOC_SBBLINK;
950 blink = BIOC_SBUNBLINK;
958 /* try setting blink on the device directly */
961 bb.bb_status = blink;
968 /* if the blink didnt work, try to find something that will */
998 location.target, blink);
1014 struct bioc_blink blink; local in function:bio_blink
    [all...]
  /src/sys/arch/hp300/stand/common/
grf_rbreg.h 102 vu_char blink; /* blink register 0x40a3 */ member in struct:rboxfb
grf_tcreg.h 99 vu_char blink; /* enable blink planes 0x40a0 */ member in struct:tcboxfb
ite_rb.c 95 * I cannot figure out how to make the blink planes stop. So, we
96 * must set both colormaps so that when the planes blink, and
113 regbase->blink = 0x00;
  /src/sys/arch/hp300/dev/
rboxreg.h 81 uint8_t blink; /* blink register 0x40a3 */ member in struct:rboxfb
topcatreg.h 75 uint8_t blink; /* enable blink planes 0x40a0 */ member in struct:tcboxfb
rbox.c 308 * I cannot figure out how to make the blink planes stop. So, we
309 * must set both colormaps so that when the planes blink, and
326 rb->blink = 0x00;
  /src/sys/arch/arm/marvell/
mvsocgpp.c 139 uint32_t mask, dir, valin, valout, polarity, blink; local in function:mvsocgpp_attach
143 dir = valin = valout = polarity = blink = 0;
204 blink = MVSOCGPP_READ(sc, MVSOCGPP_GPIOBE(i));
222 if (blink & mask) {
410 /* Blink every 2^24 TCLK */
438 aprint_normal_dev(sc->sc_dev, " Data Blink Enable: \t0x%08x\n",
458 aprint_normal_dev(sc->sc_dev, " High Blink Enable: \t0x%08x\n",
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/cavium-octeon/
octeon_3xxx.dts 22 /* irq, blink-activity, blink-link */
34 /* irq, blink-activity, blink-link */
octeon_68xx.dts 68 /* irq, blink-activity, blink-link */
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
orion5x-netgear-wnr854t.dts 61 label = "wnr854t:blink:power";
233 pmx_power_led_blink: pmx-power-led-blink {
armada-385-synology-ds116.dts 149 * sata0, and accesses to SATA disk 0 make it blink so it
rk3288-veyron-fievel.dts 490 pwr_led1_blink: pwr-led1-blink {
tegra114-roth.dts 333 nvidia,function = "blink";
tegra114-dalmore.dts 317 nvidia,function = "blink";
tegra30-asus-nexus7-grouper-common.dtsi 100 nvidia,function = "blink";
tegra30-beaver.dts 74 nvidia,function = "blink";
  /src/sys/dev/ic/
ciss.c 1394 struct ciss_blink *blink; local in function:ciss_ioctl
1493 blink = sc->scratch;
1509 bb->bb_status, blink);
1593 struct ciss_blink *blink)
1608 memcpy(blink, &ldp->bling, sizeof(*blink));
1613 ccb->ccb_len = sizeof(*blink);
1614 ccb->ccb_data = blink;
1625 cmd->cdb[7] = sizeof(*blink) >> 8; /* biiiig endian */
1626 cmd->cdb[8] = sizeof(*blink) & 0xff
    [all...]
  /src/share/terminfo/
terminfo 375 blink=\E[5m, invis=\E[8m, rev=\E[7m,
425 blink=\E[5m, bold=\E[1m, rev=\E[7m, rmpch=\E[10m,
444 blink=\E[5m, bold=\E[1m, invis=\E[8m, rev=\E[7m, rmso=\E[m,
674 # VT100 clones. It assumes video attributes for bold, blink,
849 bel=^G, blink=\E[5m, bold=\E[1m, civis=\Ef,
879 bel=^G, blink=\Er, bold=\EyA, civis=\Ef, clear=\EE,
898 bel=^G, blink=\Er, bold=\EyA, civis=\Ef, clear=\EE,
1187 bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l,
1248 # foreground colors and blink for bright background colors.
1302 bel=^G, blink=\E[5m, bold=\E[1m, clear=\Ec, cr=\r
    [all...]
  /src/sys/fs/hfs/
libhfs.h 289 uint32_t blink; member in struct:__anon46ade0a11708
libhfs.c 1031 * through their flink/blink, we can simply walk forward through
1380 out_node_descriptor->blink = be32tohp(&ptr);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
armada-8040-clearfog-gt-8k.dts 489 * LED1 - on: link, blink: activity
  /src/usr.sbin/fwctl/
fwcontrol.c 592 "Max_Legacy_SPD:%d BLINK:%d Bridge:%d\n"
600 b.legacy_spd, b.blink, b.bridge,

Completed in 33 milliseconds

1 2