/freebsd/contrib/libpcap/rpcapd/ |
H A D | config_params.h | 46 …char address[MAX_LINE + 1]; // keeps the network address (either numeric or literal) to of the act… 47 char port[MAX_LINE + 1]; // keeps the network port to bind to 51 extern char hostlist[MAX_HOST_LIST + 1]; //!< Keeps the list of the hosts that are allowed to conne… 52 extern struct active_pars activelist[MAX_ACTIVE_LIST]; //!< Keeps the list of the hosts (host, por…
|
H A D | rpcapd.c | 79 char hostlist[MAX_HOST_LIST + 1]; //!< Keeps the list of the hosts that are allowed to connect to … 80 struct active_pars activelist[MAX_ACTIVE_LIST]; //!< Keeps the list of the hosts (host, port) on wh… 86 static char address[MAX_LINE + 1]; //!< keeps the network address (either numeric or literal) to b… 87 static char port[MAX_LINE + 1]; //!< keeps the network port to bind to 184 int retval; // keeps the returning value from several functions in main() 185 char errbuf[PCAP_ERRBUF_SIZE + 1]; // keeps the error string, prior to be printed in main() 350 // If the file does not exist, it keeps the settings provided by the command line in main() 562 char errbuf[PCAP_ERRBUF_SIZE + 1]; // keeps the error string, prior to be printed in main_startup() 563 struct addrinfo *addrinfo; // keeps the addrinfo chain; required to open a new socket in main_startup() 741 char errbuf[PCAP_ERRBUF_SIZE + 1]; // keeps the error string, prior to be printed in send_state_change_event() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DwarfStringPoolEntry.h | 37 /// Dwarf string pool entry keeps string value and its data. 62 /// ASSUMPTION: DwarfStringPoolEntryRef keeps pointer to \p Entry, 67 /// ASSUMPTION: DwarfStringPoolEntryRef keeps pointer to \p Entry, in DwarfStringPoolEntryRef()
|
H A D | WindowScheduler.h | 79 /// OriMIs keeps the MIs removed from the original MBB. 81 /// TriMIs keeps the MIs of TripleMBB, which is used to restore TripleMBB. 83 /// TriToOri keeps the mappings between the MI clones in TripleMBB and their 86 /// OriToCycle keeps the mappings between the original MI and its issue cycle. 88 /// SchedResult keeps the result of each list scheduling, and the format of
|
H A D | ExecutionDomainFix.h | 36 /// A DomainValue is a bit like LiveIntervals' ValNo, but it also keeps track 70 /// A collapsed DomainValue has no instructions to twiddle - it simply keeps 130 /// Keeps domain information for all registers. Note that this
|
/freebsd/contrib/libpcap/ |
H A D | rpcap-protocol.h | 324 /* General header used for the pcap_setfilter() command; keeps just the number of BPF instructions … 332 /* Structure that keeps a single BPF instruction; it is repeated 'ninsn' times according to the 'rp… 341 /* Structure that keeps the data required for the authentication on the remote host */ 350 /* Structure that keeps the statistics about the number of packets captured, dropped, etc. */ 376 #define RPCAP_MSG_ERROR 0x01 /* Message that keeps an error notification */ 383 #define RPCAP_MSG_AUTH_REQ 0x08 /* Message that keeps the authentication parameters */ 388 #define RPCAP_MSG_FINDALLIF_REPLY (RPCAP_MSG_FINDALLIF_REQ | RPCAP_MSG_IS_REPLY) /* Keeps the list… 393 #define RPCAP_MSG_STATS_REPLY (RPCAP_MSG_STATS_REQ | RPCAP_MSG_IS_REPLY) /* Message that keeps th…
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | TLSVariableHoist.h | 82 /// Keeps track of the user of a TLS variable and the operand index 91 /// Keeps track of a TLS variable candidate and its users. 114 /// Keeps track of TLS variable candidates found in the function.
|
H A D | ConstantHoisting.h | 70 /// Keeps track of the user of a constant and the operand index where the 81 /// Keeps track of a constant candidate and its uses. 160 /// Keeps track of constant candidates found in the function.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | AddressRanges.h | 53 /// normalized address ranges collection. This class keeps a sorted vector 117 /// This class keeps a sorted vector of AddressRange objects and can perform 159 /// It keeps normalized address ranges and corresponding values. 160 /// This class keeps a sorted vector of AddressRangeValuePair objects
|
H A D | ConcurrentHashtable.h | 56 /// BucketsArray keeps all buckets. Each bucket keeps an array of Entries 275 // Bucket structure. Keeps bucket data.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.h | 50 /// \returns the register that keeps the return function address. 53 /// \returns the register that keeps the 57 /// \returns the register that keeps the
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | MangleNumberingContext.h | 9 // This file defines the LambdaBlockMangleContext interface, which keeps track 27 /// Keeps track of the mangled names of lambda expressions and block
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertWriteVXRM.cpp | 147 // Keeps track of the available VXRM value at the start of the basic bloc. 150 // Keeps track of the available VXRM value at the end of the basic block. 153 // Keeps track of what VXRM is anticipated at the start of the basic block. 156 // Keeps track of what VXRM is anticipated at the end of the basic block. 159 // Keeps track of whether the block is already in the queue.
|
/freebsd/contrib/llvm-project/libcxx/include/__configuration/ |
H A D | abi.h | 134 // Changes the iterator type of select containers (see below) to a bounded iterator that keeps trac… 144 // Changes the iterator type of `basic_string` to a bounded iterator that keeps track of whether it… 150 // Changes the iterator type of `vector` to a bounded iterator that keeps track of whether it's wit…
|
/freebsd/share/man/man4/ |
H A D | witness.4 | 39 module keeps track of the locks acquired and released by each thread. 40 It also keeps track of the order in which locks are acquired with respect
|
/freebsd/contrib/smbfs/mount_smbfs/ |
H A D | mount_smbfs.8 | 140 Keeps user-specific static parameters for connections and other information. 145 Keeps system-wide static parameters for connections and other information.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kMachineFunction.h | 44 /// keeps track of the virtual register initialized for use as the global 51 /// Keeps track of whether this function uses sequences of pushes to pass
|
/freebsd/usr.bin/msgs/ |
H A D | msgs.1 | 99 utility keeps track of the next message you will see by a number in the file 104 it keeps a set of files whose names are the (sequential) numbers
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFLinkerImpl.h |
|
H A D | DWARFLinkerUnit.h |
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | microchip,pic32-rtc.txt | 3 The RTCC keeps time in hours, minutes, and seconds, and one half second. It
|
/freebsd/share/examples/kld/firmware/ |
H A D | README | 15 It keeps a reference to the firmware until it is unloaded.
|
/freebsd/sys/contrib/device-tree/Bindings/soc/bcm/ |
H A D | brcm,bcm23550-cdc.yaml | 10 The Cluster Dormant Control block keeps the CPU in idle state. A command
|
/freebsd/usr.sbin/cron/cron/ |
H A D | crontab | 20 # Adjust the time zone if the CMOS clock keeps local time, as opposed to
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/ |
H A D | lac_session.h | 186 /**< Keeps track of number of pending requests. */ 188 /**< Keeps track of number of pending DP requests (not thread 372 /**< Keeps track of number of pending requests. */ 374 /**< Keeps track of number of pending DP requests (not thread 524 /**< Keeps track of number of pending requests. */ 526 /**< Keeps track of number of pending DP requests (not thread
|