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

/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-report.c308 static struct field_properties * _add_field(struct dm_report *rh, function
406 if ((rh->fields[f].type & type) && !_add_field(rh, f, 0))
427 return _add_field(rh, f, 0) ? 1 : 0;
456 else if (!(found = _add_field(rh, field_num, FLD_HIDDEN)))

Completed in 163 milliseconds