Home
last modified time | relevance | path

Searched refs:maxlen (Results 1051 - 1067 of 1067) sorted by relevance

1...<<414243

/kernel/linux/linux-6.6/kernel/
H A Dsignal.c4798 .maxlen = sizeof(int),
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dmain.c812 size_t wl12xx_copy_fwlog(struct wl1271 *wl, u8 *memblock, size_t maxlen) in wl12xx_copy_fwlog() argument
817 len = min_t(size_t, maxlen, PAGE_SIZE - wl->fwlog_size); in wl12xx_copy_fwlog()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.c637 * @maxlen: maxlen of source string
643 smb2_get_name(const char *src, const int maxlen, struct nls_table *local_nls) in smb2_get_name() argument
647 name = smb_strndup_from_utf16(src, maxlen, 1, local_nls); in smb2_get_name()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dmain.c804 size_t wl12xx_copy_fwlog(struct wl1271 *wl, u8 *memblock, size_t maxlen) in wl12xx_copy_fwlog() argument
809 len = min_t(size_t, maxlen, PAGE_SIZE - wl->fwlog_size); in wl12xx_copy_fwlog()
/third_party/python/Objects/
H A Dunicodeobject.c10252 Py_ssize_t maxlen; in PyUnicode_Fill() local
10274 maxlen = PyUnicode_GET_LENGTH(unicode) - start; in PyUnicode_Fill()
10275 length = Py_MIN(maxlen, length); in PyUnicode_Fill()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dtg3.c848 u32 i, bufoff, msgoff, maxlen, apedata; in tg3_ape_scratchpad_read() local
864 maxlen = tg3_ape_read32(tp, TG3_APE_SEG_MSG_BUF_LEN); in tg3_ape_scratchpad_read()
870 length = (len > maxlen) ? maxlen : len; in tg3_ape_scratchpad_read()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dtg3.c849 u32 i, bufoff, msgoff, maxlen, apedata; in tg3_ape_scratchpad_read() local
865 maxlen = tg3_ape_read32(tp, TG3_APE_SEG_MSG_BUF_LEN); in tg3_ape_scratchpad_read()
871 length = (len > maxlen) ? maxlen : len; in tg3_ape_scratchpad_read()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-integrity.c3129 unsigned status_flags, char *result, unsigned maxlen) in dm_integrity_status()
3128 dm_integrity_status(struct dm_target *ti, status_type_t type, unsigned status_flags, char *result, unsigned maxlen) dm_integrity_status() argument
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-integrity.c3377 unsigned int status_flags, char *result, unsigned int maxlen) in dm_integrity_status()
3376 dm_integrity_status(struct dm_target *ti, status_type_t type, unsigned int status_flags, char *result, unsigned int maxlen) dm_integrity_status() argument
H A Dmd.c297 .maxlen = sizeof(int),
304 .maxlen = sizeof(int),
/kernel/linux/linux-6.6/kernel/trace/
H A Dftrace.c8267 .maxlen = sizeof(int),
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3441 pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t; in strnlen()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4539 maxlen: ::size_t, in procstat_getpathname()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_sdio.c3207 pktgen.maxlen = bus->pktgen_maxlen; in dhdsdio_pktgen_get()
3237 bus->pktgen_maxlen = pktgen.maxlen; in dhdsdio_pktgen_set()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c151 .maxlen = MAX_ATTEN_LEN
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c151 .maxlen = MAX_ATTEN_LEN
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c1067 [NL80211_ATTR_MAC] = { .minlen = ETH_ALEN, .maxlen = ETH_ALEN }, in get_mlo_info()

Completed in 184 milliseconds

1...<<414243