Searched refs:retptr (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/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-5.19.10/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-5.19.10/drivers/mtd/parsers/ |
D | cmdlinepart.c | 83 char **retptr, in newpart() argument 211 *retptr = s; in newpart()
|
/linux-5.19.10/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-5.19.10/arch/powerpc/kernel/ |
D | prom_init.c | 758 static unsigned long __init prom_memparse(const char *ptr, const char **retptr) in prom_memparse() argument 760 unsigned long ret = prom_strtoul(ptr, retptr); in prom_memparse() 768 if ('G' == **retptr || 'g' == **retptr) in prom_memparse() 771 if ('M' == **retptr || 'm' == **retptr) in prom_memparse() 774 if ('K' == **retptr || 'k' == **retptr) in prom_memparse() 779 (*retptr)++; in prom_memparse()
|
/linux-5.19.10/include/linux/ |
D | kernel.h | 236 extern unsigned long long memparse(const char *ptr, char **retptr);
|
/linux-5.19.10/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-5.19.10/Documentation/translations/zh_CN/process/ |
D | coding-style.rst | 225 unsigned long long memparse(char *ptr, char **retptr);
|
/linux-5.19.10/Documentation/translations/zh_TW/process/ |
D | coding-style.rst | 228 unsigned long long memparse(char *ptr, char **retptr);
|
/linux-5.19.10/fs/btrfs/ |
D | ioctl.c | 1993 char *retptr; in btrfs_ioctl_resize() local 2065 new_size = memparse(sizestr, &retptr); in btrfs_ioctl_resize() 2066 if (*retptr != '\0' || new_size == 0) { in btrfs_ioctl_resize()
|
/linux-5.19.10/Documentation/dev-tools/ |
D | checkpatch.rst | 1120 unsigned long long memparse(char *ptr, char **retptr);
|
/linux-5.19.10/Documentation/translations/it_IT/process/ |
D | coding-style.rst | 284 unsigned long long memparse(char *ptr, char **retptr);
|
/linux-5.19.10/Documentation/process/ |
D | coding-style.rst | 271 unsigned long long memparse(char *ptr, char **retptr);
|