Searched defs:_field_ (Results 1 – 3 of 3) 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 */
1371 typedef struct _field_ struct1373 char *name;1374 char *type;1375 int offset;
883 #define LIBHAL_PROP_EXTRACT_BOOL_BITFIELD(_property_, _where_, _field_) else if (strcmp (key, _prop… argument