| /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/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/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/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/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/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/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 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 467 DBT data; local 497 DBT key, data; local [all...] |
| /src/lib/libc/time/ |
| Makefile | 1 # Make and install tzdb code and data. 6 # By default, builds of code and data assume POSIX.1-2001 or later; 46 # DATAFORM selects the data format. 47 # Available formats represent essentially the same data, albeit 49 # To get new features and the best data right away, use: 118 # The subdirectory containing installed program and data files, and 152 # What kind of TZif data files to generate. (TZif is the binary time 153 # zone data format that zic generates; see Internet RFC 9636.) 160 # below. If you want both sets of data available, with leap seconds not 163 # below. If you want both sets of data available, with leap seconds counte [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/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 1052 u_char *data; local 1258 u_char *data; local [all...] |