Searched refs:pmcs_tbuf_ptr (Results 1 – 1 of 1) sorted by relevance
46 pmcs_tbuf_t *pmcs_tbuf_ptr; variable580 pmcs_tbuf_ptr = pmcs_tbuf; in pmcs_attach()2900 gethrestime(&pmcs_tbuf_ptr->timestamp); in pmcs_prt_impl()2904 pmcs_tbuf_ptr->fw_timestamp = pwp->fw_timestamp + in pmcs_prt_impl()2907 pmcs_tbuf_ptr->fw_timestamp = 0; in pmcs_prt_impl()2910 ptr = pmcs_tbuf_ptr->buf; in pmcs_prt_impl()2916 pmcs_tbuf_ptr->target_num = PMCS_INVALID_TARGET_NUM; in pmcs_prt_impl()2917 pmcs_tbuf_ptr->target_ua[0] = '\0'; in pmcs_prt_impl()2919 pmcs_tbuf_ptr->target_num = target->target_num; in pmcs_prt_impl()2920 (void) strncpy(pmcs_tbuf_ptr->target_ua, target->ua, in pmcs_prt_impl()[all …]