Searched refs:_where_ (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/hal/libhal-storage/common/ |
H A D | libhal-storage.c | 879 …PROP_EXTRACT_INT(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PRO… argument 880 …P_EXTRACT_UINT64(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PRO… argument 881 …P_EXTRACT_STRING(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PRO… argument 882 …OP_EXTRACT_BOOL(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROP… argument 883 …OL_BITFIELD(_property_, _where_, _field_) else if (strcmp (key, _property_) == 0 && type == LIBHAL… argument 884 …EXTRACT_STRLIST(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROP… argument
|