Lines Matching defs:found
65 int *found, int *errp);
672 * the whole disk, continue. If another slice is found
808 int found;
827 found = 0;
830 found = 1;
836 return (found);
840 * Returns 'in use' details, if found, about a specific dev_name,
853 int found = 0;
870 * for in use statistics. So, return found, which is == 0.
873 return (found);
892 &found, errp);
895 ASSERT(found == 1);
898 return (found);
904 * If there is an error, but it isn't a no device found error
919 return (found);
928 * End of the list found.
963 by, data, msg, &found, errp) != 0) {
987 by, data, msg, &found, errp) != 0) {
1005 by, data, msg, &found, errp)) {
1017 by, data, msg, &found, errp) != 0) {
1031 by, data, msg, &found, errp) != 0) {
1040 data, msg, &found, errp) != 0) {
1049 * nothing found in use for this client
1060 return (found);
1267 int *found, int *errp)
1303 (*found)++;