Searched refs:retptr (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/lib/ |
D | cmdline.c | 150 unsigned long long memparse(const char *ptr, char **retptr) in memparse() argument 186 if (retptr) in memparse() 187 *retptr = endptr; in memparse()
|
/linux-6.1.9/arch/um/kernel/ |
D | physmem.c | 150 char *retptr; in uml_mem_setup() local 151 physmem_size = memparse(line,&retptr); in uml_mem_setup()
|
/linux-6.1.9/drivers/mtd/parsers/ |
D | cmdlinepart.c | 83 char **retptr, in newpart() argument 211 *retptr = s; in newpart()
|
/linux-6.1.9/drivers/misc/vmw_vmci/ |
D | vmci_host.c | 446 int __user *retptr; in vmci_host_do_alloc_queuepair() local 461 retptr = &info->result; in vmci_host_do_alloc_queuepair() 483 retptr = &info->result; in vmci_host_do_alloc_queuepair() 498 if (put_user(vmci_status, retptr)) { in vmci_host_do_alloc_queuepair()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | prom_init.c | 752 static unsigned long __init prom_memparse(const char *ptr, const char **retptr) in prom_memparse() argument 754 unsigned long ret = prom_strtoul(ptr, retptr); in prom_memparse() 762 if ('G' == **retptr || 'g' == **retptr) in prom_memparse() 765 if ('M' == **retptr || 'm' == **retptr) in prom_memparse() 768 if ('K' == **retptr || 'k' == **retptr) in prom_memparse() 773 (*retptr)++; in prom_memparse()
|
/linux-6.1.9/include/linux/ |
D | kernel.h | 236 extern unsigned long long memparse(const char *ptr, char **retptr);
|
/linux-6.1.9/tools/testing/selftests/mount_setattr/ |
D | mount_setattr_test.c | 932 void *retptr = NULL; in TEST_F() local 934 EXPECT_EQ(pthread_join(threads[j], &retptr), 0); in TEST_F() 936 ret += ptr_to_int(retptr); in TEST_F()
|
/linux-6.1.9/fs/btrfs/ |
D | sysfs.c | 740 char *retptr; in btrfs_chunk_size_store() local 756 val = memparse(buf, &retptr); in btrfs_chunk_size_store() 758 retptr = skip_spaces(retptr); in btrfs_chunk_size_store() 759 if (*retptr != 0 || val == 0) in btrfs_chunk_size_store()
|
D | ioctl.c | 1996 char *retptr; in btrfs_ioctl_resize() local 2068 new_size = memparse(sizestr, &retptr); in btrfs_ioctl_resize() 2069 if (*retptr != '\0' || new_size == 0) { in btrfs_ioctl_resize()
|
/linux-6.1.9/Documentation/translations/zh_TW/process/ |
D | coding-style.rst | 228 unsigned long long memparse(char *ptr, char **retptr);
|
/linux-6.1.9/Documentation/translations/zh_CN/process/ |
D | coding-style.rst | 248 unsigned long long memparse(char *ptr, char **retptr);
|
/linux-6.1.9/Documentation/dev-tools/ |
D | checkpatch.rst | 1127 unsigned long long memparse(char *ptr, char **retptr);
|
/linux-6.1.9/Documentation/translations/it_IT/process/ |
D | coding-style.rst | 284 unsigned long long memparse(char *ptr, char **retptr);
|
/linux-6.1.9/Documentation/process/ |
D | coding-style.rst | 271 unsigned long long memparse(char *ptr, char **retptr);
|