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

123

/netbsd-current/common/include/prop/
H A Dprop_number.h40 typedef struct _prop_number *prop_number_t; typedef in typeref:struct:_prop_number
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, lon
[all...]
/netbsd-current/common/lib/libprop/
H A Dprop_number.c159 prop_number_t pn = *obj;
197 prop_number_t pn = v;
225 prop_number_t num1 = v1;
226 prop_number_t num2 = v2;
275 static prop_number_t
278 prop_number_t opn, pn, rpn;
327 * Create a prop_number_t and initialize it with the
330 prop_number_t
345 prop_number_t
353 * Create a prop_number_t an
[all...]
/netbsd-current/usr.sbin/envstat/
H A Denvstat.h55 prop_number_t convert_val_to_pnumber(prop_dictionary_t, const char *,
/netbsd-current/tests/lib/libprop/
H A Dt_proplib.c113 prop_number_t num = prop_number_create_signed(1);
288 prop_number_t s1, s2, u1, u2, u3, u4;
369 prop_number_t n_schar_max = prop_number_create_signed(SCHAR_MAX);
370 prop_number_t n_schar_min = prop_number_create_signed(SCHAR_MIN);
371 prop_number_t n_uchar_max = prop_number_create_unsigned(UCHAR_MAX);
376 prop_number_t n_shrt_max = prop_number_create_signed(SHRT_MAX);
377 prop_number_t n_shrt_min = prop_number_create_signed(SHRT_MIN);
378 prop_number_t n_ushrt_max = prop_number_create_unsigned(USHRT_MAX);
383 prop_number_t n_int_max = prop_number_create_signed(INT_MAX);
384 prop_number_t n_int_mi
[all...]
/netbsd-current/sys/arch/powerpc/ibm4xx/dev/
H A Dcom_opb.c115 prop_number_t freq;
172 prop_number_t pn = prop_number_create_integer(frequency);
H A Dwdog.c92 prop_number_t freq;
H A Dopb.c311 prop_number_t pn;
328 prop_number_t pn;
H A Decc_plb.c97 prop_number_t pn;
/netbsd-current/sys/arch/evbmips/cavium/
H A Dautoconf.c148 prop_number_t pn;
189 prop_number_t tx, rx;
/netbsd-current/sys/arch/powerpc/booke/
H A Dboard_prop.c86 prop_number_t pn = prop_dictionary_get(board_properties, name);
96 prop_number_t pn = prop_number_create_unsigned(number);
/netbsd-current/sys/arch/prep/prep/
H A Dibm_machdep.c47 prop_number_t intr_num;
/netbsd-current/sys/arch/powerpc/ibm4xx/
H A Dibm4xx_autoconf.c76 prop_number_t pn;
/netbsd-current/sys/arch/evbppc/obs405/dev/
H A Dcentury_bios.c87 prop_number_t pn;
/netbsd-current/sys/arch/hpcsh/hpcsh/
H A Dautoconf.c125 prop_number_t rtc_baseyear;
/netbsd-current/sys/arch/powerpc/ibm4xx/openbios/
H A Dopenbios.c84 prop_number_t pn;
/netbsd-current/sys/arch/evbppc/explora/
H A Dmachdep.c115 prop_number_t pn;
/netbsd-current/sys/arch/evbarm/iyonix/
H A Dautoconf.c114 prop_number_t cfg1, cfg2, swdpin;
/netbsd-current/sys/arch/iyonix/iyonix/
H A Dautoconf.c114 prop_number_t cfg1, cfg2, swdpin;
/netbsd-current/sys/arch/prep/pci/
H A Dpci_machdep.c162 prop_number_t pbus;
275 prop_number_t bmax, pbus;
/netbsd-current/sys/arch/powerpc/pci/
H A Dpci_machdep_ofw.c229 prop_number_t intr_num;
272 prop_number_t intr_num;
315 prop_number_t intr_num;
377 prop_number_t pbus;
461 prop_number_t pbus;
/netbsd-current/usr.sbin/installboot/
H A Devboards.c1535 prop_number_t number = prop_dictionary_get(step, step_file_offset_key);
1549 prop_number_t number = prop_dictionary_get(step, step_file_size_key);
1563 prop_number_t number = prop_dictionary_get(step, step_image_offset_key);
1577 prop_number_t number = prop_dictionary_get(step,
1592 prop_number_t number = prop_dictionary_get(step,
1607 prop_number_t number = prop_dictionary_get(step, step_output_size_key);
1620 prop_number_t number = prop_dictionary_get(step,
/netbsd-current/sys/arch/sgimips/sgimips/
H A Dautoconf.c210 prop_number_t gfe_boundary;
/netbsd-current/sys/arch/mips/atheros/dev/
H A Dcom_arbus.c191 prop_number_t prop;
/netbsd-current/usr.sbin/hdaudioctl/
H A Dgraph.c53 prop_number_t nnid;
/netbsd-current/sys/arch/evbppc/dht/
H A Dmachdep.c196 prop_number_t pn;

Completed in 176 milliseconds

123