Home
last modified time | relevance | path

Searched refs:fb (Results 1 – 25 of 94) sorted by last modified time

1234

/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-cpu-amd-zen.p5m170 alias=pci1022,16fb,p \
H A Ddriver-network-e1000g.p5m182 alias=pci8086,15fb,p \
296 alias=pciex8086,15fb \
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids772 03fb OPTi, Inc.
6287 02fb MFC-J875DW
6965 01fb NW-E405 Network Walkman
7349 00fb DTU-1031
11991 08fb Socket Communications
12199 47fb nuviCam
12768 09fb Altera
14290 60fb Composite Device
16499 89fb Qivicon ZigBee Stick
19617 18fb Scriptel Corporation
[all …]
H A Dpci.ids1947 103c 31fb ProLiant DL360 G5
2936 1043 04fb Radeon RX 480
8352 72fb PXIe-6672
8440 73fb cRIO-9118
10628 1043 02fb V9250 Magic
12060 103c 18fb GeForce GT 630M
16543 11fb Datel Inc
18650 13fb Aydin Corp
22240 15fb Zilog Inc
23862 18fb Resilience Corporation
[all …]
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src15240 mime-fb|full bright mime1,
H A Dtermcap.src13547 mime-fb|full bright mime1:\
/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c643 struct efi_fb fb; in efifb_find_mode_xydm() local
667 efifb_from_gop(&fb, gop->Mode, info); in efifb_find_mode_xydm()
668 d = efifb_color_depth(&fb); in efifb_find_mode_xydm()
669 if (x == fb.fb_width && y == fb.fb_height && d == i) in efifb_find_mode_xydm()
732 struct efi_fb fb; in command_gop() local
838 efifb_from_gop(&fb, gop->Mode, info); in command_gop()
839 depth = efifb_color_depth(&fb); in command_gop()
842 print_efifb(mode, &fb, 0); in command_gop()
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A Dtst.random.out3 libdis_test+0x7: 66 0f c7 fb rdseed %bx
4 libdis_test+0xb: 0f c7 fb rdseed %ebx
/illumos-gate/usr/src/data/zoneinfo/
H A Deurope1530 # https://www.ptb.de/cms/en/ptb/fachabteilungen/abt4/fb-44/ag-441/realisation-of-legal-time-in-germ…
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c155 uint32_t fb; member
2071 p->fb = value; in pci_ahci_port_write()
2107 uint64_t fb; in pci_ahci_port_write() local
2110 fb = (uint64_t)p->fbu << 32 | p->fb; in pci_ahci_port_write()
2112 p->rfis = paddr_guest2host(ahci_ctx(sc), fb, 256); in pci_ahci_port_write()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintfr.c199 fakebpf_t *fb; local
203 i = fp->fr_dsize / sizeof(*fb);
205 for (fb = fp->fr_data, s = ""; i; i--, fb++, s = " ")
206 printf("%s%#x %#x %#x %#x", s, fb->fb_c, fb->fb_t,
207 fb->fb_f, fb->fb_k);
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c54 p->lc = p->lp = p->pb = p->algo = p->fb = p->btMode = p->numHashBytes = p->numThreads = -1; in LzmaEncProps_Init()
68 if (p->fb < 0) p->fb = (level < 7 ? 32 : 64); in LzmaEncProps_Normalize()
71 if (p->mc == 0) p->mc = (16 + (p->fb >> 1)) >> (p->btMode ? 0 : 1); in LzmaEncProps_Normalize()
423 unsigned fb = props.fb; in LzmaEnc_SetProps() local
424 if (fb < 5) in LzmaEnc_SetProps()
425 fb = 5; in LzmaEnc_SetProps()
426 if (fb > LZMA_MATCH_LEN_MAX) in LzmaEnc_SetProps()
427 fb = LZMA_MATCH_LEN_MAX; in LzmaEnc_SetProps()
428 p->numFastBytes = fb; in LzmaEnc_SetProps()
/illumos-gate/usr/src/cmd/sh/
H A Dname.c301 struct fileblk fb; in readvar() local
302 struct fileblk *f = &fb; in readvar()
H A Dmacro.c420 struct filehdr fb; local
422 push(&fb);
577 struct fileblk fb; in subst() local
581 push(&fb); in subst()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c814 struct frentry fb, *fg; local
820 fb.fr_next = fp;
829 rule.iri_rule = &fb;
907 struct frentry fb, *fg; local
912 fb.fr_next = fp;
918 fp = fb.fr_next;
919 if (kmemcpy((char *)&fb, (u_long)fb.fr_next,
928 if (fb.fr_dsize) {
936 fb.fr_data = data;
960 if (fb.fr_data != NULL && fb.fr_dsize > 0)
[all …]
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c149 static boot_framebuffer_t *fb; variable
989 fb->framebuffer = 0; in dboot_multiboot1_xboot_consinfo()
998 fb->framebuffer = (uint64_t)(uintptr_t)fbtag; in dboot_multiboot2_xboot_consinfo()
2051 if (fb != NULL && fb->framebuffer != 0) { in build_page_tables()
2054 fb->framebuffer; in build_page_tables()
2093 fb = &framebuffer; in dboot_init_xboot_consinfo()
2602 fb->cursor.origin.x = fb_info.cursor.origin.x; in startup_kernel()
2603 fb->cursor.origin.y = fb_info.cursor.origin.y; in startup_kernel()
2604 fb->cursor.pos.x = fb_info.cursor.pos.x; in startup_kernel()
2605 fb->cursor.pos.y = fb_info.cursor.pos.y; in startup_kernel()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/xsave/data/
H A Dmdb_xregs.zmm.6459 %ymm10 [255:128] 0x119004fd 119004fc 119004fb 119004fa
139 %zmm26 [255:128] 0x119005fd 119005fc 119005fb 119005fa
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c721 MD5Update(&md5_ctx, (void *)fb->fb_va, fb->fb_size); in fastboot_cksum_file()
736 fb->fb_va = 0; in fastboot_free_file()
747 if (fb->fb_pte_list_size && fb->fb_pte_list_pa < endaddr) { in fastboot_free_file_pte()
748 contig_free((void *)fb->fb_pte_list_va, fb->fb_pte_list_size); in fastboot_free_file_pte()
1026 fb->fb_va = va; in fastboot_load_kernel()
1035 if (fb->fb_pte_list_size && fb->fb_pte_list_size < pt_size) { in fastboot_load_kernel()
1058 bzero((void *)(fb->fb_pte_list_va), fb->fb_pte_list_size); in fastboot_load_kernel()
1101 fb->fb_sectcnt = sizeof (fb->fb_sections) / in fastboot_load_kernel()
1181 fb->fb_next_pa = fb->fb_dest_pa + fsize_roundup; in fastboot_load_kernel()
1192 fb->fb_va = fb->fb_dest_pa = FASTBOOT_SWTCH_PA; in fastboot_load_kernel()
[all …]
/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddecimal_bin.c338 __ieee_flags_type fb; in __fast_decimal_to_single() local
359 __get_ieee_flags(&fb); in __fast_decimal_to_single()
408 __set_ieee_flags(&fb); in __fast_decimal_to_single()
436 __ieee_flags_type fb; in __fast_decimal_to_double() local
442 __get_ieee_flags(&fb); in __fast_decimal_to_double()
445 __set_ieee_flags(&fb); in __fast_decimal_to_double()
454 __set_ieee_flags(&fb); in __fast_decimal_to_double()
H A D__flt_decim.c268 __ieee_flags_type fb; in __fast_double_to_decimal() local
277 __get_ieee_flags(&fb); in __fast_double_to_decimal()
292 __set_ieee_flags(&fb); in __fast_double_to_decimal()
298 __set_ieee_flags(&fb); in __fast_double_to_decimal()
316 __get_ieee_flags(&fb); in __fast_double_to_decimal()
345 __set_ieee_flags(&fb); in __fast_double_to_decimal()
358 __set_ieee_flags(&fb); in __fast_double_to_decimal()
371 __set_ieee_flags(&fb); in __fast_double_to_decimal()
388 __set_ieee_flags(&fb); in __fast_double_to_decimal()
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c1974 if (fb.fd < 0) { in command_framebuffer()
1980 printf("\nSystem frame buffer: %s\n", fb.ident.name); in command_framebuffer()
1981 printf("%dx%dx%d, stride=%d\n", fb.fb_width, fb.fb_height, in command_framebuffer()
1982 fb.fb_depth, (fb.fb_pitch << 3) / fb.fb_depth); in command_framebuffer()
1986 printf("0: %dx%dx%d\n", fb.fb_width, fb.fb_height, fb.fb_depth); in command_framebuffer()
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.S231 #define fb(x) [[f8(x)] ^ [f2(x)] ^ [x]] macro
238 #define v8(x) [fe(x)], [f9(x)], [fd(x)], [fb(x)], [fe(x)], [f9(x)], [fd(x)], [x]
/illumos-gate/usr/src/cmd/refer/
H A Dinv5.c21 recopy(FILE *ft, FILE *fb, FILE *fa, int nhash) in recopy() argument
56 fseek(fb, lp, 0); in recopy()
57 while ((k = (*getfun)(fb)) != -1) in recopy()
60 fclose(fb); in recopy()
H A Dinv6.c21 whash(FILE *ft, FILE *fa, FILE *fb, int nhash, int iflong, in whash() argument
47 if (iflong) putl(-1L, fb); in whash()
48 else putw(-1, fb); in whash()
60 putl(opoint = point, fb); in whash()
62 putw((int)(opoint = point), fb); in whash()
67 if (iflong) putl(-1L, fb); in whash()
68 else putw(-1, fb); in whash()
H A Dhunt1.c57 static FILE *fa, *fb, *fc; in main() local
153 fclose(fb); in main()
161 fb = NULL; in main()
164 fb = fopen(nmb, "r"); in main()
167 if (fb == NULL || fc == NULL) { in main()
171 indexdate = gdate(fb); in main()
202 if (fb != NULL) { in main()
203 nfound = doquery(hpt, nhash, fb, nitem, qitem, master); in main()

1234