/external/libnl/lib/route/act/ |
D | skbedit.c | 47 u->s_flags = 0; in skbedit_msg_parser() 49 u->s_flags |= SKBEDIT_F_PRIORITY; in skbedit_msg_parser() 54 u->s_flags |= SKBEDIT_F_QUEUE_MAPPING; in skbedit_msg_parser() 59 u->s_flags |= SKBEDIT_F_MARK; in skbedit_msg_parser() 86 if (u->s_flags & SKBEDIT_F_PRIORITY) in skbedit_dump_line() 89 if (u->s_flags & SKBEDIT_F_MARK) in skbedit_dump_line() 92 if (u->s_flags & SKBEDIT_F_QUEUE_MAPPING) in skbedit_dump_line() 142 if (u->s_flags & SKBEDIT_F_MARK) in skbedit_msg_fill() 145 if (u->s_flags & SKBEDIT_F_PRIORITY) in skbedit_msg_fill() 148 if (u->s_flags & SKBEDIT_F_QUEUE_MAPPING) in skbedit_msg_fill() [all …]
|
/external/libnl/lib/ |
D | socket.c | 196 sk->s_flags = NL_OWN_PORT; in __alloc_socket() 252 if (!(sk->s_flags & NL_OWN_PORT)) in nl_socket_free() 317 sk->s_flags |= NL_NO_AUTO_ACK; in nl_socket_disable_auto_ack() 327 sk->s_flags &= ~NL_NO_AUTO_ACK; in nl_socket_enable_auto_ack() 353 sk->s_flags |= NL_OWN_PORT; in _nl_socket_set_local_port_no_release() 355 sk->s_flags &= ~NL_OWN_PORT; in _nl_socket_set_local_port_no_release() 385 sk_mutable->s_flags |= NL_OWN_PORT; in nl_socket_get_local_port() 387 sk_mutable->s_flags &= ~NL_OWN_PORT; in nl_socket_get_local_port() 406 if (!(sk->s_flags & NL_OWN_PORT)) in nl_socket_set_local_port() 408 sk->s_flags |= NL_OWN_PORT; in nl_socket_set_local_port() [all …]
|
D | nl.c | 498 if (!(sk->s_flags & NL_NO_AUTO_ACK)) in nl_complete_msg() 678 if ( (sk->s_flags & NL_MSG_PEEK) in nl_recv() 679 || (!(sk->s_flags & NL_MSG_PEEK_EXPLICIT) && sk->s_bufsize == 0)) in nl_recv() 693 if (creds && (sk->s_flags & NL_SOCK_PASSCRED)) { in nl_recv() 773 if (creds && (sk->s_flags & NL_SOCK_PASSCRED)) { in nl_recv() 884 } else if (!(sk->s_flags & NL_NO_AUTO_ACK)) { in recvmsgs()
|
/external/e2fsprogs/lib/e2p/ |
D | ls.c | 149 if (s->s_flags == 0) in print_super_flags() 153 if (s->s_flags & EXT2_FLAGS_SIGNED_HASH) { in print_super_flags() 157 if (s->s_flags & EXT2_FLAGS_UNSIGNED_HASH) { in print_super_flags() 161 if (s->s_flags & EXT2_FLAGS_TEST_FILESYS) { in print_super_flags()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageSizeTests.cpp | 513 static const deUint32 s_flags[] = variable 532 for (int flagNdx = 0; flagNdx < DE_LENGTH_OF_ARRAY(s_flags); ++flagNdx) in createImageSizeTests() 536 …>addChild(new SizeTest(testCtx, getCaseName(texture, s_flags[flagNdx]), "", texture, format, s_fla… in createImageSizeTests()
|
/external/kernel-headers/original/uapi/linux/ |
D | bfs_fs.h | 79 …((le32_to_cpu(bfs_sb->s_from) != -1) && (le32_to_cpu(bfs_sb->s_to) != -1) && !(sb->s_flags & SB_RD…
|
D | coff.h | 167 char s_flags[4]; /* flags */ member
|
D | nilfs2_ondisk.h | 147 __le16 s_flags; /* flags */ member
|
/external/e2fsprogs/lib/ext2fs/ |
D | initialize.c | 186 set_field(s_flags, 0); in ext2fs_initialize() 560 super->s_flags |= EXT2_FLAGS_SIGNED_HASH; in ext2fs_initialize() 562 super->s_flags |= EXT2_FLAGS_UNSIGNED_HASH; in ext2fs_initialize()
|
D | tst_super_size.c | 110 check_field(s_flags, 4); in main()
|
D | swapfs.c | 97 sb->s_flags = ext2fs_swab32(sb->s_flags); in ext2fs_swap_super()
|
D | ext2_fs.h | 716 /*160*/ __u32 s_flags; /* Miscellaneous flags */ member
|
/external/e2fsprogs/e2fsck/ |
D | super.c | 563 (sb->s_flags & (EXT2_FLAGS_SIGNED_HASH|EXT2_FLAGS_UNSIGNED_HASH))) in e2fsck_fix_dirhash_hint() 571 sb->s_flags |= EXT2_FLAGS_SIGNED_HASH; in e2fsck_fix_dirhash_hint() 573 sb->s_flags |= EXT2_FLAGS_UNSIGNED_HASH; in e2fsck_fix_dirhash_hint() 959 (fs->super->s_flags & EXT2_FLAGS_TEST_FILESYS) && in check_super_block() 962 fs->super->s_flags &= ~EXT2_FLAGS_TEST_FILESYS; in check_super_block()
|
D | rehash.c | 161 (fs->super->s_flags & EXT2_FLAGS_UNSIGNED_HASH)) in fill_dir_block() 407 (fs->super->s_flags & EXT2_FLAGS_UNSIGNED_HASH)) in duplicate_search_and_fix()
|
D | pass2.c | 1113 (fs->super->s_flags & EXT2_FLAGS_UNSIGNED_HASH)) in check_dir_block()
|
/external/libnl/include/netlink-private/ |
D | netlink.h | 215 if (sk->s_flags & NL_NO_AUTO_ACK) in wait_for_ack()
|
D | types.h | 89 int s_flags; member 585 uint32_t s_flags; member
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | super.c | 191 sb->s_flags |= MS_RDONLY; in squashfs_fill_super()
|
/external/e2fsprogs/debugfs/ |
D | htree.c | 70 (fs->super->s_flags & EXT2_FLAGS_UNSIGNED_HASH)) in htree_dump_leaf_node()
|
D | set_fields.c | 147 { "flags", &set_sb.s_flags, NULL, 4, parse_uint },
|
/external/pigweed/pw_arduino_build/py/pw_arduino_build/ |
D | __main__.py | 194 elif args.s_flags:
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 92 __u32 s_flags; member
|
D | probe.c | 354 if (blkid_le32(es->s_flags) & EXT2_FLAGS_TEST_FILESYS) { in probe_ext4dev() 405 if (blkid_le32(es->s_flags) & EXT2_FLAGS_TEST_FILESYS) { in probe_ext4()
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 998 param->s_flags |= EXT2_FLAGS_TEST_FILESYS; in parse_extended_opts() 3046 if (fs_param.s_flags & EXT2_FLAGS_TEST_FILESYS) in main() 3047 fs->super->s_flags |= EXT2_FLAGS_TEST_FILESYS; in main()
|
D | tune2fs.c | 2093 sb->s_flags |= EXT2_FLAGS_TEST_FILESYS; in parse_extended_opts() 2097 sb->s_flags &= ~EXT2_FLAGS_TEST_FILESYS; in parse_extended_opts()
|