Home
last modified time | relevance | path

Searched defs:_field_ (Results 1 – 5 of 5) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c176 typedef struct _field_ struct
178 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 */
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dshiocmd_solaris.c176 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
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dnvtype.c1371 typedef struct _field_ struct
1373 char *name;
1374 char *type;
1375 int offset;
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtype.c1407 typedef struct _field_ struct
1409 name_field_ global() argument
1410 type_field_ global() argument
1411 offset_field_ global() argument
/titanic_51/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c883 #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