Home
last modified time | relevance | path

Searched refs:prop_number_t (Results 1 – 25 of 54) sorted by relevance

123

/netbsd-src/common/include/prop/
H A Dprop_number.h40 typedef struct _prop_number *prop_number_t; typedef
43 prop_number_t prop_number_create_signed(intmax_t);
44 prop_number_t prop_number_create_unsigned(uintmax_t);
46 intmax_t prop_number_signed_value(prop_number_t);
47 uintmax_t prop_number_unsigned_value(prop_number_t);
49 bool prop_number_schar_value(prop_number_t, signed char *);
50 bool prop_number_short_value(prop_number_t, short *);
51 bool prop_number_int_value(prop_number_t, int *);
52 bool prop_number_long_value(prop_number_t, long *);
53 bool prop_number_longlong_value(prop_number_t, long long *);
[all …]
/netbsd-src/common/lib/libprop/
H A Dprop_number.c159 prop_number_t pn = *obj; in _PROP_MUTEX_DECL_STATIC()
197 prop_number_t pn = v; in _prop_number_externalize()
225 prop_number_t num1 = v1; in _prop_number_equals()
226 prop_number_t num2 = v2; in _prop_number_equals()
275 static prop_number_t
278 prop_number_t opn, pn, rpn; in _prop_number_alloc()
330 prop_number_t
345 prop_number_t
356 prop_number_t
371 prop_number_t
[all …]
/netbsd-src/tests/lib/libprop/
H A Dt_proplib.c113 prop_number_t num = prop_number_create_signed(1); in ATF_TC_BODY()
288 prop_number_t s1, s2, u1, u2, u3, u4; in ATF_TC_BODY()
369 prop_number_t n_schar_max = prop_number_create_signed(SCHAR_MAX); in ATF_TC_BODY()
370 prop_number_t n_schar_min = prop_number_create_signed(SCHAR_MIN); in ATF_TC_BODY()
371 prop_number_t n_uchar_max = prop_number_create_unsigned(UCHAR_MAX); in ATF_TC_BODY()
376 prop_number_t n_shrt_max = prop_number_create_signed(SHRT_MAX); in ATF_TC_BODY()
377 prop_number_t n_shrt_min = prop_number_create_signed(SHRT_MIN); in ATF_TC_BODY()
378 prop_number_t n_ushrt_max = prop_number_create_unsigned(USHRT_MAX); in ATF_TC_BODY()
383 prop_number_t n_int_max = prop_number_create_signed(INT_MAX); in ATF_TC_BODY()
384 prop_number_t n_int_min = prop_number_create_signed(INT_MIN); in ATF_TC_BODY()
[all …]
/netbsd-src/sys/arch/powerpc/ibm4xx/dev/
H A Dcom_opb.c115 prop_number_t freq; in com_opb_attach()
172 prop_number_t pn = prop_number_create_integer(frequency); in com_opb_device_register()
H A Dopb.c311 prop_number_t pn; in opb_get_frequency_405gp()
328 prop_number_t pn; in opb_get_frequency_405ex()
H A Dwdog.c92 prop_number_t freq; in wdog_attach()
/netbsd-src/sys/arch/powerpc/pci/
H A Dpci_machdep_ofw.c229 prop_number_t intr_num; in genofw_setup_pciintr_map()
272 prop_number_t intr_num; in genofw_setup_pciintr_map()
315 prop_number_t intr_num; in genofw_setup_pciintr_map()
377 prop_number_t pbus; in genofw_pci_intr_map()
461 prop_number_t pbus; in genofw_pci_conf_hook()
/netbsd-src/sys/arch/powerpc/booke/
H A Dboard_prop.c86 prop_number_t pn = prop_dictionary_get(board_properties, name); in board_info_get_number()
96 prop_number_t pn = prop_number_create_unsigned(number); in board_info_add_number()
/netbsd-src/sys/arch/evbmips/cavium/
H A Dautoconf.c148 prop_number_t pn; in prop_set_cnmac()
189 prop_number_t tx, rx; in prop_set_octeon_gmx()
/netbsd-src/usr.sbin/installboot/
H A Devboards.c1535 prop_number_t number = prop_dictionary_get(step, step_file_offset_key); in evb_ubstep_get_file_offset()
1549 prop_number_t number = prop_dictionary_get(step, step_file_size_key); in evb_ubstep_get_file_size()
1563 prop_number_t number = prop_dictionary_get(step, step_image_offset_key); in evb_ubstep_get_image_offset()
1577 prop_number_t number = prop_dictionary_get(step, in evb_ubstep_get_input_block_size()
1592 prop_number_t number = prop_dictionary_get(step, in evb_ubstep_get_input_pad_size()
1607 prop_number_t number = prop_dictionary_get(step, step_output_size_key); in evb_ubstep_get_output_size()
1620 prop_number_t number = prop_dictionary_get(step, in evb_ubstep_get_output_block_size()
/netbsd-src/usr.sbin/envstat/
H A Denvstat.h55 prop_number_t convert_val_to_pnumber(prop_dictionary_t, const char *,
/netbsd-src/sys/arch/prep/pci/
H A Dpci_machdep.c162 prop_number_t pbus; in prep_pci_intr_map()
275 prop_number_t bmax, pbus; in prep_pci_conf_hook()
/netbsd-src/sys/arch/powerpc/ibm4xx/
H A Dibm4xx_autoconf.c76 prop_number_t pn; in ibm4xx_device_register()
H A Dclock.c198 prop_number_t freq; in calc_delayconst()
/netbsd-src/sys/arch/prep/prep/
H A Dibm_machdep.c47 prop_number_t intr_num; in pci_intr_fixup_ibm_6015()
/netbsd-src/sys/arch/hpcsh/hpcsh/
H A Dautoconf.c125 prop_number_t rtc_baseyear; in device_register()
/netbsd-src/sys/arch/evbppc/obs405/dev/
H A Dcentury_bios.c87 prop_number_t pn; in bios_board_info_set()
/netbsd-src/sys/arch/evbppc/explora/
H A Dmachdep.c115 prop_number_t pn; in cpu_startup()
/netbsd-src/sys/arch/evbppc/virtex/
H A Dmachdep.c155 prop_number_t pn; in cpu_startup()
/netbsd-src/sys/arch/evbarm/iyonix/
H A Dautoconf.c114 prop_number_t cfg1, cfg2, swdpin; in device_register()
/netbsd-src/sys/arch/iyonix/iyonix/
H A Dautoconf.c114 prop_number_t cfg1, cfg2, swdpin; in device_register()
/netbsd-src/sys/arch/powerpc/ibm4xx/openbios/
H A Dopenbios.c84 prop_number_t pn; in openbios_board_info_set()
/netbsd-src/sys/arch/mips/atheros/dev/
H A Dif_ath_arbus.c113 prop_number_t prop; in ath_arbus_attach()
/netbsd-src/sys/arch/sgimips/sgimips/
H A Dautoconf.c210 prop_number_t gfe_boundary; in device_register()
/netbsd-src/sys/arch/evbppc/dht/
H A Dmachdep.c196 prop_number_t pn; in cpu_startup()

123