Lines Matching defs:s
85 HAL_WARNING (("Invalid path %s", path));
101 hal_util_get_last_element (const gchar *s)
106 len = strlen (s);
107 for (p = s + len - 1; p > s; --p) {
112 return s;
162 HAL_ERROR (("Could not normalize '%s' and '%s', return 'NULL'", path1, path2));
169 return g_strdup_printf ("%s/%s", buf, p2);
183 g_snprintf (path, sizeof (path), "%s/%s", directory, file);
187 HAL_ERROR (("Cannot open '%s'", path));
192 HAL_ERROR (("Cannot read from '%s'", path));
233 g_snprintf (path, sizeof (path), "%s/%s", directory, file);
237 HAL_ERROR (("Cannot open '%s'", path));
242 HAL_ERROR (("Cannot read from '%s'", path));
290 g_snprintf (path, sizeof (path), "%s/%s", directory, file);
294 HAL_ERROR (("Cannot open '%s'", path));
299 HAL_ERROR (("Cannot read from '%s'", path));
375 g_snprintf (path, sizeof (path), "%s/%s", directory, file);
379 HAL_ERROR (("Cannot open '%s'", path));
385 HAL_ERROR (("Cannot read from '%s'", path));
514 snprintf (filename, sizeof (filename), "%s/%s", directory, file);
520 /*HAL_INFO (("hal_util_grep_file: reusing buf for %s", filename));*/
531 /*HAL_INFO (("hal_util_grep_file: read %s of %d bytes", filename, bufsize));*/
888 HAL_INFO (("Add callouts for udi=%s", d->udi));
906 HAL_INFO (("Remove callouts for udi=%s", d->udi));
924 HAL_INFO (("Preprobe callouts for udi=%s", d->udi));
1011 /*HAL_DEBUG (("examining /media/.hal-mtab for %s", mount_point));*/
1038 /*HAL_DEBUG (("hal_mtab = '%s'\n", hal_mtab_buf));*/
1048 /*HAL_DEBUG ((" line = '%s'", lines[i]));*/
1056 HAL_DEBUG ((" devfile = '%s'", line_elements[0]));
1057 HAL_DEBUG ((" uid = '%s'", line_elements[1]));
1058 HAL_DEBUG ((" session id = '%s'", line_elements[2]));
1059 HAL_DEBUG ((" fs = '%s'", line_elements[3]));
1060 HAL_DEBUG ((" options = '%s'", line_elements[4]));
1061 HAL_DEBUG ((" mount_point = '%s'", line_elements[5]));
1062 HAL_DEBUG ((" (comparing against '%s')", mount_point));
1067 /*HAL_INFO (("device at '%s' is indeed mounted by HAL's Mount()", mount_point));*/