Searched refs:bufpp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/ntp/libparse/ |
| H A D | binio.c | 41 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 D | data_mbg.c | 63 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 D | clk_meinberg.c | 175 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 D | ieee754io.c | 415 unsigned char **bufpp, in put_ieee754() argument
|
| /freebsd-14.2/contrib/ntp/include/ |
| H A D | ieee754io.h | 56 int put_ieee754 (unsigned char **bufpp, int size, l_fp *lfpp, offsets_t offsets);
|
| /freebsd-14.2/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 840 nfsvno_setpathbuf(struct nameidata *ndp, char **bufpp, u_long **hashpp) in nfsvno_setpathbuf() argument 848 *bufpp = cnp->cn_pnbuf; in nfsvno_setpathbuf()
|