Home
last modified time | relevance | path

Searched refs:ppath_alloc (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/common/lib/libppath/
Dppath.c84 if ((p = ppath_alloc(size)) == NULL) in ppath_strdup()
111 if ((pc = ppath_alloc(sizeof(*pc))) == NULL) in ppath_idx()
125 if ((pc = ppath_alloc(sizeof(*pc))) == NULL) in ppath_key()
165 if ((p = ppath_alloc(sizeof(*p))) == NULL) in ppath_create()
789 void *buf = ppath_alloc(data_size); in ppath_dup_data()
887 char *cp = ppath_alloc(string_size + 1); in ppath_dup_string()
Dppath_malloc.c40 ppath_alloc(size_t size) in ppath_alloc() function
Dppath_kmem_alloc.c39 ppath_alloc(size_t size) in ppath_alloc() function
/netbsd/src/lib/libppath/
Dppath_malloc.c40 ppath_alloc(size_t size) in ppath_alloc() function
Dppath.expsym2 ppath_alloc
/netbsd/src/common/include/ppath/
Dppath_impl.h17 void *ppath_alloc(size_t);