| /src/sys/arch/x86/pci/ |
| pci_ranges.c | 91 pci_alloc_dup(const pci_alloc_t *pal) 96 *npal = *pal; 101 pci_alloc_linkdup(pci_alloc_list_t *pals, const pci_alloc_t *pal) 105 if ((npal = pci_alloc_dup(pal)) == NULL) 123 io_range_extend(struct range_infer_ctx *ric, const pci_alloc_t *pal) 125 if (ric->ric_io_bottom > pal->pal_addr) 126 ric->ric_io_bottom = pal->pal_addr; 127 if (ric->ric_io_top < pal->pal_addr + pal->pal_size) 128 ric->ric_io_top = pal->pal_addr + pal->pal_size 138 pci_alloc_t pal = { local 178 }, pal[2]; local 215 pci_alloc_t pal = { local 266 pci_alloc_t pal = { local 388 pci_alloc_t pal = { local 447 }, pal; local 478 pci_alloc_t pal = { local 520 pci_alloc_t pal = { local 570 pci_alloc_t pal = { local 737 const pci_alloc_t *pal; local 873 const pci_alloc_t *pal; local [all...] |
| /src/sys/arch/hpcmips/stand/pbsdboot/ |
| palette.c | 59 static void palette_setup(PALETTEENTRY *pal); 64 static HPALETTE pal = NULL; variable 92 pal = CreatePalette(logpal); 93 if (pal == NULL) { 112 palette_setup(PALETTEENTRY *pal) 117 pal[i].peFlags = PC_EXPLICIT; 118 pal[i].peRed = bivideo_cmap_r[i]; 119 pal[i].peGreen = bivideo_cmap_g[i]; 120 pal[i].peBlue = bivideo_cmap_b[i]; 136 if (pal != NULL) [all...] |
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| hw_pal.c | 40 pal - glue logic device containing assorted junk 50 The pal contains the following registers. Except for the interrupt 74 convention, the pal's interrupt ports (int0, int1, ...) are wired 85 next available character from the pal's tty input port. 173 DTRACE(pal, ("read - cpu-nr %d\n", val)); 177 DTRACE(pal, ("read - nr-cpu %d\n", val)); 181 DTRACE(pal, ("read - input-fifo %d\n", val)); 186 DTRACE(pal, ("read - input-status %d\n", val)); 190 DTRACE(pal, ("read - output-fifo %d\n", val)); 194 DTRACE(pal, ("read - output-status %d\n", val)) 314 hw_pal_device *pal = (hw_pal_device*)device_data(me); local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| hw_pal.c | 40 pal - glue logic device containing assorted junk 50 The pal contains the following registers. Except for the interrupt 74 convention, the pal's interrupt ports (int0, int1, ...) are wired 85 next available character from the pal's tty input port. 173 DTRACE(pal, ("read - cpu-nr %d\n", val)); 177 DTRACE(pal, ("read - nr-cpu %d\n", val)); 181 DTRACE(pal, ("read - input-fifo %d\n", val)); 186 DTRACE(pal, ("read - input-status %d\n", val)); 190 DTRACE(pal, ("read - output-fifo %d\n", val)); 194 DTRACE(pal, ("read - output-status %d\n", val)) 314 hw_pal_device *pal = (hw_pal_device*)device_data(me); local [all...] |
| /src/sys/arch/ia64/ia64/ |
| machdep.c | 103 #include <machine/pal.h> 359 struct ia64_pal_result pal; local 362 pal = ia64_call_pal_static(PAL_FREQ_RATIOS, 0, 0, 0); 363 if (sal.sal_status == 0 && pal.pal_status == 0) { 369 pal.pal_result[0] >> 32, 370 pal.pal_result[0] & ((1L << 32) - 1), 371 pal.pal_result[1] >> 32, 372 pal.pal_result[1] & ((1L << 32) - 1), 373 pal.pal_result[2] >> 32, 374 pal.pal_result[2] & ((1L << 32) - 1)) [all...] |
| sapic.c | 42 #include <machine/pal.h>
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| dv-pal.c | 33 /* NOTE: pal is naughty and grubs around looking at things outside of 40 pal - glue logic device containing assorted junk 50 The pal contains the following registers: 76 convention, the pal's interrupt ports (int0, int1, ...) are wired 87 character from the pal's tty input port. 235 hw_pal_device *pal, 251 hw_pal_device *pal, 271 hw_pal_device *pal, 486 DITRACE (pal, ("read - %s (%ld)", (const char*) buf, (long int) len)); 500 DITRACE (pal, ("write - %s (%ld)", (const char*) buf, (long int) len)) 538 hw_pal_device *pal = (hw_pal_device*) hw_data (me); local [all...] |
| local.mk | 105 SIM_HW_DEVICES = cfi core pal glue
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| dv-pal.c | 33 /* NOTE: pal is naughty and grubs around looking at things outside of 40 pal - glue logic device containing assorted junk 50 The pal contains the following registers: 76 convention, the pal's interrupt ports (int0, int1, ...) are wired 87 character from the pal's tty input port. 235 hw_pal_device *pal, 251 hw_pal_device *pal, 271 hw_pal_device *pal, 486 DITRACE (pal, ("read - %s (%ld)", (const char*) buf, (long int) len)); 500 DITRACE (pal, ("write - %s (%ld)", (const char*) buf, (long int) len)) 538 hw_pal_device *pal = (hw_pal_device*) hw_data (me); local [all...] |
| local.mk | 105 SIM_HW_DEVICES = cfi core pal glue
|
| /src/sys/arch/alpha/include/ |
| Makefile | 18 pal.h param.h pcb.h pio.h pmap.h proc.h profile.h prom.h psl.h \
|
| alpha_cpu.h | 387 #include <machine/pal.h>
|
| asm.h | 587 /* Pull in PAL "function" codes. */ 588 #include <machine/pal.h>
|
| /src/sys/arch/ia64/include/ |
| Makefile | 12 md_var.h mutex.h pal.h param.h pcb.h pmap.h proc.h profile.h pte.h \
|
| /src/sys/arch/ia64/stand/efi/libefi/ |
| Makefile | 22 SRCS+= efifpswa.c pal.S
|
| /src/sys/arch/amiga/dev/ |
| grf_rhreg.h | 98 unsigned char * PAL; /* points to 16*3 byte RGB-palette data */ 164 "C" void RZ3LoadPalette (unsigned char * pal, unsigned char firstcol, unsigned char colors); 258 void RZ3LoadPalette(unsigned char * pal, unsigned char firstcol, unsigned char colors); 261 * Loads the palette-registers. "pal" points to an array of unsigned char 690 void RZ3LoadPalette(struct grf_softc *gp, unsigned char *pal,
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ |
| ecx_kmgmt.c | 160 size_t pal = key1->keylen; local 166 && pal == pbl 167 && CRYPTO_memcmp(pa, pb, pal) == 0; 175 size_t pal = key1->keylen; local 181 && pal == pbl 182 && CRYPTO_memcmp(pa, pb, pal) == 0;
|
| /src/usr.sbin/faithd/ |
| ftp.c | 585 unsigned int af, hal, ho[16], pal, po[2]; local 672 &pal, &po[0], &po[1]); 673 if (n != 21 || af != 6 || hal != 16|| pal != 2) {
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/ |
| ecx_kmgmt.c | 176 size_t pal = key1->keylen; local 182 && pal == pbl 183 && CRYPTO_memcmp(pa, pb, pal) == 0; 191 size_t pal = key1->keylen; local 197 && pal == pbl 198 && CRYPTO_memcmp(pa, pb, pal) == 0;
|
| /src/sys/dev/stbi/ |
| stb_image.c | 3295 stbi_uc pal[256][4]; local 3384 pal[i][2] = get8u(s); 3385 pal[i][1] = get8u(s); 3386 pal[i][0] = get8u(s); 3388 pal[i][3] = 255; 3402 out[z++] = pal[v][0]; 3403 out[z++] = pal[v][1]; 3404 out[z++] = pal[v][2]; 3408 out[z++] = pal[v][0]; 3409 out[z++] = pal[v][1] 4326 uint8 pal[256][4]; member in struct:stbi_gif_struct [all...] |
| /src/usr.bin/ftp/ |
| ftp.c | 1276 unsigned int af, hal, pal; local 1452 &pal, &port[0], &port[1]); 1458 if (af != 4 || hal != 4 || pal != 2) { 1487 &pal, &port[0], &port[1]); 1493 if (af != 6 || hal != 16 || pal != 2) {
|
| /src/sys/arch/alpha/alpha/ |
| db_interface.c | 68 #include <machine/pal.h>
|
| db_disasm.c | 59 #include <machine/pal.h> 73 * All instructions are 32 bits wide, PAL included 153 /* Common PAL function codes. */ 167 /* OSF/1 PAL function codes. */ 206 /* HW (PAL) instruction qualifiers, stright tables */
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_fb.c | 82 u32 *pal = par->pseudo_palette; local 92 pal[regno] = ((red & 0xff00) << 8) |
|
| /src/sys/arch/ia64/stand/ia64/efi/ |
| main.c | 36 #include <machine/pal.h> 102 printf("Can't find PAL proc\n"); 358 printf(" PAL Proc at 0x%lx\n",
|