/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/ |
gthr-single.h | 50 /* Initialize the threads subsystem. */ 58 /* Close the threads subsystem. */
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/ |
gthr-single.h | 50 /* Initialize the threads subsystem. */ 58 /* Close the threads subsystem. */
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/ |
gthr-single.h | 50 /* Initialize the threads subsystem. */ 58 /* Close the threads subsystem. */
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/ |
gthr-single.h | 50 /* Initialize the threads subsystem. */ 58 /* Close the threads subsystem. */
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/ |
gthr-single.h | 50 /* Initialize the threads subsystem. */ 58 /* Close the threads subsystem. */
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/ |
gthr-single.h | 50 /* Initialize the threads subsystem. */ 58 /* Close the threads subsystem. */
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/ |
gthr-single.h | 50 /* Initialize the threads subsystem. */ 58 /* Close the threads subsystem. */
|
/system/chre/platform/include/chre/platform/ |
platform_sensor.h | 39 * Initializes the sensors subsystem. This must be called as part of the 45 * Deinitializes the sensors subsystem, including releasing any outstanding
|
/external/libnfnetlink/src/ |
libnfnetlink.c | 302 * nfnl_subsys_open - open a netlink subsystem 304 * @subsys_id: which nfnetlink subsystem we are interested in 308 * This function creates a subsystem handler that contains the set of 310 * subsystem. Initially the callback set is empty, you can register callbacks 324 * nfnl_subsys_open2 - open a netlink subsystem 326 * @subsys_id: which nfnetlink subsystem we are interested in 331 * This function creates a subsystem handler that contains the set of 333 * subsystem. Initially the callback set is empty, you can register callbacks 384 * @ssh: nfnetlink subsystem handler 386 * Release all the callbacks registered in a subsystem handler [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/ |
PeImage.h | 24 // PE32+ Subsystem type for EFI images
203 UINT16 Subsystem;
250 UINT16 Subsystem;
283 // Subsystem Values
736 UINT8 Subsystem; // from original optional header
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
EfiImage.h | 29 // PE32+ Subsystem type for EFI images
195 UINT16 Subsystem;
241 UINT16 Subsystem;
290 // Subsystem Values
675 UINT8 Subsystem; // from original optional header
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
PeImage.h | 26 // PE32+ Subsystem type for EFI images
175 UINT16 Subsystem;
225 UINT16 Subsystem;
262 // Other Windows Subsystem Values
722 UINT8 Subsystem; ///< From original optional header.
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
sysctl.h | 60 * respective subsystem header files.
66 * Each subsystem defined by sysctl defines a list of variables
67 * for that subsystem. Each name is either a node with further
70 * pairs to be used by sysctl(1) in manipulating the subsystem.
73 char *ctl_name; /* subsystem name */
|
/external/ltp/testcases/kernel/syscalls/eventfd/ |
eventfd01.c | 485 * The AIO subsystem internally uses eventfd mechanism for 488 * max possible value initially. When the AIO subsystem notifies 650 tst_resm(TCONF, "eventfd support is not available in AIO subsystem"); 655 tst_resm(TCONF, "eventfd support is not available in AIO subsystem"); 660 tst_resm(TCONF, "eventfd support is not available in AIO subsystem");
|
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/ |
PeImage.h | 25 /// PE32+ Subsystem type for EFI images 193 UINT16 Subsystem; 240 UINT16 Subsystem; 335 /// Other Windows Subsystem Values 718 UINT8 Subsystem; ///< from original optional header
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
pep.em | 145 static int pep_subsystem = ${SUBSYSTEM}; 274 {"major-subsystem-version", required_argument, NULL, OPTION_MAJOR_SUBSYSTEM_VERSION}, 277 {"minor-subsystem-version", required_argument, NULL, OPTION_MINOR_SUBSYSTEM_VERSION}, 280 {"subsystem", required_argument, NULL, OPTION_SUBSYSTEM}, 339 /* PE/WIN32; added routines to get the subsystem type, heap and/or stack 387 D(Subsystem,"__subsystem__", ${SUBSYSTEM}, FALSE), 408 fprintf (file, _(" --major-subsystem-version <number> Set minimum required OS subsystem version\n")); 411 fprintf (file, _(" --minor-subsystem-version <number> Set minimum required OS subsystem revision\n")) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
freeze.py | 60 -s subsystem: Specify the subsystem (For Windows only.);
138 subsystem = 'console'
185 usage("-s subsystem option only on Windows")
186 subsystem = a
335 winmakemakefile.get_custom_entry_point(subsystem)
347 if win and subsystem=='service':
|
/external/python/cpython2/Tools/freeze/ |
freeze.py | 60 -s subsystem: Specify the subsystem (For Windows only.); 138 subsystem = 'console' 185 usage("-s subsystem option only on Windows") 186 subsystem = a 335 winmakemakefile.get_custom_entry_point(subsystem) 347 if win and subsystem=='service':
|
/external/syslinux/gpxe/src/util/ |
elf2efi.c | 102 unsigned int subsystem; member in struct:options 685 pe_header.nt.OptionalHeader.Subsystem = opts->subsystem; 734 eprintf ( "Syntax: %s [--subsystem=<number>] infile outfile\n", 753 { "subsystem", required_argument, NULL, 's' }, 766 opts->subsystem = strtoul ( optarg, &end, 0 ); 786 .subsystem = EFI_IMAGE_SUBSYSTEM_EFI_APPLICATION,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
BmLoadOption.c | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/ |
EfiRom.c | 447 UINT16 SubSystem;
468 Status = CheckPE32File (InFptr, &MachineType, &SubSystem);
593 RomHdr.EfiSubsystem = SubSystem;
763 UINT16 *SubSystem
832 *SubSystem = PeHdr.Pe32.OptionalHeader.Subsystem;
834 *SubSystem = PeHdr.Pe32Plus.OptionalHeader.Subsystem;
836 Error (NULL, 0, 2000, "Invalid parameter", "Unable to find subsystem type!");
841 VerboseMsg(" Got subsystem = 0x%X from image\n", *SubSystem); [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/ |
EfiRom.c | 172 UINT16 *SubSystem
627 UINT16 SubSystem;
646 Status = CheckPE32File (InFptr, &MachineType, &SubSystem);
755 RomHdr.EfiSubsystem = SubSystem;
879 UINT16 *SubSystem
891 SubSystem - GC_TODO: add argument description
968 // Read the optional header so we can get the subsystem
975 *SubSystem = OptionalHdr.Subsystem;
977 fprintf (stdout, " Got subsystem = 0x%X from image\n", (int) *SubSystem); [all...] |
/device/huawei/angler/dumpstate/ |
DumpstateDevice.cpp | 51 RunCommandToFd(fd, "SUBSYSTEM TOMBSTONES", {"ls", "-l", "/data/tombstones/ramdump"}, CommandOptions::AS_ROOT);
|
/device/lge/bullhead/dumpstate/ |
DumpstateDevice.cpp | 51 RunCommandToFd(fd, "SUBSYSTEM TOMBSTONES", {"ls", "-l", "/data/tombstones/ramdump"} , CommandOptions::AS_ROOT);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/ |
NvmExpressHci.h | 2 NvmExpressDxe driver is used to manage non-volatile memory subsystem which follows
30 #define NVME_NSSR_OFFSET 0x0020 // NVM Subsystem Reset
57 UINT16 Nssrs:1; // NVM Subsystem Reset Supported NSSRS
95 UINT32 Nssro:1; // NVM Subsystem Reset Occurred
|