Home
last modified time | relevance | path

Searched refs:bufpp (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/ntp/libparse/
H A Dbinio.c41 unsigned char **bufpp in get_lsb_short() argument
46 retval = *((*bufpp)++); in get_lsb_short()
54 unsigned char **bufpp, in put_lsb_short() argument
64 unsigned char **bufpp in get_lsb_long() argument
69 retval = *((*bufpp)++); in get_lsb_long()
79 unsigned char **bufpp, in put_lsb_long() argument
91 unsigned char **bufpp in get_msb_short() argument
97 retval |= *((*bufpp)++); in get_msb_short()
104 unsigned char **bufpp, in put_msb_short() argument
114 unsigned char **bufpp in get_msb_long() argument
[all …]
H A Ddata_mbg.c63 unsigned char **bufpp, in put_mbg_header() argument
75 unsigned char **bufpp, in get_mbg_sw_rev() argument
81 *bufpp += sizeof(sw_revp->name); in get_mbg_sw_rev()
86 unsigned char **bufpp, in get_mbg_ascii_msg() argument
93 *bufpp += sizeof(ascii_msgp->s); in get_mbg_ascii_msg()
98 unsigned char **bufpp, in get_mbg_svno() argument
107 unsigned char **bufpp, in get_mbg_health() argument
116 unsigned char **bufpp, in get_mbg_cfg() argument
125 unsigned char **bufpp, in get_mbg_tgps() argument
129 tgpsp->wn = get_lsb_uint16(bufpp); in get_mbg_tgps()
[all …]
H A Dclk_meinberg.c175 unsigned char **bufpp, in get_mbg_header() argument
179 headerp->cmd = (GPS_CMD) get_lsb_short(bufpp); in get_mbg_header()
180 headerp->len = get_lsb_uint16(bufpp); in get_mbg_header()
181 headerp->data_csum = (CSUM) get_lsb_short(bufpp); in get_mbg_header()
182 headerp->hdr_csum = (CSUM) get_lsb_short(bufpp); in get_mbg_header()
H A Dieee754io.c415 unsigned char **bufpp, in put_ieee754() argument
/freebsd-14.2/contrib/ntp/include/
H A Dieee754io.h56 int put_ieee754 (unsigned char **bufpp, int size, l_fp *lfpp, offsets_t offsets);
/freebsd-14.2/sys/fs/nfsserver/
H A Dnfs_nfsdport.c840 nfsvno_setpathbuf(struct nameidata *ndp, char **bufpp, u_long **hashpp) in nfsvno_setpathbuf() argument
848 *bufpp = cnp->cn_pnbuf; in nfsvno_setpathbuf()