Lines Matching +full:led +full:- +full:4
17 #define TARGET_SYS_LISTEN 4 /* listen() */
39 #define IPCOP_semtimedop 4
95 #define TARGET_IOC_WRITE 4U
118 #define TARGET_IOC_NRMASK ((1 << TARGET_IOC_NRBITS)-1)
119 #define TARGET_IOC_TYPEMASK ((1 << TARGET_IOC_TYPEBITS)-1)
120 #define TARGET_IOC_SIZEMASK ((1 << TARGET_IOC_SIZEBITS)-1)
121 #define TARGET_IOC_DIRMASK ((1 << TARGET_IOC_DIRBITS)-1)
180 uint8_t __pad[sizeof(struct target_sockaddr) -
181 sizeof(abi_ushort) - sizeof(abi_short) -
283 abi_long constant; /* PLL (phase-locked loop) time constant */
313 abi_llong constant; /* PLL (phase-locked loop) time constant */
381 #define TARGET_CMSG_ALIGN(len) (((len) + sizeof (abi_long) - 1) \
382 & (size_t) ~(sizeof (abi_long) - 1))
395 + TARGET_CMSG_ALIGN (tswapal(__cmsg->cmsg_len))); in __target_cmsg_nxthdr()
396 if ((unsigned long)((char *)(__ptr+1) - (char *)__cmsg_start) in __target_cmsg_nxthdr()
397 > tswapal(__mhdr->msg_controllen)) { in __target_cmsg_nxthdr()
451 #define TARGET_SIG_ERR ((abi_long)-1) /* error return from signal */
470 d->sig[i] = tswapal(s->sig[i]); in tswap_sigset()
482 d->sig[0] = set; in target_siginitset()
484 d->sig[i] = 0; in target_siginitset()
556 #define TARGET_SI_PREAMBLE_SIZE (4 * sizeof(int))
559 #define TARGET_SI_PAD_SIZE ((TARGET_SI_MAX_SIZE - TARGET_SI_PREAMBLE_SIZE) / sizeof(int))
573 #define QEMU_SI_CHLD 4
633 * Digital reserves positive values for kernel-generated signals.
637 #define TARGET_SI_QUEUE -1 /* sent by sigqueue */
638 #define TARGET_SI_TIMER -2 /* sent by timer expiration */
639 #define TARGET_SI_MESGQ -3 /* sent by real time mesq state change */
640 #define TARGET_SI_ASYNCIO -4 /* sent by AIO completion */
641 #define TARGET_SI_SIGIO -5 /* sent by queued SIGIO */
649 #define TARGET_ILL_ILLTRP (4) /* illegal trap */
661 #define TARGET_FPE_FLTOVF (4) /* floating point overflow */
680 #define TARGET_BUS_ADRERR (2) /* non-existent physical address */
683 #define TARGET_BUS_MCEERR_AR (4)
693 #define TARGET_TRAP_HWBKPT (4) /* hardware breakpoint/watchpoint */
718 #define TARGET_KDGKBLED 0x4B64 /* get led flags (not lights) */
719 #define TARGET_KDSKBLED 0x4B65 /* set led flags (not lights) */
720 #define TARGET_KDGETLED 0x4B31 /* return current led state */
721 #define TARGET_KDSETLED 0x4B32 /* set led state [lights, not flags] */
894 #define TARGET_BLKROSET TARGET_IO(0x12,93) /* set device read-only (0 = read-write) */
895 #define TARGET_BLKROGET TARGET_IO(0x12,94) /* get read-only status (0 = read_write) */
896 #define TARGET_BLKRRPART TARGET_IO(0x12,95) /* re-read partition table */
901 #define TARGET_BLKFRASET TARGET_IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */
902 #define TARGET_BLKFRAGET TARGET_IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */
907 /* A jump here: 108-111 have been used for various private purposes. */
967 #define TARGET_BTRFS_IOC_SCAN_DEV TARGET_IOWU(BTRFS_IOCTL_MAGIC, 4)
1007 #define TARGET_USBDEVFS_SETINTERFACE TARGET_IORU('U', 4)
1053 #define TARGET_CDROMEJECT_SW 0x530f /* enable(1)/disable(0) auto-ejecting */
1054 #define TARGET_CDROMMULTISESSION 0x5310 /* Obtain the start-of-last-session
1061 #define TARGET_CDROMRESET 0x5312 /* hard-reset the drive */
1073 * This ioctl is only used by the scsi-cd driver.
1084 * These ioctls are (now) only in ide-cd.c for controlling
1088 * -Erik
1094 * These ioctls are implemented through the uniform CD-ROM driver
1095 * They _will_ be adopted by all CD-ROM drivers, when all the CD-ROM
1096 * drivers are eventually ported to the uniform CD-ROM driver interface.
1101 #define TARGET_CDROM_SELECT_SPEED 0x5322 /* Set the CD-ROM speed */
1102 #define TARGET_CDROM_SELECT_DISC 0x5323 /* Select disc (for juke-boxes) */
1111 /* Note that scsi/scsi_ioctl.h also uses 0x5382 - 0x5386.
1119 /* DVD-ROM Specific ioctls */
1134 #define TARGET_HDIO_GET_KEEPSETTINGS 0x0308 /* get keep-settings-on-reset flag */
1136 #define TARGET_HDIO_GET_NOWERR 0x030a /* get ignore-write-error flag */
1137 #define TARGET_HDIO_GET_DMA 0x030b /* get use-dma flag */
1141 /* hd/ide ctl's that pass (arg) non-ptr values are numbered 0x032n/0x033n */
1146 #define TARGET_HDIO_SET_NOWERR 0x0325 /* change ignore-write-error flag */
1147 #define TARGET_HDIO_SET_DMA 0x0326 /* change use-dma flag */
1285 abi_ulong st_blocks; /* Number 512-byte blocks allocated. */
1370 unsigned char __pad4[4];
1491 abi_llong st_blocks; /* Number 512-byte blocks allocated. */
1527 /* FIXME: Microblaze no-mmu user-space has a difference stat64 layout... */
1605 abi_ulong st_blocks; /* Number 512-byte blocks allocated. */
1622 /* The memory layout is the same as of struct stat64 of the 32-bit kernel. */
1717 * struct stat of the 64-bit kernel.
1831 unsigned char __pad0[4];
1843 unsigned char __pad3[4];
1848 abi_ullong st_blocks; /* Number 512-byte blocks allocated. */
1876 abi_long st_blocks; /* Number 512-byte blocks allocated. */
1966 abi_ullong st_blocks; /* Number 512-byte blocks allocated. */
1980 /* These are the asm-generic versions of the stat and stat64 structures */
2101 abi_int f_frsize; /* Fragment size - unsupported */
2118 abi_long f_frsize; /* Fragment size - unsupported */
2136 abi_uint f_frsize; /* Fragment size - unsupported */
2164 abi_long f_spare[4];
2179 abi_long f_spare[4];
2194 abi_int f_spare[4];
2210 abi_int f_spare[4];
2225 abi_uint f_spare[4];
2240 abi_uint f_spare[4];
2272 #define TARGET_SNDCTL_DSP_GETBLKSIZE TARGET_IOWR('P', 4, abi_int)
2531 char _f[20-2*sizeof(abi_long)-sizeof(int)]; /* Padding: libc5 uses this.. */
2581 #define FUTEX_CMP_REQUEUE 4
2635 /* This is architecture-specific but most architectures use the default */
2644 - TARGET_SIGEV_PREAMBLE_SIZE) \
2688 #define TARGET_SYSLOG_ACTION_READ_CLEAR 4
2722 abi_ullong stx_blocks; /* Number of 512-byte blocks allocated */