Home
last modified time | relevance | path

Searched refs:blink (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_llist.c77 entry->blink = NULL; in dapl_llist_init_entry()
109 entry->blink = entry; in dapl_llist_add_head()
113 entry->blink = first->blink; in dapl_llist_add_head()
114 first->blink->flink = entry; in dapl_llist_add_head()
115 first->blink = entry; in dapl_llist_add_head()
139 entry->blink = entry; in dapl_llist_add_tail()
141 last = (*head)->blink; in dapl_llist_add_tail()
143 entry->blink = last; in dapl_llist_add_tail()
144 last->flink->blink = entry; in dapl_llist_add_tail()
169 entry->blink = entry; in dapl_llist_add_entry()
[all …]
H A Ddapl_ia_util.c404 if (entry->blink != entry->flink) { in dapl_ia_graceful_close()
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c75 (ele)->blink = (ele)->flink->blink;\
76 (ele)->flink->blink = (ele);\
83 (ele)->flink->blink = (ele)->blink;\
84 (ele)->blink->flink = (ele)->flink;\
200 sid2pid_hb->head.blink = &sid2pid_hb->head; in kidmap_cache_create()
217 uid2sid_hb->head.blink = &uid2sid_hb->head; in kidmap_cache_create()
231 gid2sid_hb->head.blink = &gid2sid_hb->head; in kidmap_cache_create()
348 sid2pid_hb->head.blink = &sid2pid_hb->head; in kidmap_cache_purge()
370 uid2sid_hb->head.blink = &uid2sid_hb->head; in kidmap_cache_purge()
389 gid2sid_hb->head.blink = &gid2sid_hb->head; in kidmap_cache_purge()
[all …]
H A Dkidmap_priv.h49 struct sid2pid *blink; member
63 struct pid2sid *blink; member
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_cache.c73 (ele)->blink = (ele)->flink->blink;\
74 (ele)->flink->blink = (ele);\
81 (ele)->flink->blink = (ele)->blink;\
82 (ele)->blink->flink = (ele)->flink;\
97 struct sid2uid_gid *blink; member
111 struct pid2sid_winname *blink; member
125 struct winname2uid_gid *blink; member
298 idmap_cache.sid2uid_gid.head.blink = &idmap_cache.sid2uid_gid.head; in idmap_cache_create()
311 idmap_cache.uid2sid_winname.head.blink = in idmap_cache_create()
324 idmap_cache.gid2sid_winname.head.blink = in idmap_cache_create()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmenu.lst82 color light-green/brown blink-red/blue
H A Dgrub.info-2792 prefix `blink-' to FOREGROUND if you want a blinking foreground
H A Dgrub.info-11261 color light-green/brown blink-red/blue
H A Dgrub.texi1425 color light-green/brown blink-red/blue
2292 prefix @code{blink-} to @var{foreground} if you want a blinking
H A Dgrub.info1261 color light-green/brown blink-red/blue
2096 prefix `blink-' to FOREGROUND if you want a blinking foreground
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src364 blink=\E[5m, invis=\E[8m, rev=\E[7m,
399 blink=\E[5m, bold=\E[1m, rev=\E[7m, rmpch=\E[10m,
416 blink=\E[5m, bold=\E[1m, invis=\E[8m, rev=\E[7m, rmso=\E[m,
596 # vt100 clones. It assumes video attributes for bold, blink,
743 bel=^G, blink=\E[5m, bold=\E[1m, civis=\Ef,
769 bel=^G, blink=\Er, bold=\EyA, civis=\Ef, clear=\EE,
786 bel=^G, blink=\Er, bold=\EyA, civis=\Ef, clear=\EE,
1013 # foreground colors and blink for bright background colors.
1052 bel=^G, blink=\E[5m, bold=\E[1m, clear=\Ec, cr=^M,
1101 bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l,
[all …]
H A Dtermcap.src567 # vt100 clones. It assumes video attributes for bold, blink,
937 # foreground colors and blink for bright background colors.
2784 # (from the XFree86 3.2 distribution, <blink=@> removed)
2806 # (from XFree86 3.2 distribution, <acsc> and :it: added, <blink@> removed)
4260 # bold font and blink attribute separated from bright colors. But they
4651 # blink=\E[5m
4995 # blink [blink] not implemented very usefully in cygwin? \E[5m
7780 # to display both color and blink. In the final analysis I am not
9229 # The terminal has either bold or blink, depending on options
9849 # Pn= > Cursor blink
[all …]
/illumos-gate/usr/src/data/terminfo/extras/
H A Drxvt-unicode.terminfo20 blink=\E[5m,
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c479 const char *blink; /* Switch to a blinking font */ member
1849 gl->blink = NULL; in new_GetLine()
3528 gl->blink = NULL; in gl_control_strings()
3566 gl->blink = gl_tigetstr(gl, "blink"); in gl_control_strings()
3593 gl->blink = gl_tgetstr(gl, "mb", &tgetstr_buf_ptr); in gl_control_strings()
3643 if(!gl->blink) in gl_control_strings()
3644 gl->blink = GL_ESC_STR "[5m"; in gl_control_strings()
9890 gl_print_control_sequence(gl, 1, gl->blink))
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h276 struct dapl_llist_entry *blink; member
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h96 void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink);
H A Di40e_common.c1611 void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink) in i40e_led_set() argument
1663 if (blink) in i40e_led_set()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps160 enter_blink_mode, "blink" "mb" Turn on blinking
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps165 enter_blink_mode blink mb str Turn on blinking
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps167 enter_blink_mode blink mb str Turn on blinking
/illumos-gate/usr/src/cmd/spell/
H A Dlist2652 blink
/illumos-gate/usr/src/cmd/look/
H A Dwords2653 blink
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids22499 01ed blink(1)