Searched refs:bufpp (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/ntp/libparse/ |
| HD | binio.c | 40 unsigned char **bufpp in get_lsb_short() argument 45 retval = *((*bufpp)++); in get_lsb_short() 46 retval |= *((*bufpp)++) << 8; in get_lsb_short() 53 unsigned char **bufpp, in put_lsb_short() argument 57 *((*bufpp)++) = (unsigned char) (val & 0xFF); in put_lsb_short() 58 *((*bufpp)++) = (unsigned char) ((val >> 8) & 0xFF); in put_lsb_short() 63 unsigned char **bufpp in get_lsb_long() argument 68 retval = *((*bufpp)++); in get_lsb_long() 69 retval |= *((*bufpp)++) << 8; in get_lsb_long() 70 retval |= *((*bufpp)++) << 16; in get_lsb_long() [all …]
|
| HD | data_mbg.c | 61 unsigned char **bufpp, in put_mbg_header() argument 65 put_lsb_short(bufpp, headerp->gps_cmd); in put_mbg_header() 66 put_lsb_short(bufpp, headerp->gps_len); in put_mbg_header() 67 put_lsb_short(bufpp, headerp->gps_data_csum); in put_mbg_header() 68 put_lsb_short(bufpp, headerp->gps_hdr_csum); in put_mbg_header() 73 unsigned char **bufpp, in get_mbg_sw_rev() argument 77 sw_revp->code = get_lsb_short(bufpp); in get_mbg_sw_rev() 78 memcpy(sw_revp->name, *bufpp, sizeof(sw_revp->name)); in get_mbg_sw_rev() 79 *bufpp += sizeof(sw_revp->name); in get_mbg_sw_rev() 84 unsigned char **bufpp, in get_mbg_ascii_msg() argument [all …]
|
| HD | clk_meinberg.c | 170 unsigned char **bufpp, in get_mbg_header() argument 174 headerp->gps_cmd = get_lsb_short(bufpp); in get_mbg_header() 175 headerp->gps_len = get_lsb_short(bufpp); in get_mbg_header() 176 headerp->gps_data_csum = get_lsb_short(bufpp); in get_mbg_header() 177 headerp->gps_hdr_csum = get_lsb_short(bufpp); in get_mbg_header()
|
| HD | ieee754io.c | 398 unsigned char **bufpp, in put_ieee754() argument
|
| /trueos/contrib/ntp/include/ |
| HD | ieee754io.h | 56 int put_ieee754 P((unsigned char **bufpp, int size, l_fp *lfpp, offsets_t offsets));
|
| /trueos/sys/fs/nfsserver/ |
| HD | nfs_nfsdport.c | 539 nfsvno_setpathbuf(struct nameidata *ndp, char **bufpp, u_long **hashpp) in nfsvno_setpathbuf() argument 547 *bufpp = cnp->cn_pnbuf; in nfsvno_setpathbuf()
|