/titanic_41/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_llist.c | 77 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 D | dapl_ia_util.c | 406 if (entry->blink != entry->flink) { in dapl_ia_graceful_close()
|
/titanic_41/usr/src/uts/common/idmap/ |
H A D | idmap_cache.c | 73 (ele)->blink = (ele)->flink->blink;\ 74 (ele)->flink->blink = (ele);\ 81 (ele)->flink->blink = (ele)->blink;\ 82 (ele)->blink->flink = (ele)->flink;\ 187 cache->sid2pid.head.blink = &cache->sid2pid.head; in kidmap_cache_create() 197 cache->uid2sid.head.blink = &cache->uid2sid.head; in kidmap_cache_create() 204 cache->gid2sid.head.blink = &cache->gid2sid.head; in kidmap_cache_create() 281 cache->sid2pid.head.blink = &cache->sid2pid.head; in kidmap_cache_purge() 299 cache->uid2sid.head.blink = &cache->uid2sid.head; in kidmap_cache_purge() 314 cache->gid2sid.head.blink = &cache->gid2sid.head; in kidmap_cache_purge() [all …]
|
H A D | kidmap_priv.h | 44 struct sid2pid *blink; member 58 struct pid2sid *blink; member
|
/titanic_41/usr/src/lib/libidmap/common/ |
H A D | idmap_cache.c | 69 (ele)->blink = (ele)->flink->blink;\ 70 (ele)->flink->blink = (ele);\ 77 (ele)->flink->blink = (ele)->blink;\ 78 (ele)->blink->flink = (ele)->flink;\ 93 struct sid2uid_gid *blink; member 107 struct pid2sid_winname *blink; member 121 struct winname2uid_gid *blink; member 294 idmap_cache.sid2uid_gid.head.blink = &idmap_cache.sid2uid_gid.head; in idmap_cache_create() 307 idmap_cache.uid2sid_winname.head.blink = in idmap_cache_create() 320 idmap_cache.gid2sid_winname.head.blink = in idmap_cache_create() [all …]
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | menu.lst | 82 color light-green/brown blink-red/blue
|
H A D | grub.info-2 | 792 prefix `blink-' to FOREGROUND if you want a blinking foreground
|
H A D | grub.info-1 | 1261 color light-green/brown blink-red/blue
|
H A D | grub.texi | 1425 color light-green/brown blink-red/blue 2292 prefix @code{blink-} to @var{foreground} if you want a blinking
|
H A D | grub.info | 1261 color light-green/brown blink-red/blue 2096 prefix `blink-' to FOREGROUND if you want a blinking foreground
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | terminfo.src | 364 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 D | termcap.src | 567 # 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 …]
|
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | getline.c | 480 const char *blink; /* Switch to a blinking font */ member 1850 gl->blink = NULL; in new_GetLine() 3529 gl->blink = NULL; in gl_control_strings() 3567 gl->blink = gl_tigetstr(gl, "blink"); in gl_control_strings() 3594 gl->blink = gl_tgetstr(gl, "mb", &tgetstr_buf_ptr); in gl_control_strings() 3644 if(!gl->blink) in gl_control_strings() 3645 gl->blink = GL_ESC_STR "[5m"; in gl_control_strings() 9890 gl_print_control_sequence(gl, 1, gl->blink))
|
/titanic_41/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl.h | 282 struct dapl_llist_entry *blink; member
|
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ |
H A D | scsb.c | 2676 uchar_t blink_bit, blink_reg, blink[SCSB_LEDDATA_REGISTERS]; in scsb_set_scfg_pres_leds() local 2687 blink[i] = 0; in scsb_set_scfg_pres_leds() 2805 blink[blink_idx] |= 1 << blink_bit; in scsb_set_scfg_pres_leds() 2839 if (!blink[i]) { in scsb_set_scfg_pres_leds() 2845 blink[i], reg); in scsb_set_scfg_pres_leds() 2847 if (scsb_write_mask(scsb, reg, 0, 0, blink[i])) { in scsb_set_scfg_pres_leds()
|
/titanic_41/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_prototype.h | 95 void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink);
|
H A D | i40e_common.c | 1532 void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink) in i40e_led_set() argument 1569 blink = FALSE; in i40e_led_set() 1571 if (blink) in i40e_led_set()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | caps | 162 enter_blink_mode, "blink" "mb" Turn on blinking
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 167 enter_blink_mode blink mb str Turn on blinking
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 167 enter_blink_mode blink mb str Turn on blinking
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | australasia | 1553 # going from 11:59 p.m. Thursday to 12:00 m. Saturday in a blink.
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 2653 blink
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 2652 blink
|
/titanic_41/usr/src/data/hwdata/ |
H A D | usb.ids | 18960 01ed blink(1)
|