Lines Matching defs:size

38    - for some types, we only care about the size;  for a few of them (big
126 /* provoke compile error for invalid uses of size argument */
258 unsigned long totalram; /* Total usable main memory size */
259 unsigned long freeram; /* Available memory size */
262 unsigned long totalswap; /* Total swap space size */
266 unsigned long totalhigh; /* Total high memory size */
267 unsigned long freehigh; /* Available high memory size */
268 unsigned int mem_unit; /* Memory unit size in bytes */
709 /* Pad to size of `struct sockaddr'. */
779 unsigned int size; /* Size of the data allocated by the caller */
814 char ifru_slave[VKI_IFNAMSIZ]; /* Just fits the size */
841 int ifc_len; /* size of buffer */
961 long ru_maxrss; /* maximum resident set size */
962 long ru_ixrss; /* integral shared memory size */
963 long ru_idrss; /* integral unshared data size */
964 long ru_isrss; /* integral unshared stack size */
1062 long mq_msgsize; /* maximum message size */
1120 // [[We do a VKI_SIZEOF_* here because this type is so big, and its size
1121 // depends on the word size, so see vki_arch.h]]
1466 unsigned header_length; /* size of aio_ring */
1469 }; /* 128 bytes + ring size */
1516 int shm_segsz; /* size of segment (bytes) */
1625 #define VKI_SIOCGIFMTU 0x8921 /* get MTU size */
1626 #define VKI_SIOCSIFMTU 0x8922 /* set MTU size */
1726 #define VKI_BLKGETSIZE _VKI_IO(0x12,96) /* return device size /512 (long *arg) */
1732 #define VKI_BLKSSZGET _VKI_IO(0x12,104)/* get block device sector size */
1735 #define VKI_BLKGETSIZE64 _VKI_IOR(0x12,114,vki_size_t) /* return device size in bytes (u64 *arg) */
1739 #define VKI_FIGETBSZ _VKI_IO(0x00,2) /* get the block size used for bmap */
1785 #define VKI_SG_SET_RESERVED_SIZE 0x2275 /* request a new reserved buffer size */
1786 #define VKI_SG_GET_RESERVED_SIZE 0x2272 /* actual size of reserved buffer */
1916 __vki_u8 __user *buf; /* frame buffer (size: nframes*2352 bytes) */
2051 // always be the same size.]]
2246 unsigned int width, height; /* font size */
2476 int ioctl_code; /* MUST encode size + direction of data so the
2676 __vki_u16 length; /* number of fields or size in bytes */
2754 __vki_u32 size;