Lines Matching defs:physpath
255 char *physpath;
263 physpath = g_malloc(physpath_len, M_WAITOK|M_ZERO);
264 error = g_io_getattr("GEOM::physpath", cp, &physpath_len, physpath);
266 if (error == 0 && strlen(physpath) != 0) {
274 alias_devp, dev, old_alias_dev, physpath);
279 g_free(physpath);
311 if (strcmp(attr, "GEOM::physpath") == 0) {
403 g_dev_attrchanged(cp, "GEOM::physpath");
657 error = g_io_getattr("GEOM::physpath", cp, &i, data);