Searched refs:o_path (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddepend.c59 if ((fltrent = get_hash(crle->c_strtbl, (Addr)fltrent->e_obj->o_path, 0,
83 if ((strcmp(flt->f_fent->e_obj->o_path,
84 fltrent->e_obj->o_path) != 0) &&
H A D_crle.h61 char *o_path; /* the objects real path */ member in struct:hash_obj
H A Dinspect.c88 if (strcmp(path, obj->o_path))
104 if (strcmp(alter, obj->o_path) == 0) {
106 obj->o_path);
136 (void) printf(fmt, alter, obj->o_path);
205 if ((obj->o_path = strdup(name)) == NULL)
473 if ((obj->o_path = strdup(path)) == NULL)

Completed in 46 milliseconds