HomeSort by: relevance | last modified time | path
    Searched refs:ci_path (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/
ccdvar.h 112 char *ci_path; /* path to component */ member in struct:ccdcinfo
ccd.c 359 ci->ci_path = kmem_alloc(ci->ci_pathlen, KM_SLEEP);
360 memcpy(ci->ci_path, tmppath, ci->ci_pathlen);
376 cs->sc_xname, ci->ci_path, error);
393 cs->sc_xname, ci->ci_path);
466 ci->ci_path, (uintmax_t)ci->ci_size);
492 kmem_free(cs->sc_cinfo[ix].ci_path,
1430 kmem_free(cs->sc_cinfo[i].ci_path,
1831 size += strlen(sc->sc_cinfo[i].ci_path) + 1;
1845 char *d = sc->sc_cinfo[i].ci_path;
  /src/sys/dev/raidframe/
rf_netbsd.h 50 char *ci_path; /* path to component */

Completed in 14 milliseconds