Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DEHUtils.h24 DenseMap<BlockT *, Status> Statuses; in computeEHOnlyBlocks() local
27 if (Statuses.contains(BB)) in computeEHOnlyBlocks()
28 return Statuses[BB]; in computeEHOnlyBlocks()
53 Statuses[StartBlock] = NonEH; in computeEHOnlyBlocks()
59 Statuses[&BB] = EH; in computeEHOnlyBlocks()
78 Statuses[BB] = NewStatus; in computeEHOnlyBlocks()
82 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.1355 exit statuses
389 one should interpret \fB\%@TPUT@\fP's exit statuses as follows.
409 some statuses change meanings.
736 use the same exit statuses as
741 documents exit statuses that correspond to neither
/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/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/lib/libc/rpc/
H A Ddes_crypt.3119 is false only for the first two statuses.
/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/sys/contrib/dev/iwlwifi/fw/
H A Dfile.h960 * @statuses: the list of statuses to trigger the collection on
966 } __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.cpp137 // Escaped mirrors other statuses after joins.
218 /// State aggregates statuses of all tracked parameters.
256 "Couldn't join statuses with different sizes"); in join()
1322 /// Join all incoming statuses for the given basic block.
1456 "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
H A DE.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/sys/dev/ahci/
H A Dahci.c1321 /* Read interrupt statuses. */ in ahci_ch_intr()
1337 /* Read interrupt statuses. */ in ahci_ch_intr_direct()
1379 /* Clear interrupt statuses. */ in ahci_ch_intr_main()
1381 /* Read command statuses. */ in ahci_ch_intr_main()
1472 /* On error, complete the rest of commands with error statuses. */ in ahci_ch_intr_main()
2899 /* Read interrupt statuses and process if any. */ in ahcipoll()
/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