Searched refs:byte_ptr (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/dev/smbus/
H A Dsmb.h42 char *byte_ptr; member in union:smbcmd::__anon10123
H A Dsmb.c220 if (s->data.byte_ptr) {
225 error = copyout(&c, s->data.byte_ptr,
226 sizeof(*(s->data.byte_ptr)));
255 if (s->count && s->data.byte_ptr) {
258 error = copyin(s->data.byte_ptr, buf, s->count);
270 if (s->count && s->data.byte_ptr) {
276 error = copyout(buf, s->data.byte_ptr,
/freebsd-10.2-release/usr.sbin/smbmsg/
H A Dsmbmsg.c166 c.data.byte_ptr = ibuf;
202 c.data.byte_ptr = ibuf;
215 c.data.byte_ptr = obuf;
/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dfloatformat.c448 unsigned char *byte_ptr = data + cur_byte;
451 *byte_ptr = (*byte_ptr & ~mask) | ((stuff_to_put << lo_bit) & mask);
446 unsigned char *byte_ptr = data + cur_byte; local
/freebsd-10.2-release/contrib/binutils/libiberty/
H A Dfloatformat.c448 unsigned char *byte_ptr = data + cur_byte;
451 *byte_ptr = (*byte_ptr & ~mask) | ((stuff_to_put << lo_bit) & mask);
446 unsigned char *byte_ptr = data + cur_byte; local
/freebsd-10.2-release/sys/dev/nand/
H A Dnandsim_ctrl.c325 uint8_t *byte_ptr = (uint8_t *)&word; local
332 byte_corrupt(chip, byte_ptr);
333 byte_corrupt(chip, byte_ptr + 1);

Completed in 163 milliseconds