Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/boot/bootadm/
H A Dbootadm.c7840 char *ospecial; local
7865 ospecial = get_special(osroot);
7866 INJECT_ERROR1("ROOT_OPTIONAL_OSPECIAL", ospecial = NULL);
7867 if (ospecial == NULL) {
7871 BAM_DPRINTF((D_ROOT_OPTIONAL_OSPECIAL, fcn, ospecial, osroot));
7877 free(ospecial);
7882 slash = strchr(ospecial, '/');
7885 BAM_DPRINTF((D_ROOT_OPTIONAL_FIXED_OSPECIAL, fcn, ospecial, osroot));
7887 root_opt = (strcmp(ospecial, mspecial) == 0);
7889 free(ospecial);