HomeSort by relevance Sort by last modified time
    Searched defs:DATA (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/cmd/more/
Makefile 30 DATA= more.help
36 ROOTLIBDATA= $(DATA:%=$(ROOTLIB)/%)
45 all: $(PROG) $(DATA)
  /onnv/onnv-gate/usr/src/cmd/look/
Makefile 30 DATA= words
35 ROOTDATA= $(DATA:%=$(ROOTDATADIR)/%)
42 $(ROOTDATADIR)/$(DATA):= FILEMODE=444
49 all: $(PROG) $(DATA)
  /onnv/onnv-gate/usr/src/cmd/format/
Makefile 43 DATA= format.dat
50 ROOTETCDATA= $(ROOTETC)/$(DATA)
63 all: $(PROG) $(DATA)
  /onnv/onnv-gate/usr/src/head/arpa/
tftp.h 47 #define SEGSIZE 512 /* data segment size */
54 #define DATA 03 /* data packet */
62 char th_data[1]; /* data or error string */
  /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2map/
xlator.h 59 DATA = XLATOR_KW_DATA /* Data Interface */
71 Iftype IF_type; /* type: FUNCTION or DATA */
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
page.h 44 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
66 * Hash pages store meta-data beginning at the top of the page (offset 0)
67 * and key/data values beginning at the bottom of the page (offset pagesize).
70 * code changes are if we no longer store key/data offsets next to each
85 * 16 data offset 0 2 indx_t DATA_OFF(P, I)
87 * 20 data offset 1 2 indx_t DATA_OFF(P, I)
98 /* Overhead is everything prior to the first key/data pair. */
101 /* To allocate a pair, we need room for one key offset and one data offset. */
122 /* Extract key/data offsets and data for a given index. *
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
mallint.h 54 /* function to copy data from one area to another */
142 #define DATA(b) ((char *)(((uintptr_t)(b)) + WORDSIZE))
147 #define BOTTOM(b) ((DATA(b) + SIZE(b) + WORDSIZE) == Baddr)
  /onnv/onnv-gate/usr/src/lib/watchmalloc/common/
mallint.h 112 #define DATA(b) (((char *)(b)) + WORDSIZE)
117 #define BOTTOM(b) ((DATA(b) + RSIZE(b) + WORDSIZE) == Baddr)
  /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fsck/
fsck.h 103 struct bufarea *pbp; /* pointer to inode data in buffer pool */
104 struct bufarea *pdirbp; /* pointer to directory data in buffer pool */
136 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
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/
fsck.h 128 struct bufarea *pbp; /* pointer to inode data in buffer pool */
129 struct bufarea *pdirbp; /* pointer to directory data in buffer pool */
200 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 *
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/usb/hcd/uhci/
uhci.h 216 /* Data buffer address */
262 #define DATA 0x12
  /onnv/onnv-gate/usr/src/lib/libast/common/vmalloc/
vmhdr.h 230 #define KPVALLOC(vm,sz,func) (SETLOCAL((vm)->data), func((vm),(sz)) )
231 #define KPVALIGN(vm,sz,al,func) (SETLOCAL((vm)->data), func((vm),(sz),(al)) )
232 #define KPVFREE(vm,d,func) (SETLOCAL((vm)->data), func((vm),(d)) )
233 #define KPVRESIZE(vm,d,sz,mv,func) (SETLOCAL((vm)->data), func((vm),(d),(sz),(mv)) )
234 #define KPVADDR(vm,addr,func) (SETLOCAL((vm)->data), func((vm),(addr)) )
235 #define KPVCOMPACT(vm,func) (SETLOCAL((vm)->data), func((vm)) )
266 { char data[MULTIPLE(ALIGNA,ALIGNB)]; member in struct:_align_s
280 { size_t size; /* size of data area in bytes */
287 { Vmuchar_t data[HEADSIZE]; /* to standardize size */ member in union:_head_u
300 { Vmuchar_t data[BODYSIZE]; /* to standardize size * member in union:_body_u
    [all...]

Completed in 1450 milliseconds