Home
last modified time | relevance | path

Searched full:keeps (Results 1 – 25 of 829) sorted by relevance

12345678910>>...34

/freebsd/contrib/libpcap/rpcapd/
H A Dconfig_params.h46 …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 Drpcapd.c79 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 DDwarfStringPoolEntry.h37 /// 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 DWindowScheduler.h79 /// 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 DExecutionDomainFix.h36 /// 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 Drpcap-protocol.h324 /* 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 DTLSVariableHoist.h82 /// 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 DConstantHoisting.h70 /// 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 DAddressRanges.h53 /// 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 DConcurrentHashtable.h56 /// 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 DSystemZRegisterInfo.h50 /// \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 DMangleNumberingContext.h9 // 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 DRISCVInsertWriteVXRM.cpp147 // 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 Dabi.h134 // 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 Dwitness.439 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 Dmount_smbfs.8140 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 DM68kMachineFunction.h44 /// 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 Dmsgs.199 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 DDWARFLinkerImpl.h
H A DDWARFLinkerUnit.h
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dmicrochip,pic32-rtc.txt3 The RTCC keeps time in hours, minutes, and seconds, and one half second. It
/freebsd/share/examples/kld/firmware/
H A DREADME15 It keeps a reference to the firmware until it is unloaded.
/freebsd/sys/contrib/device-tree/Bindings/soc/bcm/
H A Dbrcm,bcm23550-cdc.yaml10 The Cluster Dormant Control block keeps the CPU in idle state. A command
/freebsd/usr.sbin/cron/cron/
H A Dcrontab20 # 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 Dlac_session.h186 /**< 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

12345678910>>...34