Home
last modified time | relevance | path

Searched full:blink (Results 1 – 25 of 186) sorted by relevance

12345678

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmlist.h32 dmList_t *blink; member
38 ((dmList_t *)(hdr))->blink = (dmList_t *)(hdr); \
44 ((dmList_t *)(hdr))->blink = (dmList_t *)agNULL; \
50 ((dmList_t *)(toAddHdr))->blink = (dmList_t *)(listHdr) ; \
51 ((dmList_t *)(listHdr))->flink->blink = (dmList_t *)(toAddHdr); \
58 ((dmList_t *)(toAddHdr))->blink = ((dmList_t *)(listHdr))->blink; \
59 ((dmList_t *)(listHdr))->blink->flink = (dmList_t *)(toAddHdr); \
60 ((dmList_t *)(listHdr))->blink = (dmList_t *)(toAddHdr); \
71 ((dmList_t *)(hdr))->blink->flink = ((dmList_t *)(hdr))->flink; \
72 ((dmList_t *)(hdr))->flink->blink = ((dmList_t *)(hdr))->blink; \
[all …]
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmlist.h31 smList_t *blink; member
37 ((smList_t *)(hdr))->blink = (smList_t *)(hdr); \
43 ((smList_t *)(hdr))->blink = (smList_t *)agNULL; \
49 ((smList_t *)(toAddHdr))->blink = (smList_t *)(listHdr) ; \
50 ((smList_t *)(listHdr))->flink->blink = (smList_t *)(toAddHdr); \
57 ((smList_t *)(toAddHdr))->blink = ((smList_t *)(listHdr))->blink; \
58 ((smList_t *)(listHdr))->blink->flink = (smList_t *)(toAddHdr); \
59 ((smList_t *)(listHdr))->blink = (smList_t *)(toAddHdr); \
70 ((smList_t *)(hdr))->blink->flink = ((smList_t *)(hdr))->flink; \
71 ((smList_t *)(hdr))->flink->blink = ((smList_t *)(hdr))->blink; \
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdlist.h38 tdList_t *blink; member
47 ((tdList_t *)(hdr))->blink = (tdList_t *)(hdr); \
53 ((tdList_t *)(hdr))->blink = (tdList_t *)agNULL; \
59 ((tdList_t *)(toAddHdr))->blink = (tdList_t *)(listHdr) ; \
60 ((tdList_t *)(listHdr))->flink->blink = (tdList_t *)(toAddHdr); \
67 ((tdList_t *)(toAddHdr))->blink = ((tdList_t *)(listHdr))->blink; \
68 ((tdList_t *)(listHdr))->blink->flink = (tdList_t *)(toAddHdr); \
69 ((tdList_t *)(listHdr))->blink = (tdList_t *)(toAddHdr); \
80 ((tdList_t *)(hdr))->blink->flink = ((tdList_t *)(hdr))->flink; \
81 ((tdList_t *)(hdr))->flink->blink = ((tdList_t *)(hdr))->blink; \
[all …]
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dattributes14 # turn on blink
15 call OK attron $BLINK
16 call3 OK ($ACS_IS_WACS | $BOLD | $STANDOUT | $BLINK) 2 attr_get
19 call3 OK ($ACS_IS_WACS | $STANDOUT | $BLINK) 2 attr_get
20 # print out something to check our attributes are there, standout and blink
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-lgm.yaml41 Blink frequency for SOUTs in Hz.
75 intel,sso-hw-blink:
77 description: This property indicates Enable LED blink by Hardware.
79 intel,sso-blink-rate-hz:
80 description: LED HW blink frequency.
/freebsd/sys/dev/syscons/
H A Dscgfbrndr.c197 gfb_cursor_shape(scr_stat *scp, int base, int height, int blink) in gfb_cursor_shape() argument
207 blink); in gfb_cursor_shape()
214 gfb_cursor(scr_stat *scp, int at, int blink, int on, int flip) in gfb_cursor() argument
223 if(blink) { in gfb_cursor()
255 gfb_cursor(scr_stat *scp, int at, int blink, int on, int flip) in gfb_cursor() argument
265 if (!blink) { in gfb_cursor()
282 if (blink) in gfb_cursor()
H A Dscvgarndr.c348 vga_flipattr(u_short a, int blink) in vga_flipattr() argument
350 if (blink) in vga_flipattr()
359 vga_cursorattr_adj(scr_stat *scp, u_short a, int blink) in vga_cursorattr_adj() argument
370 bgmask = blink ? 0x7000 : 0xf000; in vga_cursorattr_adj()
379 return (vga_flipattr(a, blink)); in vga_cursorattr_adj()
380 return (fg | newbg | (blink ? a & 0x8000 : 0)); in vga_cursorattr_adj()
484 vga_txtcursor_shape(scr_stat *scp, int base, int height, int blink) in vga_txtcursor_shape() argument
491 scp->font_size, blink); in vga_txtcursor_shape()
547 vga_txtcursor(scr_stat *scp, int at, int blink, int on, int flip) in vga_txtcursor() argument
556 if (blink) { in vga_txtcursor()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp93 SavedRegs.set(ARC::BLINK); in determineCalleeSaves()
165 .addReg(ARC::BLINK, RegState::Implicit | RegState::Kill); in emitPrologue()
169 // If we haven't saved BLINK, but we need to...do that now. in emitPrologue()
171 LLVM_DEBUG(dbgs() << "Creating save blink.\n"); in emitPrologue()
196 // .cfi_offset blink, -StackSize+4 in emitPrologue()
215 nullptr, MRI->getDwarfRegNum(ARC::BLINK, true), CurOffset)); in emitPrologue()
224 // Skip BLINK and FP. in emitPrologue()
225 if ((hasFP(MF) && Reg == ARC::FP) || (MFI.hasCalls() && Reg == ARC::BLINK)) in emitPrologue()
295 .addReg(ARC::BLINK, RegState::Implicit | RegState::Kill); in emitEpilogue()
305 // Now, pop blink if necessary. in emitEpilogue()
[all …]
H A DARCRegisterInfo.td51 def BLINK : Core<31, "%blink">, DwarfRegNum<[31]>;
64 (add (sequence "R%u", 0, 25), GP, FP, SP, ILINK, R30, BLINK, (sequence "R%u", 32, 63))> {
65 let AltOrders=[(add (sequence "R%u", 0, 25), GP, FP, SP, ILINK, R30, BLINK)];
/freebsd/sys/dev/isci/scil/
H A Dscic_sgpio.h70 //Programmable Blink Pattern Durations
123 * @brief Use this to set both programmable blink patterns A & B in the
124 * SGPBR(Programmable Blink Register). Will set identical patterns
158 * @brief Communicates with hardware to set the blink pattern
186 * @brief Communicates with hardware to set the blink pattern
/freebsd/contrib/ntp/html/drivers/
H A Ddriver39.html12 …<h1><font face="Arial"><i><blink><font size="5">hopf</font></blink></i><font size="+2"> </font><fo…
47 …ont face="Arial"><i><blink><font size="5"><img src="../pic/fg6039.jpg" alt="gif" height="140" widt…
/freebsd/sys/dev/ida/
H A Didareg.h79 #define CMD_BLINK_DRV_LEDS 0x16 /* Blink drive tray LEDs */
291 * Blink Drive Tray LEDs
297 u_int32_t bd; /* Blink duration (in 10ths sec) */
298 u_int32_t bte; /* Blink time elapsed (sense only) */
299 u_int8_t bse[256]; /* Blink/seek enable */
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312reg.h94 #define AR5312_PCICFG_LEDSEL0 0 /* See blink rate table on p. 143 */
103 #define AR5312_PCICFG_LEDSBR 0x00000100 /* Slow blink rate if no
104 activity. 0 = blink @ lowest
/freebsd/share/man/man4/
H A Dps4dshock.478 LED blink.
81 LED blink.
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c83 * Set the blink operating mode. in ar5416SetLedState()
88 /* XXX Blink slow mode? */ in ar5416SetLedState()
89 /* XXX Blink threshold? */ in ar5416SetLedState()
90 /* XXX Blink sleep hystersis? */ in ar5416SetLedState()
93 * Set the LED blink configuration to be proportional in ar5416SetLedState()
97 * in the blink rate increasing. in ar5416SetLedState()
H A Dar5416reg.h247 #define AR_MAC_LED_BLINK_SLOW 0x00000008 /* LED slowest blink rate mode */
248 #define AR_MAC_LED_BLINK_THRESH_SEL 0x00000070 /* LED blink threshold select */
251 #define AR_MAC_LED_MODE_PROP 0 /* Blink prop to filtered tx/rx */
252 #define AR_MAC_LED_MODE_RPROP 1 /* Blink prop to unfiltered tx/rx */
253 #define AR_MAC_LED_MODE_SPLIT 2 /* Blink power for tx/net for rx */
254 #define AR_MAC_LED_MODE_RAND 3 /* Blink randomly */
/freebsd/sys/dev/firewire/
H A Dfwphyreg.h68 blink:1, member
100 blink:1,
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp133 struct bfhead *blink; /* Backward link */ member
239 data->freelist[i].ql.blink = &data->freelist[i]; in set_thr_data()
303 KMP_DEBUG_ASSERT(b->ql.blink == 0); in __kmp_bget_dequeue()
325 b->ql.blink = 0; in __kmp_bget_enqueue()
373 KMP_DEBUG_ASSERT(thr->freelist[bin].ql.blink->ql.flink == in __kmp_bget_insert_into_freelist()
375 KMP_DEBUG_ASSERT(thr->freelist[bin].ql.flink->ql.blink == in __kmp_bget_insert_into_freelist()
379 b->ql.blink = thr->freelist[bin].ql.blink; in __kmp_bget_insert_into_freelist()
381 thr->freelist[bin].ql.blink = b; in __kmp_bget_insert_into_freelist()
382 b->ql.blink->ql.flink = b; in __kmp_bget_insert_into_freelist()
387 KMP_DEBUG_ASSERT(b->ql.blink->ql.flink == b); in __kmp_bget_remove_from_freelist()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp65 r27, fp = r27, r28, sp = r28, r29, r30, r31, blink = r31, enumerator
103 DEFINE_GENERIC_REGISTER_STUB(r31, "blink", LLDB_REGNUM_GENERIC_RA),
566 // The previous PC is in the BLINK. in CreateFunctionEntryUnwindPlan()
567 row->SetRegisterLocationToRegister(dwarf::pc, dwarf::blink, true); in CreateFunctionEntryUnwindPlan()
590 static const std::string ra_reg_name = "blink"; in RegisterIsVolatile()
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Dcn9130-cf-base.dts66 * - LED[0]: link/activity: On/blink (green)
106 * - LED[0]: link/activity: On/blink (green)
/freebsd/share/misc/
H A Dusb_hid_usages517 0x3F Indicator Slow Blink
518 0x40 Indicator Fast Blink
521 0x43 Slow Blink On Time
522 0x44 Slow Blink Off Time
523 0x45 Fast Blink On Time
524 0x46 Fast Blink Off Time
1169 0x3A Cursor Blink
1188 0x4D Char Attr Blink
/freebsd/sys/contrib/device-tree/src/mips/cavium-octeon/
H A Docteon_3xxx.dts22 /* irq, blink-activity, blink-link */
34 /* irq, blink-activity, blink-link */
/freebsd/contrib/ncurses/misc/
H A Demx.src102 blink=\E[5m,
123 blink=\E[5m,
331 # mb <-> blink turn on blinking
338 blink=\E[5m,
351 blink=\E[5m,
376 blink=\E[5m,
796 blink=\ES\EW,
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,dove-pinctrl.txt76 pmu-blink Pin is used for blink function
/freebsd/contrib/netbsd-tests/lib/libcurses/
H A Datf.terminfo6 bel=bel, blink=blink, bold=bold, cbt=cbt, civis=civis, clear=clear,

12345678