Searched defs:_field_ (Results 1 – 5 of 5) sorted by relevance
176 typedef struct _field_ struct178 char *name; /* field name */179 int flags; /* flags */180 short offset; /* offset of field into data */181 short size; /* size of field */182 Namval_t *(*make)(Namval_t*); /* discipline constructor */
176 typedef struct _field_ struct 178 name_field_ global() argument 179 flags_field_ global() argument 180 offset_field_ global() argument 181 size_field_ global() argument 182 make_field_ global() argument
1371 typedef struct _field_ struct1373 char *name;1374 char *type;1375 int offset;
1407 typedef struct _field_ struct 1409 name_field_ global() argument 1410 type_field_ global() argument 1411 offset_field_ global() argument
883 #define LIBHAL_PROP_EXTRACT_BOOL_BITFIELD(_property_, _where_, _field_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_BOOLEAN) _where_ |= libhal_psi_get_bool (&it) ? _field_ : 0 argument