/illumos-gate/usr/src/cmd/more/ |
H A D | Makefile | 28 DATA= more.help macro 34 ROOTLIBDATA= $(DATA:%=$(ROOTLIB)/%) 46 all: $(PROG) $(DATA)
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | Makefile | 46 DATA = $(DATAFILES:%=$(TESTDIR)/%) macro 47 $(DATA) := FILEMODE = 0444 51 install: $(CMDS) $(DATA) 55 $(DATA): $(TESTDIR)
|
/illumos-gate/usr/src/test/zfs-tests/cmd/ |
H A D | file_common.h | 50 #define DATA 0xa5 macro
|
/illumos-gate/usr/src/cmd/look/ |
H A D | Makefile | 28 DATA= words macro 33 ROOTDATA= $(DATA:%=$(ROOTDATADIR)/%) 42 $(ROOTDATADIR)/$(DATA):= FILEMODE=444 49 all: $(PROG) $(DATA)
|
/illumos-gate/usr/src/cmd/format/ |
H A D | Makefile | 45 DATA= format.dat macro 57 ROOTETCDATA= $(ROOTETC)/$(DATA) 70 all: $(PROG) $(DATA)
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | libm.h | 48 #define DATA .section ".data" macro
|
/illumos-gate/usr/src/head/arpa/ |
H A D | tftp.h | 54 #define DATA 03 /* data packet */ macro
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | xlator.h | 59 DATA = XLATOR_KW_DATA /* Data Interface */ enumerator in enum:__anon7 71 Iftype IF_type; /* type: FUNCTION or DATA */
|
/illumos-gate/usr/src/boot/include/arpa/ |
H A D | tftp.h | 23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 48 #define DATA 03 /* data packet */ macro
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | mallint.h | 142 #define DATA(b) ((char *)(((uintptr_t)(b)) + WORDSIZE)) macro 147 #define BOTTOM(b) ((DATA(b) + SIZE(b) + WORDSIZE) == Baddr)
|
/illumos-gate/usr/src/lib/watchmalloc/common/ |
H A D | mallint.h | 112 #define DATA(b) (((char *)(b)) + WORDSIZE) macro 117 #define BOTTOM(b) ((DATA(b) + RSIZE(b) + WORDSIZE) == Baddr)
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | page.h | 44 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 129 #define DATA(P, N) (((PAGE8 *)(P)) + DATA_OFF((P), (N))) macro
|
/illumos-gate/usr/src/cmd/localedef/ |
H A D | Makefile | 229 DATA = $(CATDIRS:%=%/LCL_DATA) macro 240 ROOTDATA = $(DATA:%=$(ROOTLIB)/%) 262 all: $(PROG) $(DATA) 385 $(ROOTDATA): $(ROOTLOCDIRS) $(ROOTCATDIRS) $(DATA)
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | fsck.h | 136 ino_t id_parent; /* for DATA nodes, their parent */ 139 offset_t id_filesize; /* for DATA nodes, the size of the directory */ 140 int id_loc; /* for DATA nodes, current location in dir */ 141 int id_entryno; /* for DATA nodes, current entry number */ 142 struct direct *id_dirp; /* for DATA nodes, ptr to current entry */ 143 char *id_name; /* for DATA nodes, name to find or enter */ 144 char id_type; /* type of descriptor, DATA or ADDR */ 147 #define DATA 1 macro
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | fsck.h | 200 fsck_ino_t id_parent; /* for DATA nodes, their parent */ 207 offset_t id_filesize; /* for DATA nodes, the size of the directory */ 208 uint_t id_loc; /* for DATA nodes, current location in dir */ 209 daddr32_t id_entryno; /* for DATA nodes, current dir entry number */ 210 daddr32_t id_firsthole; /* for DATA inode, logical block that is */ 212 struct direct *id_dirp; /* for DATA nodes, ptr to current entry */ 213 caddr_t id_name; /* for DATA nodes, name to find or enter */ 214 char id_type; /* type of descriptor, DATA or ADDR */ 218 #define DATA 1 /* a directory */ macro
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhci.h | 262 #define DATA 0x12 macro
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmhdr.h | 387 #define DATA(b) ((Void_t*)((b)->body.data) ) macro
|