Home
last modified time | relevance | path

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

12345678910>>...34

/freebsd-src/contrib/libpcap/rpcapd/
H A Dconfig_params.h46 char address[MAX_LINE + 1]; // keeps the network address (either numeric or literal) to of the active client
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 connect to this server
52 extern struct active_pars activelist[MAX_ACTIVE_LIST]; //!< Keeps the list of the hosts (host, port) on which I want to connect to (active mode)
H A Drpcapd.c79 char hostlist[MAX_HOST_LIST + 1]; //!< Keeps the list of the hosts that are allowed to connect to this server
80 struct active_pars activelist[MAX_ACTIVE_LIST]; //!< Keeps the list of the hosts (host, port) on which I want to connect to (active mode)
86 static char address[MAX_LINE + 1]; //!< keeps the network address (either numeric or literal) to bind to
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 th in send_state_change_event()
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DTypePool.h29 /// Keeps cloned data for the type DIE.
52 /// TypeEntryBody keeps partially cloned DIEs corresponding to this type.
58 // Keeps definition die.
61 // Keeps declaration die.
106 /// TypePool keeps type descriptors which contain partially cloned DIE
/freebsd-src/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,
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-src/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 'rpcap_filterbpf' header */
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 of all the remote interfaces */
393 #define RPCAP_MSG_STATS_REPLY (RPCAP_MSG_STATS_REQ | RPCAP_MSG_IS_REPLY) /* Message that keeps the network statistics */
/freebsd-src/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-src/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-src/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-src/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-src/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-src/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-src/sbin/adjkerntz/
H A Dadjkerntz.857 exists, it means that the real-time clock keeps local time
59 If that file does not exist, it means that the real-time clock keeps UTC time.
/freebsd-src/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-src/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-src/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-src/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-src/share/examples/kld/firmware/
H A DREADME15 It keeps a reference to the firmware until it is unloaded.
/freebsd-src/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-src/usr.sbin/cron/cron/
H A Dcrontab20 # Adjust the time zone if the CMOS clock keeps local time, as opposed to
/freebsd-src/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
/freebsd-src/contrib/unbound/contrib/
H A Dunbound.plist6 Copy this file to /Library/LaunchDaemons. Launchd keeps unbound running.
/freebsd-src/sys/contrib/device-tree/Bindings/hwmon/
H A Dadc128d818.txt18 If no operation mode is configured via device tree, the driver keeps the

12345678910>>...34