Home
last modified time | relevance | path

Searched refs:kmem_strdupsize (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/sys/
H A Dkmem.h49 char * kmem_strdupsize(const char *, size_t *, km_flag_t);
50 #define kmem_strdup(s, f) kmem_strdupsize((s), NULL, (f))
/netbsd-src/sys/dev/flash/
H A Dflash_mtdparts.c192 mtddef = kmem_strdupsize(s + strlen(mtd_id) + 1, &mtddeflen, KM_SLEEP); in flash_attach_mtdparts()
/netbsd-src/sys/kern/
H A Dkern_fork.c391 p2->p_path = kmem_strdupsize(p1->p_path, NULL, KM_SLEEP); in fork1()
H A Dsubr_kmem.c568 kmem_strdupsize(const char *str, size_t *lenp, km_flag_t flags) in kmem_strdupsize() function
H A Dkern_veriexec.c1113 vfe->filename = kmem_strdupsize(file, &vfe->filename_len, in veriexec_file_add()
H A Dsubr_devsw.c471 name = kmem_strdupsize(devname, NULL, KM_NOSLEEP); in devsw_attach()
H A Dkern_event.c790 kfilter->name = kmem_strdupsize(name, &kfilter->namelen, KM_SLEEP); in kfilter_register()
H A Dkern_exec.c1037 p->p_path = kmem_strdupsize(resolvedname, NULL, KM_SLEEP); in pathexec()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dcpu.c546 ci->ci_name = kmem_strdupsize(prom_getpropstring(node, "name"), NULL, in cpu_attach()
/netbsd-src/sys/dev/dm/
H A Ddm_ioctl.c807 str = kmem_strdupsize(cp, &strsz, KM_SLEEP); in dm_table_load_ioctl()
/netbsd-src/sys/arch/sparc/sparc/
H A Dcpu.c2108 sc->cpu_longname = kmem_strdupsize(cpu_name, NULL, in getcpuinfo()
/netbsd-src/share/man/man9/
H A DMakefile482 kmem.9 kmem_strdupsize.9 \