Home
last modified time | relevance | path

Searched refs:pal (Results 1 – 25 of 42) sorted by relevance

12

/netbsd/src/sys/arch/x86/pci/
Dpci_ranges.c91 pci_alloc_dup(const pci_alloc_t *pal) in pci_alloc_dup() argument
96 *npal = *pal; in pci_alloc_dup()
101 pci_alloc_linkdup(pci_alloc_list_t *pals, const pci_alloc_t *pal) in pci_alloc_linkdup() argument
105 if ((npal = pci_alloc_dup(pal)) == NULL) in pci_alloc_linkdup()
123 io_range_extend(struct range_infer_ctx *ric, const pci_alloc_t *pal) in io_range_extend() argument
125 if (ric->ric_io_bottom > pal->pal_addr) in io_range_extend()
126 ric->ric_io_bottom = pal->pal_addr; in io_range_extend()
127 if (ric->ric_io_top < pal->pal_addr + pal->pal_size) in io_range_extend()
128 ric->ric_io_top = pal->pal_addr + pal->pal_size; in io_range_extend()
130 return pci_alloc_linkdup(&ric->ric_pals, pal); in io_range_extend()
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dhw_pal.c173 DTRACE(pal, ("read - cpu-nr %d\n", val)); in hw_pal_io_read_buffer_callback()
177 DTRACE(pal, ("read - nr-cpu %d\n", val)); in hw_pal_io_read_buffer_callback()
181 DTRACE(pal, ("read - input-fifo %d\n", val)); in hw_pal_io_read_buffer_callback()
186 DTRACE(pal, ("read - input-status %d\n", val)); in hw_pal_io_read_buffer_callback()
190 DTRACE(pal, ("read - output-fifo %d\n", val)); in hw_pal_io_read_buffer_callback()
194 DTRACE(pal, ("read - output-status %d\n", val)); in hw_pal_io_read_buffer_callback()
198 DTRACE(pal, ("read - ???\n")); in hw_pal_io_read_buffer_callback()
230 DTRACE(pal, ("write - input-fifo %d\n", byte[0])); in hw_pal_io_write_buffer_callback()
234 DTRACE(pal, ("write - input-status %d\n", byte[0])); in hw_pal_io_write_buffer_callback()
238 DTRACE(pal, ("write - output-fifo %d\n", byte[0])); in hw_pal_io_write_buffer_callback()
[all …]
Dacinclude.m467 hardware="cpu,memory,nvram,iobus,htab,disk,trace,register,vm,init,core,pal,com,eeprom,opic,glue,phb…
/netbsd/src/sys/arch/hpcmips/stand/pbsdboot/
Dpalette.c59 static void palette_setup(PALETTEENTRY *pal);
64 static HPALETTE pal = NULL; variable
92 pal = CreatePalette(logpal); in palette_init()
93 if (pal == NULL) { in palette_init()
112 palette_setup(PALETTEENTRY *pal) in palette_setup() argument
117 pal[i].peFlags = PC_EXPLICIT; in palette_setup()
118 pal[i].peRed = bivideo_cmap_r[i]; in palette_setup()
119 pal[i].peGreen = bivideo_cmap_g[i]; in palette_setup()
120 pal[i].peBlue = bivideo_cmap_b[i]; in palette_setup()
136 if (pal != NULL) { in palette_set()
[all …]
/netbsd/src/sys/arch/ia64/ia64/
Dmachdep.c359 struct ia64_pal_result pal; in calculate_frequencies() local
362 pal = ia64_call_pal_static(PAL_FREQ_RATIOS, 0, 0, 0); in calculate_frequencies()
363 if (sal.sal_status == 0 && pal.pal_status == 0) { in calculate_frequencies()
369 pal.pal_result[0] >> 32, in calculate_frequencies()
370 pal.pal_result[0] & ((1L << 32) - 1), in calculate_frequencies()
371 pal.pal_result[1] >> 32, in calculate_frequencies()
372 pal.pal_result[1] & ((1L << 32) - 1), in calculate_frequencies()
373 pal.pal_result[2] >> 32, in calculate_frequencies()
374 pal.pal_result[2] & ((1L << 32) - 1)); in calculate_frequencies()
377 sal.sal_result[0] * (pal.pal_result[0] >> 32) in calculate_frequencies()
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Ddv-pal.c235 hw_pal_device *pal, in do_counter_read() argument
251 hw_pal_device *pal, in do_counter_value() argument
271 hw_pal_device *pal, in do_counter_write() argument
486 DITRACE (pal, ("read - %s (%ld)", (const char*) buf, (long int) len)); in hw_pal_instance_read_callback()
500 DITRACE (pal, ("write - %s (%ld)", (const char*) buf, (long int) len)); in hw_pal_instance_write_callback()
538 hw_pal_device *pal = (hw_pal_device*) hw_data (me); in hw_pal_attach_address() local
539 pal->disk = client; in hw_pal_attach_address()
Dlocal.mk105 SIM_HW_DEVICES = cfi core pal glue
/netbsd/src/sys/arch/amiga/dev/
Dgrf_rhreg.h164 "C" void RZ3LoadPalette (unsigned char * pal, unsigned char firstcol, unsigned char col…
258 void RZ3LoadPalette(unsigned char * pal, unsigned char firstcol, unsigned char colors);
690 void RZ3LoadPalette(struct grf_softc *gp, unsigned char *pal,
/netbsd/src/tests/usr.bin/grep/
Dd_context_c.out2 A pig is a pal, who'll boost your morale,
Dd_context_a.out1 A pig is a pal, who'll boost your morale,
Dd_context_a.in3 A pig is a pal, who'll boost your morale,
Dd_context_d.out3 d_context_a.in:A pig is a pal, who'll boost your morale,
/netbsd/src/sys/arch/ia64/stand/efi/libefi/
DMakefile22 SRCS+= efifpswa.c pal.S
/netbsd/src/sys/arch/ia64/include/
DMakefile12 md_var.h mutex.h pal.h param.h pcb.h pmap.h proc.h profile.h pte.h \
/netbsd/src/sys/dev/stbi/
Dstb_image.c3295 stbi_uc pal[256][4]; in bmp_load() local
3384 pal[i][2] = get8u(s); in bmp_load()
3385 pal[i][1] = get8u(s); in bmp_load()
3386 pal[i][0] = get8u(s); in bmp_load()
3388 pal[i][3] = 255; in bmp_load()
3402 out[z++] = pal[v][0]; in bmp_load()
3403 out[z++] = pal[v][1]; in bmp_load()
3404 out[z++] = pal[v][2]; in bmp_load()
3408 out[z++] = pal[v][0]; in bmp_load()
3409 out[z++] = pal[v][1]; in bmp_load()
[all …]
/netbsd/src/sys/arch/alpha/include/
DMakefile18 pal.h param.h pcb.h pio.h pmap.h proc.h profile.h prom.h psl.h \
/netbsd/src/usr.sbin/faithd/
Dftp.c585 unsigned int af, hal, ho[16], pal, po[2]; in ftp_copycommand() local
672 &pal, &po[0], &po[1]); in ftp_copycommand()
673 if (n != 21 || af != 6 || hal != 16|| pal != 2) { in ftp_copycommand()
/netbsd/src/external/bsd/openpam/dist/
DCREDITS18 Ankita Pal <pal.ankita.ankita@gmail.com>
/netbsd/src/usr.bin/ftp/
Dftp.c1248 unsigned int af, hal, pal; in initconn() local
1424 &pal, &port[0], &port[1]); in initconn()
1430 if (af != 4 || hal != 4 || pal != 2) { in initconn()
1459 &pal, &port[0], &port[1]); in initconn()
1465 if (af != 6 || hal != 16 || pal != 2) { in initconn()
/netbsd/src/sys/arch/ia64/conf/
Dfiles.ia6446 file arch/ia64/ia64/pal.S
/netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
Dvmwgfx_fb.c82 u32 *pal = par->pseudo_palette; in vmw_fb_setcolreg() local
92 pal[regno] = ((red & 0xff00) << 8) | in vmw_fb_setcolreg()
/netbsd/src/distrib/sets/lists/comp/
Dmd.ia6460 ./usr/include/ia64/pal.h comp-c-include
Dmd.alpha49 ./usr/include/alpha/pal.h comp-c-include
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dcp-demangle.c3303 struct demangle_component **pal; in d_template_args_1() local
3318 pal = &al; in d_template_args_1()
3327 *pal = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, a, NULL); in d_template_args_1()
3328 if (*pal == NULL) in d_template_args_1()
3330 pal = &d_right (*pal); in d_template_args_1()
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dcp-demangle.c3179 struct demangle_component **pal; in d_template_args_1() local
3194 pal = &al; in d_template_args_1()
3203 *pal = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, a, NULL); in d_template_args_1()
3204 if (*pal == NULL) in d_template_args_1()
3206 pal = &d_right (*pal); in d_template_args_1()

12