Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 2483) sorted by path

12345678910>>...100

/illumos-gate/usr/src/
H A DMakefile.msg.targ59 /^domain/ { next; } \
61 if ( $$0 !~ /^msgstr/ ) next; \
70 next; \
H A DREADME.license-files27 properly communicate the license terms. What do you do next?
/illumos-gate/usr/src/boot/common/
H A Dconsole.c316 char *curpos, *dup, *next; in cons_check() local
318 dup = next = strdup(string); in cons_check()
320 while (next != NULL) { in cons_check()
321 curpos = strsep(&next, " ,"); in cons_check()
382 char *curpos, *dup, *next; in cons_change() local
390 dup = next = strdup(string); in cons_change()
394 while (next != NULL) { in cons_change()
395 curpos = strsep(&next, " ,"); in cons_change()
H A Dgfx_fb.c1886 struct fontlist *fl, *next; in gfx_get_font() local
1906 next = STAILQ_NEXT(fl, font_next); in gfx_get_font()
1911 if (next == NULL || next->font_data->height < size) { in gfx_get_font()
2276 next = STAILQ_NEXT(entry, font_next); in insert_font()
2277 if (next == NULL || in insert_font()
2278 size > next->font_data->width * next->font_data->height) { in insert_font()
2474 TAILQ_INSERT_TAIL(res, rp, next); in gfx_get_edid_resolution()
2515 TAILQ_FOREACH(p, res, next) { in gfx_get_edid_resolution()
2521 TAILQ_INSERT_BEFORE(p, rp, next); in gfx_get_edid_resolution()
2524 if (TAILQ_NEXT(p, next) == NULL) { in gfx_get_edid_resolution()
[all …]
H A Dgfx_fb.h131 TAILQ_ENTRY(resolution) next;
H A Dinterp.c187 struct includeline *next; member
230 script = script->next; in include()
241 sp->next = NULL; in include()
246 se->next = sp; in include()
261 for (sp = script; sp != NULL; sp = sp->next) { in include()
279 script = script->next; in include()
H A Disapnp.h283 struct pnp_dlist_node *next; member
/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c585 TAILQ_REMOVE(&res, rp, next); in print_efifb()
713 TAILQ_REMOVE(&res, rp, next); in gop_default_mode()
H A Dmemmap.c79 struct smap_buf *cur, *next; in efi_getsmap() local
98 next = NULL; in efi_getsmap()
101 if (next == NULL) { in efi_getsmap()
102 next = malloc(sizeof (*next)); in efi_getsmap()
103 if (next == NULL) in efi_getsmap()
107 next->sb_smap.length = in efi_getsmap()
119 next->sb_smap.type = type; in efi_getsmap()
127 addr = next->sb_smap.base + next->sb_smap.length; in efi_getsmap()
130 next->sb_smap.length += in efi_getsmap()
135 next = NULL; in efi_getsmap()
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th135 read_line \ skip over next line
H A Dbrand-fbsd.4th32 1+ \ increase y for next time we're called
H A Dbrand-illumos.4th30 1+ \ increase y for next time we're called
H A Dloader.4th362 \ or skip to next option block
371 \ skip to next option in list
422 \ not acpi option, skip to next option in list
571 \ the next word
H A Dlogo-beastie.4th35 1+ \ increase y for next time we're called
H A Dlogo-beastiebw.4th33 1+ \ increase y for next time we're called
H A Dlogo-fbsdbw.4th33 1+ \ increase y for next time we're called
H A Dlogo-illumos.4th34 1+ \ increase y for next time we're called
H A Dlogo-orb.4th33 1+ \ increase y for next time we're called
H A Dlogo-orbbw.4th32 1+ \ increase y for next time we're called
H A Dmenu-commands.4th330 cycle_menuitem \ cycle cycle_stateN to next value
376 cycle_menuitem \ cycle cycle_stateN to next value
445 cycle_menuitem \ cycle cycle_stateN to next value
552 \ Switch to the next page of boot environments
H A Dmenu.4th196 \ increments the cursor position to the next row for the creation of the next
H A Dmenusets.4th300 ( c-addr1 u1 c-addr2 u2 c ) \ get next src-addr byte
331 \ The next few blocks will determine if we should use the default
H A Dsupport.4th54 \ cell module.next list chain
133 ptr module.next
147 ptr pf.next \ preloaded_file
154 ptr km.next \ kernel_module
160 ptr md.next \ file_metadata
900 module.next @
1102 r> module.next @ >r
1134 module.next @
1157 dup module.next @
1620 module.next @
[all …]
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S154 inc %di # Address next
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dgptldr.S93 mov %ds,%ax # the end of the next 32k to
97 mov %es,%ax # the end of the next 32k into

12345678910>>...100