reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/linux/aio_abi.h
   77 	__u32	aio_key;	/* the kernel sets aio_key to the req # */
   89 	__u32	aio_fildes;
   99 	__u32	aio_flags;
  105 	__u32	aio_resfd;
usr/include/linux/byteorder/little_endian.h
   52 static __always_inline __le32 __cpu_to_le32p(const __u32 *p)
   56 static __always_inline __u32 __le32_to_cpup(const __le32 *p)
   76 static __always_inline __be32 __cpu_to_be32p(const __u32 *p)
   80 static __always_inline __u32 __be32_to_cpup(const __be32 *p)
usr/include/linux/capability.h
   40 	__u32 version;
   45         __u32 effective;
   46         __u32 permitted;
   47         __u32 inheritable;
usr/include/linux/cdrom.h
  538 	__u32 start_sector;
  539 	__u32 end_sector;
  540 	__u32 end_sector_l0;
  797 	__u32 last_lba;
  798 	__u32 block_size;
  848 	__u32 disc_id;
  849 	__u32 lead_in;
  850 	__u32 lead_out;
  897 	__u32 data_len;
usr/include/linux/cyclades.h
  162 	__u32	fpga_id;		/* FPGA Identification Register */
  163 	__u32	fpga_version;		/* FPGA Version Number Register */
  164 	__u32	cpu_start;		/* CPU start Register (write) */
  165 	__u32	cpu_stop;		/* CPU stop Register (write) */
  166 	__u32	misc_reg;		/* Miscellaneous Register */
  167 	__u32	idt_mode;		/* IDT mode Register */
  168 	__u32	uart_irq_status;	/* UART IRQ status Register */
  169 	__u32	clear_timer0_irq;	/* Clear timer interrupt Register */
  170 	__u32	clear_timer1_irq;	/* Clear timer interrupt Register */
  171 	__u32	clear_timer2_irq;	/* Clear timer interrupt Register */
  172 	__u32	test_register;		/* Test Register */
  173 	__u32	test_count;		/* Test Count Register */
  174 	__u32	timer_select;		/* Timer select register */
  175 	__u32	pr_uart_irq_status;	/* Prioritized UART IRQ stat Reg */
  176 	__u32	ram_wait_state;		/* RAM wait-state Register */
  177 	__u32	uart_wait_state;	/* UART wait-state Register */
  178 	__u32	timer_wait_state;	/* timer wait-state Register */
  179 	__u32	ack_wait_state;		/* ACK wait State Register */
  189 	__u32	loc_addr_range;	/* 00h - Local Address Range */
  190 	__u32	loc_addr_base;	/* 04h - Local Address Base */
  191 	__u32	loc_arbitr;	/* 08h - Local Arbitration */
  192 	__u32	endian_descr;	/* 0Ch - Big/Little Endian Descriptor */
  193 	__u32	loc_rom_range;	/* 10h - Local ROM Range */
  194 	__u32	loc_rom_base;	/* 14h - Local ROM Base */
  195 	__u32	loc_bus_descr;	/* 18h - Local Bus descriptor */
  196 	__u32	loc_range_mst;	/* 1Ch - Local Range for Master to PCI */
  197 	__u32	loc_base_mst;	/* 20h - Local Base for Master PCI */
  198 	__u32	loc_range_io;	/* 24h - Local Range for Master IO */
  199 	__u32	pci_base_mst;	/* 28h - PCI Base for Master PCI */
  200 	__u32	pci_conf_io;	/* 2Ch - PCI configuration for Master IO */
  201 	__u32	filler1;	/* 30h */
  202 	__u32	filler2;	/* 34h */
  203 	__u32	filler3;	/* 38h */
  204 	__u32	filler4;	/* 3Ch */
  205 	__u32	mail_box_0;	/* 40h - Mail Box 0 */
  206 	__u32	mail_box_1;	/* 44h - Mail Box 1 */
  207 	__u32	mail_box_2;	/* 48h - Mail Box 2 */
  208 	__u32	mail_box_3;	/* 4Ch - Mail Box 3 */
  209 	__u32	filler5;	/* 50h */
  210 	__u32	filler6;	/* 54h */
  211 	__u32	filler7;	/* 58h */
  212 	__u32	filler8;	/* 5Ch */
  213 	__u32	pci_doorbell;	/* 60h - PCI to Local Doorbell */
  214 	__u32	loc_doorbell;	/* 64h - Local to PCI Doorbell */
  215 	__u32	intr_ctrl_stat;	/* 68h - Interrupt Control/Status */
  216 	__u32	init_ctrl;	/* 6Ch - EEPROM control, Init Control, etc */
  258 	__u32	signature;		/* ZFIRM/U signature */
  259 	__u32	zfwctrl_addr;		/* pointer to ZFW_CTRL structure */
  396 	__u32	op_mode;	/* operation mode */
  397 	__u32	intr_enable;	/* interrupt masking */
  398 	__u32	sw_flow;	/* SW flow control */
  399 	__u32	flow_status;	/* output flow status */
  400 	__u32	comm_baud;	/* baud rate  - numerically specified */
  401 	__u32	comm_parity;	/* parity */
  402 	__u32	comm_data_l;	/* data length/stop */
  403 	__u32	comm_flags;	/* other flags */
  404 	__u32	hw_flow;	/* HW flow control */
  405 	__u32	rs_control;	/* RS-232 outputs */
  406 	__u32	rs_status;	/* RS-232 inputs */
  407 	__u32	flow_xon;	/* xon char */
  408 	__u32	flow_xoff;	/* xoff char */
  409 	__u32	hw_overflow;	/* hw overflow counter */
  410 	__u32	sw_overflow;	/* sw overflow counter */
  411 	__u32	comm_error;	/* frame/parity error counter */
  412 	__u32 ichar;
  413 	__u32 filler[7];
  423 	__u32	flag_dma;	/* buffers are in Host memory */
  424 	__u32	tx_bufaddr;	/* address of the tx buffer */
  425 	__u32	tx_bufsize;	/* tx buffer size */
  426 	__u32	tx_threshold;	/* tx low water mark */
  427 	__u32	tx_get;		/* tail index tx buf */
  428 	__u32	tx_put;		/* head index tx buf */
  429 	__u32	rx_bufaddr;	/* address of the rx buffer */
  430 	__u32	rx_bufsize;	/* rx buffer size */
  431 	__u32	rx_threshold;	/* rx high water mark */
  432 	__u32	rx_get;		/* tail index rx buf */
  433 	__u32	rx_put;		/* head index rx buf */
  434 	__u32	filler[5];	/* filler to align structures */
  445 	__u32	n_channel;	/* number of channels */
  446 	__u32	fw_version;	/* firmware version */
  449 	__u32	op_system;	/* op_system id */
  450 	__u32	dr_version;	/* driver version */
  453 	__u32	inactivity;	/* inactivity control */
  456 	__u32	hcmd_channel;	/* channel number */
  457 	__u32	hcmd_param;	/* pointer to parameters */
  460 	__u32	fwcmd_channel;	/* channel number */
  461 	__u32	fwcmd_param;	/* pointer to parameters */
  462 	__u32	zf_int_queue_addr; /* offset for INT_QUEUE structure */
  465 	__u32	filler[6];
usr/include/linux/elf.h
    9 typedef __u32	Elf32_Addr;
   11 typedef __u32	Elf32_Off;
   13 typedef __u32	Elf32_Word;
   21 typedef __u32	Elf64_Word;
usr/include/linux/fs.h
   75 	__u32 reserved;		/* must be zero */
   84 	__u32 reserved2;	/* must be zero */
  159 	__u32		fsx_xflags;	/* xflags field value (get/set) */
  160 	__u32		fsx_extsize;	/* extsize field value (get/set)*/
  161 	__u32		fsx_nextents;	/* nextents field value (get)	*/
  162 	__u32		fsx_projid;	/* project identifier (get/set) */
  163 	__u32		fsx_cowextsize;	/* CoW extsize field value (get/set)*/
  299 	__u32 mode;
  301 	__u32 size;
usr/include/linux/in6.h
   79 	__u32	__flr_pad;
usr/include/linux/input.h
  101 	__u32 keycode;
  106 	__u32 type;
  107 	__u32 codes_size;
  391 	__u32 custom_len;
usr/include/linux/mroute.h
  106 	__u32 unused1,unused2;
usr/include/linux/mroute6.h
   49 typedef	__u32		if_mask;
  133 	__u32		im6_pad;		/* padding for 64 bit arch */
usr/include/linux/perf_event.h
  313 	__u32			type;
  318 	__u32			size;
  376 		__u32		wakeup_events;	  /* wakeup every n events */
  377 		__u32		wakeup_watermark; /* bytes before wakeup   */
  380 	__u32			bp_type;
  400 	__u32	sample_stack_user;
  416 	__u32	aux_watermark;
  445 	__u32	version;		/* version number of this structure */
  446 	__u32	compat_version;		/* lowest version this is compat with */
  483 	__u32	lock;			/* seqlock for synchronization */
  484 	__u32	index;			/* hardware event identifier */
  537 	__u32	time_mult;
  556 	__u32	size;			/* Header size up to __reserved[] fields. */
  634 	__u32	type;
usr/include/linux/ppp_defs.h
   75 typedef __u32		ext_accm[8];
   91     __u32	ppp_discards;	/* # frames discarded */
   93     __u32	ppp_ibytes;	/* bytes received */
   94     __u32	ppp_ioctects;	/* bytes received not in error */
   95     __u32	ppp_ipackets;	/* packets received */
   96     __u32	ppp_ierrors;	/* receive errors */
   97     __u32	ppp_ilqrs;	/* # LQR frames received */
   99     __u32	ppp_obytes;	/* raw bytes sent */
  100     __u32	ppp_ooctects;	/* frame bytes sent */
  101     __u32	ppp_opackets;	/* packets sent */
  102     __u32	ppp_oerrors;	/* transmit errors */ 
  103     __u32	ppp_olqrs;	/* # LQR frames sent */
  107     __u32	vjs_packets;	/* outbound packets */
  108     __u32	vjs_compressed;	/* outbound compressed packets */
  109     __u32	vjs_searches;	/* searches for connection state */
  110     __u32	vjs_misses;	/* times couldn't find conn. state */
  111     __u32	vjs_uncompressedin; /* inbound uncompressed packets */
  112     __u32	vjs_compressedin;   /* inbound compressed packets */
  113     __u32	vjs_errorin;	/* inbound unknown type packets */
  114     __u32	vjs_tossed;	/* inbound packets tossed because of error */
  118     __u32	unc_bytes;	/* total uncompressed bytes */
  119     __u32	unc_packets;	/* total uncompressed packets */
  120     __u32	comp_bytes;	/* compressed bytes */
  121     __u32	comp_packets;	/* compressed packets */
  122     __u32	inc_bytes;	/* incompressible bytes */
  123     __u32	inc_packets;	/* incompressible packets */
  126     __u32       in_count;	/* Bytes received */
  127     __u32       bytes_out;	/* Bytes transmitted */
usr/include/linux/prctl.h
  147 	__u32	auxv_size;		/* vector size */
  148 	__u32	exe_fd;			/* /proc/$pid/exe link file */
usr/include/linux/serial.h
  118 	__u32	flags;			/* RS485 feature flags */
  129 	__u32	delay_rts_before_send;	/* Delay before send (milliseconds) */
  130 	__u32	delay_rts_after_send;	/* Delay after send (milliseconds) */
  131 	__u32	padding[5];		/* Memory is cheap, new structs
usr/include/linux/swab.h
   56 static __inline__  __u32 __fswab32(__u32 val)
   56 static __inline__  __u32 __fswab32(__u32 val)
   78 static __inline__  __u32 __fswahw32(__u32 val)
   78 static __inline__  __u32 __fswahw32(__u32 val)
   87 static __inline__  __u32 __fswahb32(__u32 val)
   87 static __inline__  __u32 __fswahb32(__u32 val)
  174 static __always_inline __u32 __swab32p(const __u32 *p)
  174 static __always_inline __u32 __swab32p(const __u32 *p)
  202 static __inline__ __u32 __swahw32p(const __u32 *p)
  202 static __inline__ __u32 __swahw32p(const __u32 *p)
  217 static __inline__ __u32 __swahb32p(const __u32 *p)
  217 static __inline__ __u32 __swahb32p(const __u32 *p)
  242 static __always_inline void __swab32s(__u32 *p)
  270 static __inline__ void __swahw32s(__u32 *p)
  285 static __inline__ void __swahb32s(__u32 *p)
usr/include/linux/sysinfo.h
   21 	__u32 mem_unit;			/* Memory unit size in bytes */
   22 	char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)];	/* Padding: libc5 uses this.. */
usr/include/linux/types.h
   26 typedef __u32 __bitwise __le32;
   27 typedef __u32 __bitwise __be32;
   32 typedef __u32 __bitwise __wsum;
usr/include/x86_64-linux-gnu/asm/swab.h
    8 static __inline__  __u32 __arch_swab32(__u32 val)
    8 static __inline__  __u32 __arch_swab32(__u32 val)