/src/libexec/httpd/testsuite/ |
Makefile | 11 DATA?= $(.CURDIR)/data 31 ${SILENT}$(.CURDIR)/test-simple "$a" "${BOZOHTTPD}" "${DATA}" "${.CURDIR}" "${VERBOSE}" 36 ${SILENT}$(.CURDIR)/test-simple "$a" "${BOZOHTTPD}" "${DATA}" "${.CURDIR}" "${VERBOSE}" -c "${.CURDIR}/cgi-bin" 41 ${SILENT}$(.CURDIR)/test-bigfile "$a" "${BOZOHTTPD}" "${WGET}" "${DATA}" "${VERBOSE}"
|
/src/sys/arch/sparc64/sparc64/ |
mp_subr.S | 50 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 310 #define DATA(name) \ 311 .data ; \ 316 DATA(mp_tramp_code) 318 DATA(mp_tramp_code_len) 320 DATA(mp_tramp_dtlb_slots) 322 DATA(mp_tramp_itlb_slots) 324 DATA(mp_tramp_func) 326 DATA(mp_tramp_ci) 435 * Flush data cache page [all...] |
/src/sys/lib/libsa/ |
tftp.h | 22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 53 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 64 #define SEGSIZE 512 /* data segment size */ 71 #define DATA 03 /* data packet */ 82 char th_data[1]; /* data or error string */
|
/src/common/dist/zlib/nintendods/ |
Makefile | 15 # DATA is a list of directories containing data files 21 DATA := data 56 $(foreach dir,$(DATA),$(CURDIR)/$(dir)) 63 BINFILES := $(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.*)))
|
/src/include/arpa/ |
tftp.h | 25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 40 #define SEGSIZE 512 /* data segment size */ 41 #define MAXSEGSIZE 65464 /* maximum negotiated data segment size */ 51 #define DATA 03 /* data packet */ 63 char th_data[1]; /* data or error string */
|
/src/sys/arch/sparc64/dev/ |
jbus-i2c.c | 22 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 67 2, /* bit 1 is data */ 70 1 /* data in, clock out */ 91 #define DATA 0 203 jbusi2c_write(sc, DATA, bits); 219 return jbusi2c_read(sc, DATA);
|
/src/sbin/fsck_lfs/ |
fsck.h | 25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 54 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 95 ino_t id_parent; /* for DATA nodes, their parent */ 99 off_t id_filesize; /* for DATA nodes, the size of the directory */ 100 int id_loc; /* for DATA nodes, current location in dir */ 101 long long id_entryno; /* for DATA nodes, current entry number */ 102 LFS_DIRHEADER *id_dirp; /* for DATA nodes, ptr to current entry */ 103 const char *id_name; /* for DATA nodes, name to find or enter */ 104 char id_type; /* type of descriptor, DATA or ADDR */ 107 #define DATA [all...] |
/src/sys/kern/ |
subr_tftproot.c | 27 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 71 #define SEGSIZE 512 /* data segment size */ 78 #define DATA 03 /* data packet */ 89 char th_data[1]; /* data or error string */ 389 * We handle data or error 392 case DATA: 440 * Grow the receiving buffer to accommodate new data 451 * Copy the data
|
/src/sys/arch/macppc/dev/ |
ki2cvar.h | 24 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 48 #define DATA 7 76 #define I2C_INT_DATA 0x01 /* Data byte sent/received */
|
/src/sbin/fsck_ext2fs/ |
fsck.h | 25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 52 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 123 ino_t id_parent; /* for DATA nodes, their parent */ 126 quad_t id_filesize; /* for DATA nodes, the size of the directory */ 127 int id_loc; /* for DATA nodes, current location in dir */ 128 int id_entryno; /* for DATA nodes, current entry number */ 129 struct ext2fs_direct *id_dirp; /* for DATA nodes, ptr to current entry */ 130 const char *id_name; /* for DATA nodes, name to find or enter */ 131 char id_type; /* type of descriptor, DATA or ADDR */ 134 #define DATA [all...] |
/src/tests/lib/libc/db/ |
h_db.c | 25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 62 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; 105 DBT data, key, keydata; local in function:main 186 /* Delete the newline, displaying the key/data is easier. */ 247 case 'D': /* data file */ 249 data.data = rfile(p + 1, &data.size); 251 case 'd': /* data */ 253 data.data = xcopy(p + 1, len - 1) 372 DBT data; local in function:get 467 DBT data; local in function:seq 497 DBT key, data; local in function:dump [all...] |
/src/sys/dev/isa/ |
seagate.c | 32 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 43 * rknier 940407 Added assembler coded data transfers 97 * defining SEA_BLINDTRANSFER will make DATA IN and DATA OUT to be done with 99 * result in data loss if the scsi device does not send its data using 175 u_char *data; /* position in data buffer so far */ member in struct:sea_scb 188 * data structure describing current status of the scsi bus. One for each 198 void * maddr_dr; /* Address of data register * 878 u_char *data; local in function:sea_reselect 1052 u_char *data; local in function:sea_select 1258 u_char *data; local in function:sea_information_transfer [all...] |
/src/sbin/fsck_ffs/ |
fsck.h | 32 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 188 ino_t id_parent; /* for DATA nodes, their parent */ 191 int64_t id_filesize; /* for DATA nodes, the size of the directory */ 192 int id_loc; /* for DATA nodes, current location in dir */ 193 int64_t id_entryno; /* for DATA nodes, current entry number */ 194 struct direct *id_dirp; /* for DATA nodes, ptr to current entry */ 195 const char *id_name; /* for DATA nodes, name to find or enter */ 196 char id_type; /* type of descriptor, DATA or ADDR */ 201 #define DATA 1 243 * Inode cache data structures [all...] |
/src/distrib/amiga/miniroot/ |
install.md | 25 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 169 program can cause SIGNIFICANT data loss, and you are advised 170 to make sure your data is backed up before beginning the
|
/src/distrib/atari/floppies/prepare/ |
install.md | 25 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 142 program can cause SIGNIFICANT data loss, and you are advised 143 to make sure your data is backed up before beginning the
|
/src/distrib/sparc/ |
install.md | 25 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 228 program can cause SIGNIFICANT data loss, and you are advised 229 to make sure your data is backed up before beginning the
|
/src/distrib/sun2/miniroot/ |
install.md | 25 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 174 program can cause SIGNIFICANT data loss, and you are advised 175 to make sure your data is backed up before beginning the
|
/src/distrib/sun3/miniroot/ |
install.md | 25 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 174 program can cause SIGNIFICANT data loss, and you are advised 175 to make sure your data is backed up before beginning the
|
/src/distrib/hp300/miniroot/ |
install.md | 26 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 496 program can cause SIGNIFICANT data loss, and you are advised
|
/src/distrib/mac68k/miniroot/ |
install.md | 26 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 148 program can cause SIGNIFICANT data loss, and you are advised
|
/src/distrib/mvme68k/miniroot/ |
install.md | 26 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 194 cause SIGNIFICANT data loss, and you are advised to make sure your hard drive
|
/src/lib/libc/time/ |
Makefile | 1 # Make and install tzdb code and data. 33 # DATAFORM selects the data format. 34 # Available formats represent essentially the same data, albeit 36 # To get new features and the best data right away, use: 105 # The subdirectory containing installed program and data files, and 139 # What kind of TZif data files to generate. (TZif is the binary time 140 # zone data format that zic generates; see Internet RFC 9636.) 147 # below. If you want both sets of data available, with leap seconds not 150 # below. If you want both sets of data available, with leap seconds counted 172 # To install data in text form that has all the information of the TZif data [all...] |
/src/sys/external/isc/libsodium/dist/ |
Makefile.in | 130 install-data-recursive install-dvi-recursive \ 169 DATA = $(pkgconfig_DATA) 803 all-am: Makefile $(DATA) 811 install-data: install-data-recursive 815 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 862 install-data-am: install-pkgconfigDATA 919 install install-am install-data install-data-am install-dvi \
|
/src/sys/external/isc/libsodium/dist/src/libsodium/ |
Makefile.in | 573 install-data-recursive install-dvi-recursive \ 584 DATA = $(defexec_DATA) 3130 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) 3138 install-data: install-data-recursive 3142 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 3332 install-data-am: 3387 html-am info info-am install install-am install-data \ 3388 install-data-am install-defexecDATA install-dvi install-dvi-am \
|