Searched refs:DATA (Results 1 - 25 of 72) sorted by relevance

123

/illumos-gate/usr/src/cmd/mdb/test/typedef/
H A Dtst.cleanupstruct.ksh19 DATA=$(cat $TMPFILE)
22 [[ -z $DATA ]]
/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/boot/filelist/
H A DMakefile.com35 DATA= \
/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/head/arpa/
H A Dtftp.h54 #define DATA 03 /* data packet */ macro
/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/tests/functional/utils_test/
H A Dutils_test.kshlib47 -f $TESTDIR/$TESTFILE.$filenum -b $BLOCKSZ -d $DATA
/illumos-gate/usr/src/cmd/sgs/include/
H A Dalist.h186 * DATA - Pointer to item
188 #define ALIST_TRAVERSE(LIST, IDX, DATA) \
190 ((LIST) != NULL) && ((DATA) = (void *)(LIST)->al_data); \
195 (DATA) = (void *) (((LIST)->al_size * (IDX)) + (char *)(LIST)->al_data)
197 #define ALIST_TRAVERSE_BY_OFFSET(LIST, OFF, DATA) \
199 (((DATA) = (void *)((char *)(LIST) + (OFF))))); \
204 ((DATA) = (void *)((char *)(LIST) + (OFF))))
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename.kshlib36 log_must cp $DATA $TESTDIR/$TESTFILE0
37 log_must cp $DATA $TESTDIR1/$TESTFILE0
51 log_must cp $DATA $(get_prop mountpoint $TESTPOOL/$TESTFS1)/$TESTFILE0
56 log_must cp $DATA $(get_prop mountpoint $TESTPOOL/$TESTCTR1)/$TESTFILE0
60 log_must eval "dd if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT \
63 log_must cp $DATA $(get_prop mountpoint $TESTPOOL/$TESTVOL)/$TESTFILE0
H A Dzfs_rename_001_pos.ksh85 if ! cmp_data $DATA $mtpt/$TESTFILE0 ; then
95 if ! cmp_data $VOLDATA $DATA ; then
H A Dzfs_rename_006_pos.ksh60 log_must eval "dd if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT >/dev/null 2>&1"
76 if ! cmp_data $VOLDATA $DATA ; then
/illumos-gate/usr/src/cmd/boot/
H A DMakefile.com38 ROOTBOOTSOLARISDATA= $(DATA:%=$(ROOTBOOTSOLARIS)/%)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/no_space/
H A Denospc_001_pos.ksh62 -c $NUM_WRITES -d $DATA
70 -c $NUM_WRITES -d $DATA
/illumos-gate/usr/src/test/zfs-tests/cmd/
H A Dfile_common.h50 #define DATA 0xa5 macro
/illumos-gate/usr/src/uts/sun4u/sys/
H A Depic.h105 #define EPIC_WRITE(HANDLE, REG, ADDR, MASK, DATA)\
117 EPIC_IND_DATA, (DATA));
129 #define EPIC_WR(HANDLE, REG, DATA)\
133 EPIC_ATOM_ADDR, (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/test/zfs-tests/tests/functional/compression/
H A Dcompress_001_pos.ksh56 -c $NUM_WRITES -d $DATA
62 -c $NUM_WRITES -d $DATA
H A Dcompress_002_pos.ksh58 -c $NUM_WRITES -d $DATA
64 -c $NUM_WRITES -d $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/libbc/inc/include/sys/
H A Dvfs.h98 #define VFS_MOUNT(VFSP, PATH, DATA) \
99 (*(VFSP)->vfs_op->vfs_mount)(VFSP, PATH, DATA)
148 #define VFS_INIT(VFSP, OP, DATA) { \
153 (VFSP)->vfs_data = (DATA); \
/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/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_001_pos.ksh73 -c $NUM_WRITES -d $DATA
84 -c $NUM_WRITES -d $DATA
H A Dsnapshot_005_pos.ksh72 -c $NUM_WRITES -d $DATA
83 -c $NUM_WRITES -d $DATA
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tftp.c68 case DATA:
113 case DATA:
152 case DATA: return ("data packet");
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmemalign.c162 _free_unlocked(DATA(blk));
180 _free_unlocked(DATA(blk));
183 return (DATA(aligned_blk));

Completed in 171 milliseconds

123