Home
last modified time | relevance | path

Searched refs:strscpy (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dcoredump.c157 strscpy(dump->fw_state, "normal", sizeof(dump->fw_state)); in mt7915_coredump_fw_state()
159 strscpy(dump->fw_state, "assert", sizeof(dump->fw_state)); in mt7915_coredump_fw_state()
161 strscpy(dump->fw_state, "exception", sizeof(dump->fw_state)); in mt7915_coredump_fw_state()
198 strscpy(dump->trace_sched, "(sched_info) id, time", in mt7915_coredump_fw_trace()
212 strscpy(dump->trace_irq, "(irq_info) id, time", in mt7915_coredump_fw_trace()
249 strscpy(dump->task_qid, "(task queue id) read, write", in mt7915_coredump_fw_task()
257 strscpy(dump->task_info, "(task stack) start, end, size", in mt7915_coredump_fw_task()
277 strscpy(dump->fw_context, "(context) interrupt", in mt7915_coredump_fw_context()
290 strscpy(dump->fw_context, "(context) idle", in mt7915_coredump_fw_context()
293 strscpy(dump->fw_context, "(context) task", in mt7915_coredump_fw_context()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dcoredump.c110 strscpy(dump->fw_state, "normal", sizeof(dump->fw_state)); in mt7996_coredump_fw_state()
112 strscpy(dump->fw_state, "exception", sizeof(dump->fw_state)); in mt7996_coredump_fw_state()
123 strscpy(dump->pc_current, "program counter", sizeof(dump->pc_current)); in mt7996_coredump_fw_stack()
191 strscpy(dump->magic, "mt76-crash-dump", sizeof(dump->magic)); in mt7996_coredump_build()
192 strscpy(dump->kernel, init_utsname()->release, sizeof(dump->kernel)); in mt7996_coredump_build()
193 strscpy(dump->fw_ver, dev->mt76.hw->wiphy->fw_version, in mt7996_coredump_build()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dstring.h36 ssize_t ret = strscpy(dest, src, size); in strlcpy()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_trace.h17 #define DEV_ASSIGN strscpy(__entry->wiphy_name, \
H A Dmt76x02_trace.h17 #define DEV_ASSIGN strscpy(__entry->wiphy_name, \
H A Dusb_trace.h17 #define DEV_ASSIGN strscpy(__entry->wiphy_name, \
H A Dtrace.h17 #define DEVICE_ASSIGN strscpy(__entry->wiphy_name, \
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dstring.h206 strscpy(char* dst, const char* src, size_t len) in strscpy() function
227 return (strscpy(dst, src, len)); in strscpy_pad()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmt7615_trace.h17 #define DEV_ASSIGN strscpy(__entry->wiphy_name, \
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcoredump.c1525 strscpy(dump_data->df_magic, "ATH10K-FW-DUMP", in ath10k_coredump_build()
1546 strscpy(dump_data->fw_ver, ar->hw->wiphy->fw_version, in ath10k_coredump_build()
1550 strscpy(dump_data->kernel_ver, init_utsname()->release, in ath10k_coredump_build()
H A Dqmi.c567 strscpy(table_ptr + smem_img_idx_wlan, fw_build_id, in ath10k_qmi_add_wlan_ver_smem()
625 strscpy(qmi->fw_build_timestamp, resp->fw_version_info.fw_build_timestamp, in ath10k_qmi_cap_send_sync_msg()
630 strscpy(qmi->fw_build_id, resp->fw_build_id, in ath10k_qmi_cap_send_sync_msg()
H A Dcore.c1125 if (strscpy(ar->id.bdf_ext, bdf_ext + strlen(magic), in ath10k_core_check_bdfext()
1164 if (strscpy(ar->id.bdf_ext, variant, sizeof(ar->id.bdf_ext)) < 0) in ath10k_core_check_dt()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_simple_attr.c129 ret = strscpy(buf, prebuf + *ppos, read_size); in simple_attr_read()
H A Dlinux_seq_file.c67 rc = strscpy(ubuf, sbuf_data(sbuf) + *ppos, size + 1); in seq_read()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.c954 copied = strscpy(ab->qmi.target.bdf_ext, smbios->bdf_ext + strlen(magic), in ath11k_core_check_cc_code_bdfext()
994 if (strscpy(ab->qmi.target.bdf_ext, variant, max_len) < 0) in ath11k_core_check_dt()
H A Dqmi.c2274 strscpy(ab->qmi.target.fw_build_timestamp, in ath11k_qmi_request_target_cap()
2280 strscpy(ab->qmi.target.fw_build_id, resp.fw_build_id, in ath11k_qmi_request_target_cap()
2726 strscpy(req->host_version, ATH11K_HOST_VERSION_STRING, in ath11k_qmi_wlanfw_wlan_cfg_send()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dqmi.c2272 strscpy(ab->qmi.target.fw_build_timestamp, in ath12k_qmi_request_target_cap()
2278 strscpy(ab->qmi.target.fw_build_id, resp.fw_build_id, in ath12k_qmi_request_target_cap()
2686 strscpy(req->host_version, ATH12K_HOST_VERSION_STRING, in ath12k_qmi_wlanfw_wlan_cfg_send()