Home
last modified time | relevance | path

Searched full:monitored (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/freebsd/usr.sbin/rpc.statd/
H A Dstatd.h41 Data structures for recording monitored hosts
44 that we have been asked to monitor, and, associated with each monitored
45 host, one or more clients to be called back if the monitored host crashes.
47 The list of monitored hosts must be retained over a crash, so that upon
54 We handle this by keeping the list of monitored hosts in a file
60 status indicates whether this host is actually being monitored or if it
76 char hostname[SM_MAXSTRLEN + 1]; /* Name of monitored host */
78 /* informed the monitored host */
80 /* hear that the monitored host has */
81 /* crashed, NULL if no longer monitored */
[all …]
H A Drpc.statd.855 If a monitored host crashes and restarts, the remote daemon will
61 re-starts, it will notify all of the hosts which were being monitored
120 non-volatile record of currently monitored hosts.
132 There is no means for the daemon to tell when a monitored host has
140 the local and remote daemon in order to establish a monitored relationship.
144 The current implementation uses more than 1Kbyte per monitored host in
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemMonitor.java49 * The pool configuration with resources to be monitored.
54 * The map of monitored resources.The map is keyed by
57 private Map monitored; field in SystemMonitor
113 * @param conf The configuration which is monitored.
118 monitored = new HashMap(); in SystemMonitor()
124 * be monitored.
126 * @param conf The configuration which is monitored.
156 * Add all resources of the supplied type in the monitored
157 * configuration to the set of monitored resources. Remove
172 HashSet oldKeys = new HashSet(monitored.keySet()); in setResourceMonitors()
[all …]
H A DResourceMonitor.java42 * This represents a monitored resource and the techniques used to
48 * The monitored resource.
58 * Cached list of components to be monitored.
74 * @param target The resource to be monitored.
89 * cannot be monitored, so they should be removed from the
110 * Get the list of components which are actively monitored by
128 * Return the object which is being monitored.
136 * Set the resource to be monitored. A resource target can
140 * @param target The resource to be monitored.
155 * Return the name of the monitored object.
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/
H A Dtegra234-clock.h150 /** @brief Monitored branch of EQOS_RX clock */
434 /** @brief Monitored branch of PEX0_C0_CORE clock */
436 /** @brief Monitored branch of PEX0_C1_CORE clock */
438 /** @brief Monitored branch of PEX0_C2_CORE clock */
440 /** @brief Monitored branch of PEX0_C3_CORE clock */
442 /** @brief Monitored branch of PEX0_C4_CORE clock */
444 /** @brief Monitored branch of PEX1_C5_CORE clock */
446 /** @brief Monitored branch of PEX1_C6_CORE clock */
462 /** @brief Monitored branch of PEX2_C7_CORE clock */
464 /** @brief Monitored branch of PEX2_C8_CORE clock */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Drichtek,rt5033-charger.yaml20 monitored-battery:
23 Phandle to the monitored battery according to battery.yaml. The battery
55 - monitored-battery
63 monitored-battery = <&battery>;
H A Dbq2515x.yaml56 monitored-battery:
58 description: phandle to the battery node being monitored
63 - monitored-battery
83 monitored-battery = <&bat>;
H A Dbq25980.yaml76 monitored-battery:
78 description: phandle to the battery node being monitored
83 - monitored-battery
110 monitored-battery = <&bat>;
H A Dstericsson,ab8500-chargalg.yaml20 monitored-battery:
30 - monitored-battery
39 monitored-battery = <&ab8500_battery>;
H A Dingenic,battery.txt8 - monitored-battery: phandle to a "simple-battery" compatible node.
10 The "monitored-battery" property must be a phandle to a node using the format
30 monitored-battery = <&simple_battery>;
H A Dbq256xx.yaml61 monitored-battery:
63 description: phandle to the battery node being monitored
78 - monitored-battery
117 monitored-battery = <&bat>;
H A Dingenic,battery.yaml31 monitored-battery:
42 - monitored-battery
60 monitored-battery = <&simple_battery>;
H A Dadc-battery.yaml48 monitored-battery: true
54 - monitored-battery
69 monitored-battery = <&battery>;
H A Dstericsson,ab8500-btemp.yaml20 monitored-battery:
49 - monitored-battery
63 monitored-battery = <&battery>;
H A Dstericsson,ab8500-fg.yaml20 monitored-battery:
53 - monitored-battery
67 monitored-battery = <&battery>;
H A Dqcom,pmi8998-charger.yaml41 monitored-battery:
52 - monitored-battery
80 monitored-battery = <&battery>;
H A Dstericsson,ab8500-charger.yaml20 monitored-battery:
73 - monitored-battery
88 monitored-battery = <&battery>;
H A Dcw2015_battery.yaml14 phandle in monitored-battery. If specified the driver uses the
46 monitored-battery:
77 monitored-battery = <&bat>;
H A Dsc27xx-fg.yaml53 monitored-battery: true
65 - monitored-battery
101 monitored-battery = <&bat>;
H A Dpower-supply.yaml21 monitored-battery:
24 The battery (with "simple-battery" compatible) being monitored by this
/freebsd/sys/dev/netmap/
H A Dnetmap_monitor.c35 * with as many pairs of netmap rings as the monitored adapter.
38 * monitored adapter. During registration, the user can choose if she wants
46 * If the monitored adapter leaves netmap mode, the monitor has to be restarted.
57 * application is reading from a monitored ring, the ring will eventually
66 * - For rx traffic, this is after the consumer on the monitored adapter
205 /* allocate the monitors array in the monitored kring */
255 * nm_notify() callbacks in the monitored rings.
348 * in the chain (this may be the monitored port in netmap_monitor_add()
385 * if kring is NULL (orphaned list) the monitored port in netmap_monitor_del()
403 /* in the monitored kring, prev is actually the in netmap_monitor_del()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dmwaitxintrin.h20 /// Establishes a linear address memory range to be monitored and puts
22 /// monitored address range causes the processor to exit the pending state.
29 /// The memory range to be monitored. The size of the range is determined by
42 /// the monitor event pending state. Data stored in the monitored address
/illumos-gate/usr/src/man/man4d/
H A Dpoll.4d81 effect of adding these file descriptors to the monitored \fBpoll\fR file
104 \fBpollfd\fR structure removes the \fBfd\fR from the monitored set. The
110 occurred on the polled file descriptors in the monitored set represented by
148 the monitored set represented by \fBfd\fR. The \fBfd\fR field of the
361 descriptor from a monitored poll set. Failure to do so may result in a
363 When a file descriptor is closed but not removed from the monitored set, and is
/illumos-gate/usr/src/man/man3c/
H A Dport_associate.3c118 FILE_DELETE /* Monitored file/directory was deleted */
119 FILE_RENAME_TO /* Monitored file/directory was renamed */
120 FILE_RENAME_FROM /* Monitored file/directory was renamed */
121 UNMOUNTED /* Monitored file system got unmounted */
122 MOUNTEDOVER /* Monitored file/directory was mounted over */
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-ab8505.dtsi115 monitored-battery = <&battery>;
132 monitored-battery = <&battery>;
169 monitored-battery = <&battery>;
179 monitored-battery = <&battery>;

12345678910>>...12