Home
last modified time | relevance | path

Searched refs:promplat_free (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/psm/promif/ieee1275/common/
H A Dprom_key.c69 promplat_free(keyname, keynamelen); in prom_set_security_key()
103 promplat_free(keyname, keynamelen); in prom_set_security_key()
105 promplat_free(buf, buflen); in prom_set_security_key()
146 promplat_free(keyname, keynamelen); in prom_get_security_key()
179 promplat_free(keyname, keynamelen); in prom_get_security_key()
182 promplat_free(buf, buflen); in prom_get_security_key()
H A Dprom_path.c87 promplat_free(pathname, OBP_MAXPATHLEN); in prom_pathname()
112 promplat_free(pathname, OBP_MAXPATHLEN); in prom_pathname()
117 promplat_free(from, OBP_MAXPATHLEN); in prom_pathname()
H A Dprom_io.c66 promplat_free(path, len); in prom_open()
129 promplat_free(buf, len); in prom_read()
234 promplat_free(buf, len); in prom_write()
H A Dprom_2path.c78 promplat_free(buf, len); in token2path()
H A Dprom_node.c243 promplat_free(path, len); in prom_finddevice()
H A Dprom_prop.c317 promplat_free(value, len); in prom_setprop()
/titanic_50/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_fio.c67 promplat_free(path, len + 1); in prom_fopen()
114 promplat_free(path, len + 1); in prom_volopen()
186 promplat_free(buf, len); in prom_fread()
/titanic_50/usr/src/uts/sun/sys/
H A Dpromimpl.h122 extern void promplat_free(void *, size_t);
/titanic_50/usr/src/uts/sun4/os/
H A Dprom_subr.c501 promplat_free(void *p, size_t size) in promplat_free() function