/freebsd/tests/sys/file/ |
H A D | dup_test.c | 13 * Test #4: check if dup2(2) cleared close-on-exec flag for duped fd. 18 * Test #9: check if fcntl(F_DUPFD) cleared close-on-exec flag for duped fd. 23 * Test #13: check if fcntl(F_DUP2FD) cleared close-on-exec flag for duped fd. 44 * Test #29: check if dup3(0) cleared close-on-exec flag for duped fd. 109 /* Was close-on-exec cleared? */ in main() 115 printf("ok %d - dup2(2) cleared close-on-exec\n", test); in main() 133 * is not cleared on 'new'. in main() 156 /* Was close-on-exec cleared? */ in main() 159 printf("not ok %d - dup2(2) cleared close-on-exec\n", test); in main() 172 /* Was close-on-exec cleared? */ in main() [all …]
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | table.sh | 123 ($1 == "Cleared:" && m) { 124 sub("[[:space:]]*Cleared:[[:space:]]*", ""); print; exit }' 163 uniq=`jexec alcatraz pfctl -t foo -vvT show | sort -u | grep -c Cleared` 231 -e inline:"0/0 stats cleared.\n" \ 236 -e inline:"0/2 stats cleared.\n" \ 249 clrd=`jexec alcatraz pfctl -t foo -vvT show | grep -c Cleared` 250 uniq=`jexec alcatraz pfctl -t foo -vvT show | sort -u | grep -c Cleared` 255 -e inline:"1/2 stats cleared.\n" \ 258 clrd=`jexec alcatraz pfctl -t foo -vvT show | grep -c Cleared` 259 uniq=`jexec alcatraz pfctl -t foo -vvT show | sort -u | grep -c Cleared`
|
/freebsd/contrib/netbsd-tests/sbin/fsck_ffs/ |
H A D | t_enable_quotas.sh | 49 # cleared 51 atf_check -s exit:0 -o "match:SUPERBLOCK QUOTA FLAG CLEARED" \ 64 -o "match:CORRUPTED USER QUOTA INODE 3 \(CLEARED\)" \ 76 -o "match:UNALLOCATED USER QUOTA INODE 3 \(CLEARED\)" \ 101 -o "match:WRONG TYPE 4096 for USER QUOTA INODE 3 \(CLEARED\)" \
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestGetAggregate.java | 96 Set <String> cleared = new HashSet <String> (); in testCleared() local 99 cleared.add(name); in testCleared() 104 aggregate = consumer.getAggregate(null, cleared); in testCleared() 110 aggregate = consumer.getAggregate(null, cleared); in testCleared() 126 if (cleared.contains(a.getName())) { in testCleared() 131 "been cleared but instead grew from " + in testCleared()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiCondCode.h | 17 ICC_CC = 4, // carry cleared 23 ICC_VC = 8, // oVerflow cleared 45 return "vc"; // oVerflow cleared in lanaiCondCodeToString() 65 return "ult"; // carry cleared | unsigned less than in lanaiCondCodeToString()
|
/freebsd/sys/dev/ichiic/ |
H A D | ig4_reg.h | 182 * bit 11 (SPECIAL) is cleared. 267 * cleared by reading CLR_GEN_CALL. 275 * ACTIVITY Set by any activity on the interface. Cleared 282 * clear the condition. Once cleared, the TX FIFO 287 * cleared by HW when the buffer level goes above 291 * to the TX FIFO while the TX FIFO was full. Cleared 295 * exceeded the specified RX_TL threshold. Cleared 300 * accept new data and data was lost. Cleared by 305 * empty. Cleared by reading CLR_RX_UNDER. 375 * Intel documents that the bit is automatically cleared whe [all...] |
/freebsd/share/doc/psd/15.yacc/ |
H A D | ss4 | 100 The lookahead token is cleared. 163 In particular, the lookahead token is cleared by a shift, and 305 and the lookahead token is cleared. 313 so state 6 is pushed onto the stack, and the lookahead is cleared. 334 0, 2, and 5 on it, and the lookahead token is cleared.
|
/freebsd/crypto/openssh/regress/ |
H A D | forwarding.sh | 75 fail "connection failed with cleared local forwarding" 80 fail "local forwarding not cleared" 89 fail "connection failed with cleared remote forwarding" 94 fail "remote forwarding not cleared"
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | SafepointIRVerifier.cpp | 306 bool Cleared = false; member 523 static void transferInstruction(const Instruction &I, bool &Cleared, 552 transferInstruction(I, BBS->Cleared, BBS->Contribution); in GCPtrTracker() 605 bool Cleared = false; in verifyFunction() local 606 transferInstruction(I, Cleared, AvailableSet); in verifyFunction() 607 (void)Cleared; in verifyFunction() 732 bool Cleared = false; in removeValidUnrelocatedDefs() local 733 transferInstruction(I, Cleared, AvailableSet); in removeValidUnrelocatedDefs() 734 (void)Cleared; in removeValidUnrelocatedDefs() 752 // If this block is 'Cleared', then nothing LiveIn to this block can be in gatherDominatingDefs() [all …]
|
/freebsd/bin/chmod/ |
H A D | chmod.1 | 259 is set, is cleared. 264 values are cleared. 268 value are cleared, or, if no 271 and other mode bits are cleared.
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_pcie_w_reg.h | 377 * cleared after MSI-X message associated with this specific interrupt 383 * cleared (all bits are cleared). 410 * with 1 (old value) that hardware has just cleared to 0. 715 * logged information will only be valid when the interrupt is cleared . 1191 /* When Clear_on_Read =1, all bits of Cause register are cleared on read. */ 1201 * When Auto-Clear =1, the bits in the Interrupt Cause register are auto-cleared 1215 * cause bits are cleared to 0, enabling immediate interrupt assertion if any 1309 /* When Clear_on_Read =1, all bits of the Cause register are cleared on read. */ 1319 * When Auto-Clear =1, the bits in the Interrupt Cause register are auto-cleared 1333 * cause bits are cleared to 0, enabling an immediate interrupt assertion if any [all …]
|
/freebsd/share/man/man4/ |
H A D | mouse.4 | 82 Left button status; cleared if pressed, otherwise set. 84 Middle button status; cleared if pressed, otherwise set. 88 Right button status; cleared if pressed, otherwise set. 119 If a button is pressed, the corresponding bit is cleared.
|
/freebsd/stand/i386/gptboot/ |
H A D | gptboot.8 | 121 attribute is cleared after an attempted boot, a failed boot will not 194 attributes are cleared from all the partitions. 197 attribute is cleared from the partition that successfully booted.
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipcvar.h | 84 * must be cleared to allow SPROM access. 96 * CCTRL4331_EXTPA_ON_GPIO2_5 flag must also be set or cleared, 106 * be cleared to allow SPROM access.
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | bmiintrin.h | 287 /// An unsigned integer whose bits are to be cleared. 309 /// An unsigned integer whose bits are to be cleared. 359 /// An unsigned integer containing the operand to be cleared. 381 /// An unsigned integer containing the operand to be cleared. 508 /// An unsigned 64-bit integer whose bits are to be cleared. 530 /// An unsigned 64-bit integer whose bits are to be cleared. 580 /// An unsigned 64-bit integer containing the operand to be cleared. 602 /// An unsigned 64-bit integer containing the operand to be cleared.
|
/freebsd/sbin/pfctl/ |
H A D | pfctl.8 | 496 Delete addresses which had their statistics cleared more than 499 For entries which have never had their statistics cleared, 514 .Dq Cleared 570 The address/network has been cleared (statistics). 594 .Dq Cleared 599 Cleared: Thu Feb 13 18:55:18 2003 620 Cleared: Thu Feb 13 18:55:18 2003
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CONF_CTX_set_ssl_ctx.pod | 20 B<cctx> is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to 25 B<cctx> is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-clear.8 | 45 If no arguments are specified, all device errors within the pool are cleared. 47 specified device or devices are cleared.
|
/freebsd/stand/efi/gptboot/ |
H A D | gptboot.efi.8 | 138 attribute is cleared after an attempted boot, a failed boot will not 211 attributes are cleared from all the partitions. 214 attribute is cleared from the partition that successfully booted.
|
/freebsd/share/man/man9/ |
H A D | vm_page_aflag.9 | 74 The bits that are set or cleared on the page's flags. 79 can be set or cleared:
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | pmc.txt | 40 and cleared on suspend, and restored on resume. This sleep controller 44 which will be ORed into PMCDR upon suspend, and cleared from PMCDR
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | max77620.txt | 54 When FPS event cleared (set to LOW), regulators, GPIOs and 32KHz 99 event cleared (set to LOW) whether it 109 event get cleared.
|
/freebsd/sbin/mount/ |
H A D | mntopts.3 | 140 the value of the bit to be set or cleared in 143 but cleared if the option name was preceded 150 the bit should be set or cleared in
|
/freebsd/usr.sbin/memcontrol/ |
H A D | memcontrol.8 | 89 Ranges may be cleared by owner or by 95 All ranges with this owner will be cleared.
|
/freebsd/lib/libsys/ |
H A D | sigwait.2 | 53 to the signal number that was cleared. 96 to the cleared signal number.
|