Searched refs:BF (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/sys/dev/asr/
H A Di2oexec.h252 BF DdmTID:I2O_TID_SZ;
253 BF reserved:I2O_RESERVED_12BITS;
254 BF OperationFlags:I2O_8BIT_FLAGS_SZ;
304 BF DeviceTID:I2O_TID_SZ;
305 BF reserved:I2O_RESERVED_12BITS;
306 BF BiosInfo:I2O_BIOS_INFO_SZ;
318 BF BootDevice:I2O_TID_SZ;
319 BF reserved:I2O_RESERVED_4BITS;
320 BF reserved1:I2O_RESERVED_16BITS;
342 BF IOP1AliasForTargetDevic
[all...]
H A Di2omsg.h312 BF TargetAddress:I2O_TID_SZ;
313 BF InitiatorAddress:I2O_TID_SZ;
314 BF Function:I2O_FUNCTION_SZ;
423 /* BF Severity:I2O_FAILCODE_SEVERITY_SZ; */
424 /* BF FailureCode:I2O_FAILCODE_CODE_SZ; */
430 BF reserved:I2O_RESERVED_4BITS;
431 BF FailingHostUnitID:I2O_UNIT_ID_SZ;
432 BF reserved1:12;
462 BF Class:I2O_CLASS_ID_SZ;
463 BF Versio
[all...]
H A Di2odpt.h26 BF TID:16; /* Upper four bits currently are zero */
28 BF Interpret:1;
30 BF Physical:1;
31 BF Reserved1:14;
H A Di2outil.h379 BF Severity:I2O_FAILCODE_SEVERITY_SZ;
380 BF FailureCode:I2O_FAILCODE_CODE_SZ;
381 BF FailingIOP_ID:I2O_IOP_ID_SZ;
382 BF reserved:I2O_RESERVED_4BITS;
383 BF FailingHostUnitID:I2O_UNIT_ID_SZ;
H A Di2odep.h90 typedef U16 BF; typedef
92 typedef U32 BF; typedef
643 /* BF reserved3:I2O_RESERVED_4BITS; */
644 /* BF reserved1:I2O_RESERVED_16BITS; */
775 /* BF 4 reserved:I2O_4BIT_VERSION_SZ; */
969 BF TID:16; /* Upper four bits currently are zero */
971 BF Interpret:1;
973 BF Physical:1;
974 BF Reserved1:14;
/freebsd-9.3-release/bin/pax/
H A Doptions.h56 #define BF 0x00000002 macro
107 #define BDEXTR (AF|BF|LF|TF|WF|XF|CBF|CHF|CLF|CPF|CXF)
109 #define BDCOPY (AF|BF|FF|OF|XF|CBF|CEF)
110 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CPF|CXF|CYF|CZF)
H A Doptions.c209 flg |= BF;
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A De_bf.c76 IMPLEMENT_BLOCK_CIPHER(bf, ks, BF, EVP_BF_KEY, NID_bf, 8, 16, 8, 64,
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dblowfish.h69 # error BF is disabled.
H A Dbf_skey.c70 FIPS_NON_FIPS_VCIPHER_Init(BF)
/freebsd-9.3-release/usr.bin/tail/
H A Dreverse.c176 } BF; typedef in typeref:struct:bf
191 BF *mark, *tl, *tr;
204 if (enomem || (tl = malloc(sizeof(BF))) == NULL ||
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp88 static BodyFarm *BF = new BodyFarm(C); local
89 return *BF;
/freebsd-9.3-release/sys/pci/
H A Dncrreg.h103 #define BF 0x20 /* int: script: bus fault */ macro
H A Dncr.c4798 OUTB (nc_dien , MDPE|BF|ABRT|SSI|SIR|IID);
5336 !(dstat & (MDPE|BF|ABRT|SIR))) {
5348 !(dstat & (MDPE|BF|ABRT|SIR|IID))) {
5360 !(dstat & (MDPE|BF|ABRT|SIR)) &&
5377 !(dstat & (MDPE|BF|ABRT|IID)) &&
5442 !(dstat & (MDPE|BF|ABRT|SIR|IID))) {
5455 !(dstat & (MDPE|BF|ABRT|SIR)) &&
5489 !(dstat & (MDPE|BF|ABRT|SIR|IID))) {
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dppc-opc.c153 /* The BF field in an X or XL form instruction. */
154 #define BF BDPA + 1
156 #define CRFD BF
159 /* The BF field in an X or XL form instruction. */
160 #define BFF BF + 1
163 /* An optional BF field. This is used for comparison instructions,
164 in which an omitted BF field is taken as zero. */
2261 { "cmpli", OP(10), OP_MASK, PPC, { BF, L, RA, UI } },
2262 { "cmpli", OP(10), OP_MASK, PWRCOM, { BF, RA, UI } },
2266 { "cmpi", OP(11), OP_MASK, PPC, { BF,
152 #define BF macro
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp287 BranchFolder BF(true, false);
288 BFChange = BF.OptimizeFunction(MF, TII,
421 BranchFolder BF(false, false);
422 BF.OptimizeFunction(MF, TII,
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_defs.h315 #define BF 0x20 /* int: script: bus fault */ macro
H A Dsym_hipd.c3259 OUTB (nc_dien , MDPE|BF|SSI|SIR|IID);
3737 if (dstat & (MDPE|BF)) {
3889 !(dstat & (MDPE|BF|ABRT|IID))) {
3920 !(dstat & (MDPE|BF|ABRT|IID))) {
3938 (dstat & (MDPE|BF|ABRT|IID))) {
6781 if (dstat & (MDPE|BF|IID)) {
/freebsd-9.3-release/sys/dev/hptrr/
H A Damd64-elf.hptrr_lib.o.uu5054 M`$B+?2A(C40D$$B)1"0(QP0D`````$&Y`````$2)\?]3*$R)YDB)[^BF"0``
10819 M``#\_________]BF`0``````"P```.$``````````````.BF`0```````@``
11299 M``#\__________"F`@``````"P````$```!0QP(``````/BF`@```````@``
13374 M`````0````$`````]P,``````,BF`````````0````$```"0]P,```````BG

Completed in 387 milliseconds