Home
last modified time | relevance | path

Searched full:statuses (Results 1 – 25 of 122) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DEHUtils.h24 DenseMap<BlockT *, Status> Statuses; in computeEHOnlyBlocks() local
27 auto It = Statuses.find(BB); in computeEHOnlyBlocks()
28 return It != Statuses.end() ? It->second : Unknown; in computeEHOnlyBlocks()
51 Statuses[StartBlock] = NonEH; in computeEHOnlyBlocks()
57 Statuses[&BB] = EH; in computeEHOnlyBlocks()
76 Statuses[BB] = NewStatus; in computeEHOnlyBlocks()
80 for (auto Entry : Statuses) { in computeEHOnlyBlocks()
/freebsd/contrib/kyua/utils/sqlite/
H A Dtransaction.cpp47 /// Possible statuses of a transaction.
48 enum statuses { enum
55 statuses status;
61 impl(database& db_, const statuses status_) : in impl()
/freebsd/sbin/rcorder/
H A Dsprite.h74 * The following statuses overlap with the first 2 generic statuses
/freebsd/contrib/ncurses/man/
H A Dtput.1390 exit statuses
436 exit statuses as follows.
456 some statuses change meanings.
796 use the same exit statuses as
801 documents exit statuses that correspond to neither
/freebsd/include/
H A Dsysexits.h38 * This include file attempts to categorize error exit statuses
44 * clashing with other exit statuses that random programs may
/freebsd/contrib/sendmail/include/sm/
H A Dsysexits.h24 ** exit statuses for system programs, notably delivermail
28 ** clashing with other exit statuses that random programs may
/freebsd/lib/libc/rpc/
H A Ddes_crypt.3119 is false only for the first two statuses.
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/
H A Darc,arc2c0608.yaml69 RCF statuses PWM Filter Statues
/freebsd/lib/libsys/
H A Dmincore.2105 statuses.
H A Dwait.297 All of the desired process statuses to be waited on must be explicitly
/freebsd/share/man/man3/
H A Dsysexits.344 to reduce the possibility of clashing with other exit statuses that
/freebsd/sbin/geom/core/
H A Dgeom.898 Report statuses for geoms instead of providers.
/freebsd/share/man/man4/
H A Dahci.4148 statuses in some way (IBPI standard) to report them using present indicators.
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dscan_keyword.h67 // Initialize all statuses to __might_match, except for "" keywords are __does_match
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dfile.h996 * @statuses: the list of statuses to trigger the collection on
1003 } __packed statuses[16]; member
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_dma.c235 * register and all statuses are cleared in BCM_DMA_INT_STATUS one. in bcm_dma_init()
245 device_printf(dev, "statuses are not cleared\n"); in bcm_dma_init()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp135 // Escaped mirrors other statuses after joins.
216 /// State aggregates statuses of all tracked parameters.
254 "Couldn't join statuses with different sizes"); in join()
1320 /// Join all incoming statuses for the given basic block.
1454 "It's not a losing join if statuses do not represent " in isLosingJoin()
/freebsd/contrib/kyua/doc/
H A Dkyua.1.in387 Even though when those manual pages do not describe any other exit statuses,
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c746 /* Read interrupt statuses. */ in fsl_sata_intr()
765 /* Clear interrupt statuses. */ in fsl_sata_intr()
805 /* Read command statuses. */ in fsl_sata_intr_main()
822 /* On error, complete the rest of commands with error statuses. */ in fsl_sata_intr_main()
1887 /* Read interrupt statuses and process if any. */ in fsl_satapoll()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dtx.h523 * After the array of statuses comes the SSN of the SCD. Look at
581 * After the array of statuses comes the SSN of the SCD. Look at
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mac.c66 /* DPMAC IRQ statuses. */
/freebsd/contrib/bc/manuals/dc/
H A DEHN.11281 dc(1) returns the following exit statuses:
1336 The other statuses will only be returned when dc(1) is not in
1343 These exit statuses allow dc(1) to be used in shell scripting with error
H A DEH.11281 dc(1) returns the following exit statuses:
1336 The other statuses will only be returned when dc(1) is not in
1343 These exit statuses allow dc(1) to be used in shell scripting with error
/freebsd/contrib/ofed/libibmad/
H A Drpc.c254 * that way, weird statuses cause an error, too */ in mad_rpc()
/freebsd/crypto/openssl/test/
H A Dct_test.c207 /* Ignore other validation statuses. */ in assert_validity()

12345