Searched refs:search_type (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/lib/blkid/
H A Ddev.c108 char *search_type; member in struct:blkid_struct_dev_iterate
122 iter->search_type = 0;
129 char *search_type, char *search_value)
133 if (!iter || iter->magic != DEV_ITERATE_MAGIC || !search_type ||
136 new_type = malloc(strlen(search_type)+1);
143 strcpy(new_type, search_type);
145 free(iter->search_type);
147 iter->search_type = new_type;
166 if (iter->search_type &&
167 !blkid_dev_has_tag(dev, iter->search_type,
128 blkid_dev_set_search(blkid_dev_iterate iter, char *search_type, char *search_value) argument
207 char *search_type = NULL; local
[all...]
H A Dtag.c411 char *search_type = NULL; local
434 search_type = argv[optind++];
452 if (search_type) {
453 found = blkid_dev_has_tag(dev, search_type, search_value);
455 search_type, search_value ? search_value : "NULL",
H A Dblkid.h60 char *search_type, char *search_value);
H A Dblkid.h.in60 char *search_type, char *search_value);
/external/e2fsprogs/misc/
H A Dblkid.c272 char *search_type = NULL, *search_value = NULL; local
326 if (search_type) {
332 &search_type,
375 if (!search_type) {
384 if ((dev = blkid_find_dev_with_tag(cache, search_type,
397 blkid_dev_set_search(iter, search_type, search_value);
412 if (search_type &&
413 !blkid_dev_has_tag(dev, search_type,
422 free(search_type);

Completed in 316 milliseconds