HomeSort by: relevance | last modified time | path
    Searched defs:vendor_table (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/atactl/
atactl.c 872 const struct attr_table *vendor_table = NULL; local in function:print_smart_status
879 vendor_table = vendor_smart_names[i].table;
883 if (vendor_table == NULL)
930 if (vendor_table) {
932 vendor_table[vid].id != i && vendor_table[vid].id != 0;
935 if (vendor_table[vid].id != 0) {
936 name = vendor_table[vid].name;
937 special = vendor_table[vid].special;
atactl.c 872 const struct attr_table *vendor_table = NULL; local in function:print_smart_status
879 vendor_table = vendor_smart_names[i].table;
883 if (vendor_table == NULL)
930 if (vendor_table) {
932 vendor_table[vid].id != i && vendor_table[vid].id != 0;
935 if (vendor_table[vid].id != 0) {
936 name = vendor_table[vid].name;
937 special = vendor_table[vid].special;

Completed in 216 milliseconds