Searched refs:buf_pos (Results 1 – 5 of 5) sorted by relevance
58 char *buf_pos = buf + 32; in SubstituteForFlagValue() local 60 *--buf_pos = (pid % 10) + '0'; in SubstituteForFlagValue() 63 while (buf_pos < buf + 32 && out < out_end - 1) in SubstituteForFlagValue() 64 *out++ = *buf_pos++; in SubstituteForFlagValue()
1541 u_int8_t *buf_pos; in hifn_write_command() local1549 buf_pos = buf; in hifn_write_command()1553 base_cmd = (hifn_base_command_t *)buf_pos; in hifn_write_command()1567 buf_pos += sizeof(hifn_base_command_t); in hifn_write_command()1570 mac_cmd = (hifn_mac_command_t *)buf_pos; in hifn_write_command()1581 buf_pos += sizeof(hifn_mac_command_t); in hifn_write_command()1585 cry_cmd = (hifn_crypt_command_t *)buf_pos; in hifn_write_command()1593 buf_pos += sizeof(hifn_crypt_command_t); in hifn_write_command()1597 bcopy(cmd->mac, buf_pos, HIFN_MAC_KEY_LENGTH); in hifn_write_command()1598 buf_pos += HIFN_MAC_KEY_LENGTH; in hifn_write_command()[all …]
535 POSITION buf_pos; in ch_end_buffer_seek() 545 buf_pos = ch_position(bp->block, bp->datasize);546 if (buf_pos > end_pos)547 end_pos = buf_pos;526 POSITION buf_pos; ch_end_buffer_seek() local
103 u8 const *buf_pos; in ath11k_tm_process_event() local132 buf_pos = ftm_msg->data; in ath11k_tm_process_event()150 memcpy(&ab->testmode.eventdata[data_pos], buf_pos, datalen); in ath11k_tm_process_event()
505 u16 buf_pos = (u16)((NN_MAX_WORD_LEN - wpos - 1) * WORD_BYTES); in nn_init_from_buf() local506 ret = _ntohw(tmp + buf_pos, &(out_nn->val[wpos])); EG(ret, err); in nn_init_from_buf()