Searched refs:prom_name (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dbootdev.c64 i_promname_to_devname(char *prom_name, char *ret_buf) argument
66 if (prom_name == NULL || ret_buf == NULL ||
67 (strlen(prom_name) >= MAXPATHLEN)) {
70 if (i_ddi_prompath_to_devfspath(prom_name, ret_buf) != DDI_SUCCESS)
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootdev.c81 i_promname_to_devname(char *prom_name, char *ret_buf) argument
83 if (prom_name == NULL || ret_buf == NULL ||
84 (strlen(prom_name) >= MAXPATHLEN)) {
87 if (i_ddi_prompath_to_devfspath(prom_name, ret_buf) != DDI_SUCCESS)
/illumos-gate/usr/src/uts/common/io/
H A Dopenprom.c899 char *prom_name; local
909 prom_name = kmem_alloc(userbufsize, KM_SLEEP);
914 error = i_devname_to_promname(opp->oprom_array, prom_name,
918 kmem_free(prom_name, userbufsize);
923 opp->oprom_array[valsize] = prom_name[valsize];
925 if ((valsize > 0) && (prom_name[valsize] == '\0') &&
926 (prom_name[valsize-1] == '\0')) {
932 kmem_free(prom_name, userbufsize);
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_implfuncs.h187 i_promname_to_devname(char *prom_name, char *ret_buf);
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c962 utop(char *fs_name, char *prom_name) argument
985 strcpy_limit(prom_name, opp->oprom_array, OBP_MAXPATHLEN,

Completed in 84 milliseconds