Searched refs:name_max (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pnp/isapnp/ |
| H A D | core.c | 545 isapnp_parse_name(char *name, unsigned int name_max, unsigned short *size) in isapnp_parse_name() argument 549 *size >= name_max ? (name_max - 1) : *size; in isapnp_parse_name()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | hv-24x7.c | 501 static struct attribute *device_str_attr_create(char *name, int name_max, in device_str_attr_create() argument 513 n = kasprintf(GFP_KERNEL, "%.*s", name_max, name); in device_str_attr_create() 515 n = kasprintf(GFP_KERNEL, "%.*s__%d", name_max, name, in device_str_attr_create()
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | zlib.h | 454 uInt name_max; /* space at name (only when reading header) */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | zlib.h | 121 uInt name_max; /* space at name (only when reading header) */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | zlib.h | 121 uInt name_max; /* space at name (only when reading header) */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | zlib.h | 121 uInt name_max; /* space at name (only when reading header) */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | zlib.h | 121 uInt name_max; /* space at name (only when reading header) */ member
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inflate.c | 482 state->length < state->head->name_max) in inflate()
|