Searched refs:promplat_alloc (Results 1 – 9 of 9) sorted by relevance
55 keyname = promplat_alloc(keynamelen); in prom_set_security_key()67 buf = promplat_alloc(buflen); in prom_set_security_key()137 keyname = promplat_alloc(keynamelen); in prom_get_security_key()144 buf = promplat_alloc(buflen); in prom_get_security_key()
44 path = promplat_alloc(len); in prom_open()104 buf = promplat_alloc(len); in prom_read()183 buf = promplat_alloc(len); in prom_write()
76 pathname = promplat_alloc(OBP_MAXPATHLEN); in prom_pathname()84 from = promplat_alloc(OBP_MAXPATHLEN); in prom_pathname()
56 buf = promplat_alloc(len); in token2path()
221 path = promplat_alloc(len); in prom_finddevice()
288 value = promplat_alloc(len); in prom_setprop()
44 path = promplat_alloc(len); in prom_fopen()91 path = promplat_alloc(len); in prom_volopen()162 buf = promplat_alloc(len); in prom_fread()
121 extern void *promplat_alloc(size_t);
482 promplat_alloc(size_t size) in promplat_alloc() function