Searched refs:retminor_name (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/cddl/compat/opensolaris/misc/
H A Ddeviceid.c40 devid_str_decode(char *devidstr, ddi_devid_t *retdevid, char **retminor_name) argument
47 *retminor_name = strdup("");
48 if (*retminor_name == NULL)
101 devid_get_minor_name(int fd, char **retminor_name) argument
104 *retminor_name = strdup("");
105 if (*retminor_name == NULL)
/freebsd-10.3-release/cddl/compat/opensolaris/include/
H A Ddevid.h46 char **retminor_name);
53 int devid_get_minor_name(int fd, char **retminor_name);

Completed in 40 milliseconds