Home
last modified time | relevance | path

Searched refs:p_size (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dfortify-string.h199 const size_t p_size = __member_size(p); in strncpy() local
201 if (__compiletime_lessthan(p_size, size)) in strncpy()
203 if (p_size < size) in strncpy()
204 fortify_panic(FORTIFY_FUNC_strncpy, FORTIFY_WRITE, p_size, size, p); in strncpy()
221 const size_t p_size = __member_size(p); in strnlen() local
228 if (maxlen >= p_size) in strnlen()
233 ret = __real_strnlen(p, maxlen < p_size ? maxlen : p_size); in strnlen()
234 if (p_size <= ret && maxlen != ret) in strnlen()
235 fortify_panic(FORTIFY_FUNC_strnlen, FORTIFY_READ, p_size, ret + 1, ret); in strnlen()
263 const size_t p_size = __member_size(p); in __fortify_strlen() local
[all …]
/include/drm/ttm/
Dttm_range_manager.h39 unsigned long p_size);
44 unsigned long p_size) in ttm_range_man_init() argument
47 return ttm_range_man_init_nocheck(bdev, type, use_tt, p_size); in ttm_range_man_init()
/include/crypto/
Ddh.h37 unsigned int p_size; member