/freebsd/include/rpcsvc/ |
H A D | sm_inter.x | 33 * Status monitor protocol specification 40 /* res_stat = stat_succ if status monitor agrees to monitor */ 41 /* res_stat = stat_fail if status monitor cannot monitor */ 45 /* res_stat = stat_succ if status monitor agrees to monitor */ 46 /* res_stat = stat_fail if status monitor cannot monitor */ 83 opaque priv[16]; /* private information to store at monitor for requesting process */ 92 * state # of status monitor monitonically increases each time 98 int state; /* state # of status monitor */ 102 stat_succ = 0, /* status monitor agrees to monitor */ 103 stat_fail = 1 /* status monitor cannot monitor */ [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | debug_monitor.c | 65 static int dbg_setup_breakpoint(struct debug_monitor_state *monitor, 67 static int dbg_remove_breakpoint(struct debug_monitor_state *monitor, 385 dbg_find_free_slot(struct debug_monitor_state *monitor, enum dbg_t type) in dbg_find_slot() 393 reg = monitor->dbg_bcr; in dbg_find_slot() 397 reg = monitor->dbg_wcr; 413 dbg_find_slot(struct debug_monitor_state *monitor, enum dbg_t type, in dbg_setup_watchpoint() 422 reg_addr = monitor->dbg_bvr; in dbg_setup_watchpoint() 423 reg_ctrl = monitor->dbg_bcr; in dbg_setup_watchpoint() 427 reg_addr = monitor->dbg_wvr; in dbg_setup_watchpoint() 428 reg_ctrl = monitor in dbg_setup_watchpoint() 338 dbg_find_free_slot(struct debug_monitor_state * monitor,enum dbg_t type) dbg_find_free_slot() argument 366 dbg_find_slot(struct debug_monitor_state * monitor,enum dbg_t type,vm_offset_t addr) dbg_find_slot() argument 398 dbg_setup_watchpoint(struct debug_monitor_state * monitor,vm_offset_t addr,vm_size_t size,enum dbg_access_t access) dbg_setup_watchpoint() argument 465 dbg_remove_watchpoint(struct debug_monitor_state * monitor,vm_offset_t addr,vm_size_t size) dbg_remove_watchpoint() argument 490 dbg_register_sync(struct debug_monitor_state * monitor) dbg_register_sync() argument [all...] |
H A D | exec_machdep.c | 193 struct debug_monitor_state *monitor; in fill_dbregs() local 218 monitor = &td->td_pcb->pcb_dbg_regs; in fill_dbregs() 219 if ((monitor->dbg_flags & DBGMON_ENABLED) != 0) { in fill_dbregs() 221 regs->db_breakregs[i].dbr_addr = monitor->dbg_bvr[i]; in fill_dbregs() 222 regs->db_breakregs[i].dbr_ctrl = monitor->dbg_bcr[i]; in fill_dbregs() 225 regs->db_watchregs[i].dbw_addr = monitor->dbg_wvr[i]; in fill_dbregs() 226 regs->db_watchregs[i].dbw_ctrl = monitor->dbg_wcr[i]; in fill_dbregs() 236 struct debug_monitor_state *monitor; in set_dbregs() local 241 monitor = &td->td_pcb->pcb_dbg_regs; in set_dbregs() 242 monitor->dbg_enable_count = 0; in set_dbregs() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
H A D | qcom,ath11k.yaml | 124 - description: interrupt event for ring host2rxdma-monitor-ring3 125 - description: interrupt event for ring host2rxdma-monitor-ring2 126 - description: interrupt event for ring host2rxdma-monitor-ring1 134 - description: interrupt event for ring rxdma2host-monitor-destination-mac3 135 - description: interrupt event for ring rxdma2host-monitor-destination-mac2 136 - description: interrupt event for ring rxdma2host-monitor-destination-mac1 140 - description: interrupt event for ring rxdma2host-monitor-status-ring-mac3 141 - description: interrupt event for ring rxdma2host-monitor-status-ring-mac2 142 - description: interrupt event for ring rxdma2host-monitor-status-ring-mac1 178 - const: host2rxdma-monitor-ring3 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | adi,max98396.yaml | 43 description: slot number of the voltage sense monitor 50 description: slot number of the current sense monitor 57 description: slot number of speaker DSP monitor 83 Enables the "data monitor stuck" feature. Once the data monitor is 85 speaker amplifier. Once a data error is detected, the data monitor 91 Sets the threshold for the "data monitor stuck" feature, in bits. 97 Enables the "data monitor magnitude" feature. Once the data monitor is 99 speaker amplifier. Once a data error is detected, the data monitor 105 Sets the threshold for the "data monitor magnitude" feature, in bits. 111 Sets the duration for the "data monitor" feature, in milliseconds.
|
H A D | cs35l35.txt | 105 Optional Monitor Signal Format sub-node: 107 The cs35l35 node can have a single "cirrus,monitor-signal-format" sub-node 113 -cirrus,monitor-signal-format : Sub-node for the Monitor Signaling Formatting 117 If not used, the defaults for the 6 monitor signals is used. 123 scale of the IMON monitor signal. 126 of the VMON monitor signal. 129 of the VPMON monitor signal. 132 of the VBSTMON monitor signal 135 of the VPBRSTAT monitor signa [all...] |
/freebsd/crypto/openssh/ |
H A D | sandbox-capsicum.c | 37 #include "monitor.h" 43 * limits rights on stdout, stdin, stderr, monitor and switches to 48 struct monitor *monitor; member 53 ssh_sandbox_init(struct monitor *monitor) in ssh_sandbox_init() argument 63 box->monitor = monitor; in ssh_sandbox_init() 103 if (cap_rights_limit(box->monitor->m_recvfd, &rights) < 0 && in ssh_sandbox_child() 107 if (cap_rights_limit(box->monitor->m_log_sendfd, &rights) < 0 && in ssh_sandbox_child()
|
H A D | monitor.h | 1 /* $OpenBSD: monitor.h,v 1.23 2019/01/19 21:43:56 djm Exp $ */ 70 struct monitor { struct 79 struct monitor *monitor_init(void); argument 80 void monitor_reinit(struct monitor *); 83 void monitor_child_preauth(struct ssh *, struct monitor *); 84 void monitor_child_postauth(struct ssh *, struct monitor *); 86 void monitor_clear_keystate(struct ssh *, struct monitor *); 87 void monitor_apply_keystate(struct ssh *, struct monitor *); 93 void mm_get_keystate(struct ssh *, struct monitor *);
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_monitor.c | 36 * However, only the rx rings are actually used. Each monitor rx ring receives 43 * If the monitor is not able to cope with the stream of frames, excess traffic 46 * If the monitored adapter leaves netmap mode, the monitor has to be restarted. 137 /* nm_sync callback for the monitor's own tx rings. 147 /* nm_sync callback for the monitor's own rx rings. 234 nm_prerr("freeing not empty monitor array for %s (%d dangling monitors)!", in nm_monitor_dealloc() 314 /* add the monitor mkring to the list of monitors of kring. 315 * If this is the first monitor, intercept the callbacks 326 /* a zero-copy monitor which is not the first in the list in netmap_monitor_add() 327 * must monitor the previous monitor in netmap_monitor_add() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/soc/bcm/ |
H A D | brcm,bcm2711-avs-monitor.yaml | 4 $id: http://devicetree.org/schemas/soc/bcm/brcm,bcm2711-avs-monitor.yaml# 7 title: Broadcom AVS Monitor 15 - const: brcm,bcm2711-avs-monitor 35 avs-monitor@7d5d2000 { 36 compatible = "brcm,bcm2711-avs-monitor", "syscon", "simple-mfd";
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/meson/ |
H A D | meson_sm.txt | 1 * Amlogic Secure Monitor 3 In the Amlogic SoCs the Secure Monitor code is used to provide access to the 6 Required properties for the secure monitor node: 12 sm: secure-monitor {
|
/freebsd/contrib/libpcap/ |
H A D | pcap_can_set_rfmon.3pcap | 22 pcap_can_set_rfmon \- check whether monitor mode can be set for a 35 checks whether monitor mode could be set on a capture handle when 41 if monitor mode could not be set, 43 if monitor mode could be set, and a negative value on error. 52 The process doesn't have permission to check whether monitor mode
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | monitor.c | 12 SM_RCSID("@(#)$Id: monitor.c,v 8.8 2013-11-22 20:51:36 ca Exp $") 23 bool Monitor = false; /* use monitoring? */ 31 ** Current ctx to monitor. 85 SM_ASSERT(Monitor); 105 "WARNING: monitor timeout triggered, now=%ld, end=%ld, tid=%ld, state=0x%x",\ 154 SM_ASSERT(!Monitor); in mi_monitor_init() 157 Monitor = true; in mi_monitor_init()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_monitor.c | 2 * Driver interaction with Linux nl80211/cfg80211 - AP monitor interface 113 wpa_printf(MSG_ERROR, "nl80211: Monitor socket recv failed: %s", in handle_monitor_read() 327 wpa_printf(MSG_DEBUG, "nl80211: Remove monitor interface: refcount=%d", in nl80211_remove_monitor_interface() 353 wpa_printf(MSG_DEBUG, "nl80211: Re-use existing monitor interface: refcount=%d", in nl80211_create_monitor_interface() 360 * P2P interface name is of the format p2p-%s-%d. For monitor in nl80211_create_monitor_interface() 363 * indicate that it is a monitor interface. in nl80211_create_monitor_interface() 374 "nl80211: Monitor interface name has been truncated to %s", in nl80211_create_monitor_interface() 391 * AP mode w/o monitor -- ath6kl. in nl80211_create_monitor_interface() 394 "monitor interface type - try to run without it"); in nl80211_create_monitor_interface() 415 wpa_printf(MSG_INFO, "Failed to set socket filter for monitor " in nl80211_create_monitor_interface() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | qcom,coresight-tpdm.yaml | 8 title: Trace, Profiling and Diagnostics Monitor - TPDM 11 The TPDM or Monitor serves as data collection component for various dataset 50 the monitor. The associated aggregator will read this size before it 57 the monitor. The associated aggregator will read this size before it 65 registers supported by the monitor. If this property is not configured 74 by the monitor. If this property is not configured or set to 0, it means
|
/freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
H A D | amlogic-efuse.txt | 7 - secure-monitor: phandle to the secure-monitor node 20 secure-monitor = <&sm>; 35 sm: secure-monitor {
|
H A D | amlogic,meson-gxbb-efuse.yaml | 27 secure-monitor: 28 description: phandle to the secure-monitor node 37 - secure-monitor 48 secure-monitor = <&sm>;
|
/freebsd/usr.sbin/rpc.statd/ |
H A D | procs.c | 146 Purpose: RPC procedure to establish a monitor request 170 syslog(LOG_DEBUG, "monitor request for host %s", arg->mon_id.mon_name); in sm_mon_1_svc() 216 Purpose: Remove a monitor request from a host 219 In the unlikely event of more than one identical monitor 255 Purpose: RPC procedure to release a monitor request. 268 syslog(LOG_DEBUG, "un-monitor request for host %s", arg->mon_name); in sm_unmon_1_svc() 279 syslog(LOG_ERR, "unmon request from %s, no matching monitor", in sm_unmon_1_svc() 293 Purpose: RPC procedure to release monitor requests. 295 Notes: Releases all monitor requests (if any) from the specified 330 which would be unaware that all of its monitor requests [all …]
|
/freebsd/lib/libc/tests/secure/ |
H A D | fortify_select_test.c | 219 goto monitor; in ATF_TC_BODY() 226 monitor: in ATF_TC_BODY() 308 goto monitor; in ATF_TC_BODY() 317 monitor: in ATF_TC_BODY() 395 goto monitor; in ATF_TC_BODY() 402 monitor: in ATF_TC_BODY() 484 goto monitor; in ATF_TC_BODY() 493 monitor: in ATF_TC_BODY() 571 goto monitor; in ATF_TC_BODY() 578 monitor: in ATF_TC_BODY() [all …]
|
H A D | fortify_unistd_test.c | 259 goto monitor; in ATF_TC_BODY() 268 monitor: in ATF_TC_BODY() 391 goto monitor; in ATF_TC_BODY() 400 monitor: in ATF_TC_BODY() 518 goto monitor; in ATF_TC_BODY() 527 monitor: in ATF_TC_BODY() 645 goto monitor; in ATF_TC_BODY() 654 monitor: in ATF_TC_BODY() 783 goto monitor; in ATF_TC_BODY() 793 monitor: in ATF_TC_BODY() [all …]
|
H A D | fortify_wchar_test.c | 264 goto monitor; in ATF_TC_BODY() 273 monitor: in ATF_TC_BODY() 396 goto monitor; in ATF_TC_BODY() 405 monitor: in ATF_TC_BODY() 528 goto monitor; in ATF_TC_BODY() 537 monitor: in ATF_TC_BODY() 655 goto monitor; in ATF_TC_BODY() 664 monitor: in ATF_TC_BODY() 801 goto monitor; in ATF_TC_BODY() 813 monitor: in ATF_TC_BODY() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/addac/ |
H A D | adi,ad74115.yaml | 269 4 - Monitor HART CD 270 5 - Monitor HART EOM status 283 4 - Monitor HART RXD 284 5 - Monitor HART SOM status 297 4 - Monitor HART TXD 298 5 - Monitor HART TX complete status 311 4 - Monitor HART RTS 312 5 - Monitor HART CD complete status
|
/freebsd/contrib/opencsd/decoder/include/interfaces/ |
H A D | trc_data_rawframe_in_i.h | 44 * @brief Interface to monitor the raw frame decode progress.. 48 …* This interface allows a program to monitor the contents of the CoreSight frames passing through … 59 * Interface to monitor CoreSight frame data. Output as blocks of data. 68 * @return ocsd_err_t : Standard library erroc code. Monitor only, not on data path.
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | xilinx-xadc.txt | 4 as the UltraScale/UltraScale+ System Monitor. 14 The Xilinx System Monitor is an ADC that is found in the UltraScale and 15 UltraScale+ FPGAs from Xilinx. The System Monitor provides a DRP interface for 17 System Monitor through an AXI interface in the FPGA fabric. This IP core is 29 UltraScale and UltraScale+ System Monitor.
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | moortec,mr75203.yaml | 19 *) Temperature Sensor (TS) - used to monitor core temperature (e.g. mr74137). 20 *) Voltage Monitor (VM) - used to monitor voltage levels (e.g. mr74138). 47 - description: PVT voltage monitor registers 58 PVT controller has 5 VM (voltage monitor) sensors.
|