/illumos-gate/usr/src/cmd/mdb/test/typedef/ |
H A D | tst.cleanupstruct.ksh | 19 DATA=$(cat $TMPFILE) 22 [[ -z $DATA ]]
|
/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/boot/filelist/ |
H A D | Makefile.com | 35 DATA= \
|
/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/head/arpa/ |
H A D | tftp.h | 54 #define DATA 03 /* data packet */ macro
|
/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/tests/functional/utils_test/ |
H A D | utils_test.kshlib | 47 -f $TESTDIR/$TESTFILE.$filenum -b $BLOCKSZ -d $DATA
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | alist.h | 186 * 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 D | zfs_rename.kshlib | 36 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 D | zfs_rename_001_pos.ksh | 85 if ! cmp_data $DATA $mtpt/$TESTFILE0 ; then 95 if ! cmp_data $VOLDATA $DATA ; then
|
H A D | zfs_rename_006_pos.ksh | 60 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 D | Makefile.com | 38 ROOTBOOTSOLARISDATA= $(DATA:%=$(ROOTBOOTSOLARIS)/%)
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/no_space/ |
H A D | enospc_001_pos.ksh | 62 -c $NUM_WRITES -d $DATA 70 -c $NUM_WRITES -d $DATA
|
/illumos-gate/usr/src/test/zfs-tests/cmd/ |
H A D | file_common.h | 50 #define DATA 0xa5 macro
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | epic.h | 105 #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 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/test/zfs-tests/tests/functional/compression/ |
H A D | compress_001_pos.ksh | 56 -c $NUM_WRITES -d $DATA 62 -c $NUM_WRITES -d $DATA
|
H A D | compress_002_pos.ksh | 58 -c $NUM_WRITES -d $DATA 64 -c $NUM_WRITES -d $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/libbc/inc/include/sys/ |
H A D | vfs.h | 98 #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 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/test/zfs-tests/tests/functional/snapshot/ |
H A D | snapshot_001_pos.ksh | 73 -c $NUM_WRITES -d $DATA 84 -c $NUM_WRITES -d $DATA
|
H A D | snapshot_005_pos.ksh | 72 -c $NUM_WRITES -d $DATA 83 -c $NUM_WRITES -d $DATA
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_tftp.c | 68 case DATA: 113 case DATA: 152 case DATA: return ("data packet");
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | memalign.c | 162 _free_unlocked(DATA(blk)); 180 _free_unlocked(DATA(blk)); 183 return (DATA(aligned_blk));
|