Searched defs:DATA (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/more/
H A DMakefile28 DATA= more.help macro
34 ROOTLIBDATA= $(DATA:%=$(ROOTLIB)/%)
46 all: $(PROG) $(DATA)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A DMakefile46 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 Dfile_common.h50 #define DATA 0xa5 macro
/illumos-gate/usr/src/cmd/look/
H A DMakefile28 DATA= words macro
33 ROOTDATA= $(DATA:%=$(ROOTDATADIR)/%)
42 $(ROOTDATADIR)/$(DATA):= FILEMODE=444
49 all: $(PROG) $(DATA)
/illumos-gate/usr/src/cmd/format/
H A DMakefile45 DATA= format.dat macro
57 ROOTETCDATA= $(ROOTETC)/$(DATA)
70 all: $(PROG) $(DATA)
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm.h48 #define DATA .section ".data" macro
/illumos-gate/usr/src/head/arpa/
H A Dtftp.h54 #define DATA 03 /* data packet */ macro
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.h59 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 Dtftp.h23 * 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 Dmallint.h142 #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 Dmallint.h112 #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 Dpage.h44 * 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 DMakefile229 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 Dfsck.h136 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 Dfsck.h200 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 Duhci.h262 #define DATA 0x12 macro
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h387 #define DATA(b) ((Void_t*)((b)->body.data) ) macro

Completed in 121 milliseconds