Home
last modified time | relevance | path

Searched refs:pflags (Results 1 – 25 of 29) sorted by relevance

12

/external/toybox/toys/posix/
Dcp.c132 int pflags;
295 if (TT.pflags&(_CP_xattr|_CP_context)) { in cp_node()
304 if (!(TT.pflags&_CP_xattr) && strncmp(name, "security.", 9)) in cp_node()
330 if (TT.pflags & _CP_ownership) { in cp_node()
347 if (TT.pflags & _CP_timestamps) { in cp_node()
356 if (TT.pflags & _CP_mode) fchmod(fdout, try->st.st_mode); in cp_node()
377 TT.pflags = CP_mode|CP_ownership|CP_timestamps; in cp_main()
384 if (comma_scan(pre, "all", 1)) TT.pflags = ~0; in cp_main()
386 if (comma_scan(pre, cp_preserve[i].name, 1)) TT.pflags |= 1<<i; in cp_main()
394 if (*s == 'a') TT.pflags = ~0; in cp_main()
[all …]
/external/vboot_reference/firmware/lib/tpm_lite/
Dtlcl.c325 uint32_t TlclGetPermanentFlags(TPM_PERMANENT_FLAGS* pflags) { in TlclGetPermanentFlags() argument
336 Memcpy(pflags, in TlclGetPermanentFlags()
363 TPM_PERMANENT_FLAGS pflags; in TlclGetFlags() local
364 uint32_t result = TlclGetPermanentFlags(&pflags); in TlclGetFlags()
367 *disable = pflags.disable; in TlclGetFlags()
369 *deactivated = pflags.deactivated; in TlclGetFlags()
371 *nvlocked = pflags.nvLocked; in TlclGetFlags()
373 pflags.disable, pflags.deactivated, pflags.nvLocked)); in TlclGetFlags()
Dmocked_tlcl.c111 uint32_t TlclGetPermanentFlags(TPM_PERMANENT_FLAGS* pflags) { in TlclGetPermanentFlags() argument
112 Memset(pflags, '\0', sizeof(*pflags)); in TlclGetPermanentFlags()
/external/llvm/test/CodeGen/X86/
Dx86-32-intrcc.ll22 …%pflags = getelementptr inbounds %struct.interrupt_frame, %struct.interrupt_frame* %frame, i32 0, …
23 %flags = load i32, i32* %pflags, align 4
50 …%pflags = getelementptr inbounds %struct.interrupt_frame, %struct.interrupt_frame* %frame, i32 0, …
51 %flags = load i32, i32* %pflags, align 4
Dx86-64-intrcc.ll22 …%pflags = getelementptr inbounds %struct.interrupt_frame, %struct.interrupt_frame* %frame, i32 0, …
23 %flags = load i64, i64* %pflags, align 4
50 …%pflags = getelementptr inbounds %struct.interrupt_frame, %struct.interrupt_frame* %frame, i32 0, …
51 %flags = load i64, i64* %pflags, align 4
/external/vboot_reference/firmware/lib/
Drollback_index.c260 TPM_PERMANENT_FLAGS pflags; in OneTimeInitializeTPM() local
277 result = TlclGetPermanentFlags(&pflags); in OneTimeInitializeTPM()
286 pflags.physicalPresenceLifetimeLock)); in OneTimeInitializeTPM()
287 if (!pflags.physicalPresenceLifetimeLock) { in OneTimeInitializeTPM()
297 VBDEBUG(("TPM: nvLocked=%d\n", pflags.nvLocked)); in OneTimeInitializeTPM()
298 if (!pflags.nvLocked) { in OneTimeInitializeTPM()
/external/vboot_reference/firmware/include/
Dtlcl.h191 uint32_t TlclGetPermanentFlags(TPM_PERMANENT_FLAGS *pflags);
196 uint32_t TlclGetSTClearFlags(TPM_STCLEAR_FLAGS *pflags);
/external/boringssl/src/crypto/x509/
Dx509_cmp.c358 static int check_suite_b(EVP_PKEY *pkey, int sign_nid, unsigned long *pflags) in check_suite_b() argument
375 if (!(*pflags & X509_V_FLAG_SUITEB_192_LOS)) in check_suite_b()
378 *pflags &= ~X509_V_FLAG_SUITEB_128_LOS_ONLY; in check_suite_b()
384 if (!(*pflags & X509_V_FLAG_SUITEB_128_LOS_ONLY)) in check_suite_b()
/external/freetype/src/psaux/
Dpsobjs.h98 FT_ULong* pflags );
105 FT_ULong* pflags );
Dpsobjs.c1024 FT_ULong* pflags ) in ps_parser_load_field() argument
1269 if ( pflags ) in ps_parser_load_field()
1270 *pflags |= 1L << field->flag_bit; in ps_parser_load_field()
1272 FT_UNUSED( pflags ); in ps_parser_load_field()
1294 FT_ULong* pflags ) in ps_parser_load_field_table() argument
1348 if ( pflags ) in ps_parser_load_field_table()
1349 *pflags |= 1L << field->flag_bit; in ps_parser_load_field_table()
1351 FT_UNUSED( pflags ); in ps_parser_load_field_table()
/external/pdfium/third_party/freetype/src/psaux/
Dpsobjs.h98 FT_ULong* pflags );
105 FT_ULong* pflags );
Dpsobjs.c1027 FT_ULong* pflags ) in ps_parser_load_field() argument
1274 if ( pflags ) in ps_parser_load_field()
1275 *pflags |= 1L << field->flag_bit; in ps_parser_load_field()
1277 FT_UNUSED( pflags ); in ps_parser_load_field()
1299 FT_ULong* pflags ) in ps_parser_load_field_table() argument
1353 if ( pflags ) in ps_parser_load_field_table()
1354 *pflags |= 1L << field->flag_bit; in ps_parser_load_field_table()
1356 FT_UNUSED( pflags ); in ps_parser_load_field_table()
/external/iptables/extensions/
Dlibxt_multiport.c117 multiinfo->pflags[i] = 0; in parse_multi_ports_v1()
131 multiinfo->pflags[i] = 1; in parse_multi_ports_v1()
361 if (multiinfo->pflags[i]) { in __multiport_print_v1()
450 if (multiinfo->pflags[i]) { in __multiport_save_v1()
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_multiport.h25 __u8 pflags[XT_MULTI_PORTS]; /* Port flags */ member
/external/iptables/include/linux/netfilter/
Dxt_multiport.h25 __u8 pflags[XT_MULTI_PORTS]; /* Port flags */ member
/external/vboot_reference/utility/
Dtpmc.c279 TPM_PERMANENT_FLAGS pflags; in HandlerGetPermanentFlags() local
280 uint32_t result = TlclGetPermanentFlags(&pflags); in HandlerGetPermanentFlags()
282 #define P(name) printf("%s %d\n", #name, pflags.name) in HandlerGetPermanentFlags()
/external/vboot_reference/tests/
Dtlcl_tests.c295 TPM_PERMANENT_FLAGS pflags; in FlagsTest() local
302 TEST_EQ(TlclGetPermanentFlags(&pflags), 0, "GetPermanentFlags"); in FlagsTest()
Drollback_index2_tests.c182 uint32_t TlclGetPermanentFlags(TPM_PERMANENT_FLAGS *pflags) in TlclGetPermanentFlags() argument
185 Memcpy(pflags, &mock_pflags, sizeof(mock_pflags)); in TlclGetPermanentFlags()
/external/freetype/include/internal/
Dpsaux.h395 FT_ULong* pflags );
402 FT_ULong* pflags );
/external/pdfium/third_party/freetype/include/freetype/internal/
Dpsaux.h395 FT_ULong* pflags );
402 FT_ULong* pflags );
/external/tcpdump/
Dprint-forces.c246 uint16_t pflags; member
1006 ib, EXTRACT_16BITS(&pdh->pflags), EXTRACT_16BITS(&pdh->pIDcnt))); in pdata_print()
1009 if (EXTRACT_16BITS(&pdh->pflags) & F_SELKEY) { in pdata_print()
1014 if (EXTRACT_16BITS(&pdh->pflags) & F_SELTABRANGE) { in pdata_print()
1018 if (EXTRACT_16BITS(&pdh->pflags) & F_TABAPPEND) { in pdata_print()
/external/toybox/generated/
Dglobals.h940 int pflags; member
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12