Home
last modified time | relevance | path

Searched defs:_Name (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h421 struct _Name { struct
422 struct _Property *prop; /* List of properties */
423 char *string_mb; /* Multi-byte name string */
424 struct {
426 } hash;
427 struct {
437 } stat;
441 short colon_splits;
445 short temp_file_number;
449 short conditional_cnt;
[all …]
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DDevicePath.h254 #define EISA_ID(_Name, _Num) ((UINT32)((_Name) | (_Num) << 16)) argument