Home
last modified time | relevance | path

Searched defs:rh (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-report.c83 struct dm_report *rh; member
88 static const struct dm_report_object_type *_find_type(struct dm_report *rh, in _find_type()
104 int dm_report_field_string(struct dm_report *rh, in dm_report_field_string()
120 int dm_report_field_int(struct dm_report *rh, in dm_report_field_int()
149 int dm_report_field_uint32(struct dm_report *rh, in dm_report_field_uint32()
178 int dm_report_field_int32(struct dm_report *rh, in dm_report_field_int32()
207 int dm_report_field_uint64(struct dm_report *rh, in dm_report_field_uint64()
248 static void _display_fields(struct dm_report *rh) in _display_fields()
290 static int _copy_field(struct dm_report *rh, struct field_properties *dest, in _copy_field()
308 static struct field_properties * _add_field(struct dm_report *rh, in _add_field()
[all …]
/netbsd-src/external/gpl2/lvm2/dist/lib/report/
H A Dreport.c60 static int _string_disp(struct dm_report *rh, struct dm_pool *mem __attribute((unused)), in _string_disp()
67 static int _dev_name_disp(struct dm_report *rh, struct dm_pool *mem __attribute((unused)), in _dev_name_disp()
195 static int _modules_disp(struct dm_report *rh, struct dm_pool *mem, in _modules_disp()
213 static int _vgfmt_disp(struct dm_report *rh, struct dm_pool *mem, in _vgfmt_disp()
227 static int _pvfmt_disp(struct dm_report *rh, struct dm_pool *mem, in _pvfmt_disp()
242 static int _lvkmaj_disp(struct dm_report *rh, struct dm_pool *mem __attribute((unused)), in _lvkmaj_disp()
255 static int _lvkmin_disp(struct dm_report *rh, struct dm_pool *mem __attribute((unused)), in _lvkmin_disp()
468 static int _loglv_disp(struct dm_report *rh, struct dm_pool *mem __attribute((unused)), in _loglv_disp()
486 static int _lvname_disp(struct dm_report *rh, struct dm_pool *mem, in _lvname_disp()
520 static int _origin_disp(struct dm_report *rh, struct dm_pool *mem, in _origin_disp()
[all …]
/netbsd-src/include/rpc/
H A Dclnt.h208 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
212 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
222 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument
223 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument
230 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
231 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
241 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
242 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
284 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument
285 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument
/netbsd-src/sys/netinet6/
H A Droute6.c54 struct ip6_rthdr *rh; in route6_input() local
H A Dnd6.h130 struct nd_opt_rd_hdr *rh; member
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c1947 static int _int32_disp(struct dm_report *rh, in _int32_disp()
1957 static int _uint32_disp(struct dm_report *rh, in _uint32_disp()
1967 static int _dm_name_disp(struct dm_report *rh, in _dm_name_disp()
1977 static int _dm_uuid_disp(struct dm_report *rh, in _dm_uuid_disp()
1990 static int _dm_read_ahead_disp(struct dm_report *rh, in _dm_read_ahead_disp()
2003 static int _dm_info_status_disp(struct dm_report *rh, in _dm_info_status_disp()
2021 static int _dm_info_table_loaded_disp(struct dm_report *rh, in _dm_info_table_loaded_disp()
2045 static int _dm_info_suspended_disp(struct dm_report *rh, in _dm_info_suspended_disp()
2061 static int _dm_info_read_only_disp(struct dm_report *rh, in _dm_info_read_only_disp()
2078 static int _dm_info_devno_disp(struct dm_report *rh, struct dm_pool *mem, in _dm_info_devno_disp()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dbdiv_qr.c51 mp_limb_t rh; in mpn_bdiv_qr() local
H A Dpow_1.c81 mp_limb_t rl, rh, bl = bp[0]; in mpn_pow_1() local
H A Ddcpi1_bdiv_qr.c66 mp_limb_t rh; in mpn_dcpi1_bdiv_qr_n() local
H A Dmod_1_2.c86 mp_limb_t rh, rl, bi, ph, pl, ch, cl, r; in mpn_mod_1s_2p() local
H A Dmod_1_3.c89 mp_limb_t rh, rl, bi, ph, pl, ch, cl, r; in mpn_mod_1s_3p() local
H A Dmod_1_4.c92 mp_limb_t rh, rl, bi, ph, pl, ch, cl, r; in mpn_mod_1s_4p() local
H A Dmod_1_1.c192 mp_limb_t rh, rl, bi, ph, pl, r; in mpn_mod_1_1p() local
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-bdiv.c59 check_one (mp_ptr qp, mp_srcptr rp, mp_limb_t rh, in check_one()
136 mp_limb_t rh; in main() local
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dinvsqrt_limb.h309 #define __gmpfr_sqrt_limb(s, rh, rl, invs, u) \ argument
/netbsd-src/lib/libc/net/
H A Drthdr.c403 const struct ip6_rthdr *rh; in inet6_rth_segments() local
432 const struct ip6_rthdr *rh; in inet6_rth_getaddr() local
/netbsd-src/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dmod_1_4.c94 mp_limb_t rh, rl, bi, ph, pl, ch, cl, r; in mpn_mod_1s_4p() local
/netbsd-src/sys/dev/usb/
H A Duthum.c344 int temp, rh; in uthum_refresh() local
417 int rh_l, rh; in uthum_sht1x_rh() local
/netbsd-src/external/mpl/dhcp/dist/dhcpctl/
H A Dremote.c262 unsigned long rh; in dhcpctl_remote_set_value() local
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_aggregate.c744 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); local
761 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); local
780 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); local
891 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); local
1033 dt_ahashent_t **rh = *((dt_ahashent_t ***)rhs); local
/netbsd-src/sys/dev/i2o/
H A Ddpti.c452 struct i2o_reply rh; in dpti_passthrough() local
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_warc.c229 warc_essential_hdr_t rh = { in _warc_header() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kafs/
H A Dafskrb5.c207 afslog_uid_int(struct kafs_data *data, const char *cell, const char *rh, in afslog_uid_int()
/netbsd-src/tests/lib/libc/db/
H A Dh_db.c617 static RECNOINFO rh; in setinfo() local
/netbsd-src/sys/dev/marvell/
H A Dmvsdio.c331 uint16_t rh[MVSDIO_NRH + 1]; in mvsdio_intr() local

12