Searched refs:pbyte (Results 1 – 2 of 2) sorted by relevance
38 static status_t i2c_readbyte(i2c_bus *bus, uint8 *pbyte);237 i2c_readbyte(i2c_bus *bus, uint8 *pbyte) in i2c_readbyte() argument252 *pbyte = byte; in i2c_readbyte()
678 int pbyte, pbit; in ns_sprintrrf() local686 pbyte = (pbit & ~7) / 8; in ns_sprintrrf()691 if (rdata + pbyte >= edata) goto formerr; in ns_sprintrrf()693 memcpy(&a.s6_addr[pbyte], rdata, sizeof(a) - pbyte); in ns_sprintrrf()696 rdata += sizeof(a) - pbyte; in ns_sprintrrf()