Searched defs:flags (Results 51 - 75 of 111) sorted by relevance

12345

/bionic/libc/kernel/common/linux/can/
H A Dnetlink.h71 __u32 flags; member in struct:can_ctrlmode
/bionic/libc/kernel/common/linux/
H A Di2c.h25 __u16 flags; member in struct:i2c_msg
H A Dif_tun.h75 __u16 flags; member in struct:tun_pi
81 __u16 flags; member in struct:tun_filter
H A Dinterrupt.h67 unsigned long flags; member in struct:irqaction
H A Dioport.h29 unsigned long flags; member in struct:resource
H A Dmedia.h62 __u32 flags; member in struct:media_entity_desc
97 __u32 flags; member in struct:media_pad_desc
109 __u32 flags; member in struct:media_link_desc
H A Dmsm_ion.h96 unsigned long flags; member in struct:ion_flag_data
H A Dtegrafb.h64 __u32 flags; member in struct:tegra_fb_windowattr
H A Ddm-ioctl.h35 uint32_t flags; member in struct:dm_ioctl
H A Dip.h129 __u8 flags; member in struct:ip_comp_hdr
H A Dusbdevice_fs.h82 unsigned int flags; member in struct:usbdevfs_urb
H A Dbinder.h41 unsigned long flags; member in struct:flat_binder_object
90 unsigned int flags; member in struct:binder_transaction_data
/bionic/libc/kernel/common/linux/mmc/
H A Dmmc.h34 unsigned int flags; member in struct:mmc_command
55 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MMC_RSP_OPCODE))
56 #define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_MASK)
80 unsigned int flags; member in struct:mmc_data
/bionic/libc/stdio/
H A Dvfscanf.c108 int flags; /* flags as defined above */ local
141 flags = 0;
159 flags |= SUPPRESS;
162 flags |= MAXINT;
165 flags |=
176 flags |= SHORTSHORT;
178 flags |= SHORT;
184 flags |= LLONG;
186 flags |
[all...]
/bionic/libc/unistd/
H A Dgetopt_long.c293 const struct option *long_options, int *idx, int flags)
309 flags &= ~FLAG_PERMUTE;
311 flags |= FLAG_ALLARGS;
349 if (flags & FLAG_ALLARGS) {
357 if (!(flags & FLAG_PERMUTE)) {
408 (*place == '-' || (flags & FLAG_LONGONLY))) {
474 } else if (!(flags & FLAG_PERMUTE)) {
292 getopt_internal(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx, int flags) argument
H A Dsocketcalls.c159 ssize_t sendto(int socket, const void *message, size_t length, int flags, argument
167 t[3] = (unsigned long) flags;
176 ssize_t recvfrom(int socket, void *buffer, size_t length, unsigned int flags, argument
184 t[3] = (unsigned long) flags;
235 int sendmsg (int socket, const struct msghdr *message, unsigned int flags) argument
241 t[2] = (unsigned long) flags;
248 int recvmsg(int socket, struct msghdr *message, unsigned int flags) argument
254 t[2] = (unsigned long) flags;
/bionic/libc/bionic/
H A Dpthread-timers.c444 int flags,
454 return __timer_settime( id, flags, spec, ospec );
476 if (!(flags & TIMER_ABSTIME)) {
443 timer_settime( timer_t id, int flags, const struct itimerspec* spec, struct itimerspec* ospec ) argument
/bionic/libc/include/
H A Dnsswitch.h56 * uint32_t ns_src.flags
63 #define NS_STATUSMASK 0x000000ff /* bitmask to get the status flags */
65 /* internal nsdispatch(3) flags; not settable in nsswitch.conf(5) */
144 * and its dispatch control flags for a given database.
148 uint32_t flags; member in struct:__anon29
/bionic/libc/kernel/arch-x86/asm/
H A Dvm86.h95 unsigned long flags; member in struct:vm86_struct
116 unsigned long flags; member in struct:vm86plus_struct
/bionic/libc/kernel/common/linux/netfilter_arp/
H A Darp_tables.h50 u_int8_t flags; member in struct:arpt_arp
/bionic/libc/kernel/common/mtd/
H A Dmtd-abi.h62 uint32_t flags; member in struct:mtd_info_user
/bionic/libc/netbsd/net/
H A Dgetnameinfo.c123 int getnameinfo(const struct sockaddr* sa, socklen_t salen, char* host, size_t hostlen, char* serv, size_t servlen, int flags) argument
129 serv, servlen, flags);
133 serv, servlen, flags);
249 getnameinfo_inet(sa, salen, host, hostlen, serv, servlen, flags)
256 int flags;
304 if (flags & NI_NUMERICSERV)
308 (flags & NI_DGRAM) ? "udp" : "tcp");
328 flags |= NI_NUMERICHOST;
331 flags |= NI_NUMERICHOST;
345 flags |
561 getnameinfo_link(const struct sockaddr *sa, socklen_t salen, char *host, socklen_t hostlen, char *serv, socklen_t servlen, int flags) argument
[all...]
/bionic/libc/private/
H A Dnsswitch.h56 * uint32_t ns_src.flags
63 #define NS_STATUSMASK 0x000000ff /* bitmask to get the status flags */
65 /* internal nsdispatch(3) flags; not settable in nsswitch.conf(5) */
144 * and its dispatch control flags for a given database.
148 uint32_t flags; member in struct:__anon665
/bionic/linker/
H A Dlinker.h118 unsigned flags; member in struct:soinfo
/bionic/libc/kernel/arch-arm/asm/arch/
H A Dboard.h119 int flags:4; member in struct:omap_gpio_switch_config

Completed in 801 milliseconds

12345