| /src/sys/dev/hdaudio/ |
| hdafg_dd.h | 40 char monitor[HDAFG_DD_MONITOR_NAME_LEN]; member in struct:hdafg_dd_info
|
| /src/sys/dev/ic/ |
| monitors.h | 37 struct monitor { struct
|
| /src/sys/arch/amiga/dev/ |
| viewvar.h | 45 monitor_t *monitor; member in struct:view_softc
|
| grfabs_ccreg.h | 41 u_long flags; /* monitor flags. */ 45 monitor_t * monitor; /* the monitor that owns this mode. */ member in struct:display_mode_data 279 /* monitor functions */
|
| grfabs_reg.h | 69 typedef struct monitor monitor_t; 71 LIST_HEAD(monitor_list, monitor); 113 u_char *blit_temp; /* private monitor buffer. */ 236 get_monitor_func *get_monitor; /* get monitor that mode belongs to */ 240 * Monitor stuff. 249 struct monitor { struct 250 LIST_ENTRY(monitor) link; /* a link into the database. */ 251 const u_char *name; /* a logical name for this monitor. */ 252 void *data; /* monitor specific data. */
|
| grfabs_cc.c | 58 monitor_t monitor; variable 160 /* monitor functions. */ 169 cc_monitor = m_this = &monitor; 423 return (DMDATA(d)->monitor); 863 h_this_data->monitor = cc_monitor; 1045 hl_this_data->monitor = cc_monitor; 1271 hdl_this_data->monitor = cc_monitor; 1527 a24_this_data->monitor = cc_monitor; 1816 aga_this_data->monitor = cc_monitor; 2125 super72_this_data->monitor = cc_monitor [all...] |
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| cpu.c | 49 cpu_mon *monitor; member in struct:_cpu 81 cpu_mon *monitor, 100 processor->monitor = monitor; 139 return processor->monitor;
|
| mon.c | 69 mon *monitor = ZALLOC(mon); local 70 return monitor; 76 mon_cpu(mon *monitor, 81 return &monitor->cpu_monitor[cpu_nr]; 87 mon_init(mon *monitor, 90 memset(monitor, 0, sizeof(*monitor)); 91 monitor->nr_cpus = nr_cpus; 101 cpu_mon *monitor = cpu_monitor(processor); local 103 monitor->issue_count[index] += 1 115 cpu_mon *monitor = cpu_monitor(processor); local 131 cpu_mon *monitor = cpu_monitor(processor); local 144 cpu_mon *monitor = cpu_monitor(processor); local [all...] |
| psim.c | 48 mon *monitor; member in struct:_psim 524 system->monitor = mon_create(); 533 mon_cpu(system->monitor, 696 /* scrub the monitor */ 697 mon_init(system->monitor, system->nr_cpus); 863 cooked_buf.unsigned_word = mon_get_number_of_insns(system->monitor, 1147 mon_print_info(system, system->monitor, verbose);
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| cpu.c | 49 cpu_mon *monitor; member in struct:_cpu 81 cpu_mon *monitor, 100 processor->monitor = monitor; 139 return processor->monitor;
|
| mon.c | 69 mon *monitor = ZALLOC(mon); local 70 return monitor; 76 mon_cpu(mon *monitor, 81 return &monitor->cpu_monitor[cpu_nr]; 87 mon_init(mon *monitor, 90 memset(monitor, 0, sizeof(*monitor)); 91 monitor->nr_cpus = nr_cpus; 101 cpu_mon *monitor = cpu_monitor(processor); local 103 monitor->issue_count[index] += 1 115 cpu_mon *monitor = cpu_monitor(processor); local 131 cpu_mon *monitor = cpu_monitor(processor); local 144 cpu_mon *monitor = cpu_monitor(processor); local [all...] |
| psim.c | 48 mon *monitor; member in struct:_psim 524 system->monitor = mon_create(); 533 mon_cpu(system->monitor, 696 /* scrub the monitor */ 697 mon_init(system->monitor, system->nr_cpus); 863 cooked_buf.unsigned_word = mon_get_number_of_insns(system->monitor, 1147 mon_print_info(system, system->monitor, verbose);
|
| /src/sys/arch/sgimips/gio/ |
| grtwo.c | 79 int monitor; member in struct:grtwo_devconfig 391 dc->monitor = 400 dc->monitor = (bus_space_read_4(dc->iot, dc->ioh, GR2_REVISION_RD0) & GR2_REVISION4_RD0_MONITOR_MASK) >> 4; 518 aprint_normal(": GR2 (board rev %x, monitor %d, depth %d)\n", 519 sc->sc_dc->boardrev, sc->sc_dc->monitor, sc->sc_dc->depth);
|
| newport.c | 64 const char *monitor; member in struct:newport_monitor_entry 80 * This (ideally) matches what the boot firmware is configuring as monitor 84 /* Firmware monitor IDs */ 186 * Return the monitor ID which hopefully matches the firmware selection. 188 * The firmware first checks to see if it's an unknown monitor 190 * If it is a detected and known monitor then that is returned. 192 * Note that unknown monitor IDs for the SGI Indy is 237 * Return the string representation of the monitor ID. 239 * This is the monitor ID that has already been populated 245 return (newport_monitor_list[newport_get_monitor_id(dc)].monitor); [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| monitor.h | 1 /* $NetBSD: monitor.h,v 1.16 2026/04/08 18:58:41 christos Exp $ */ 2 /* $OpenBSD: monitor.h,v 1.28 2026/03/02 02:40:15 djm Exp $ */ 76 struct monitor { struct 85 struct monitor *monitor_init(void); 86 void monitor_reinit(struct monitor *); 89 void monitor_child_preauth(struct ssh *, struct monitor *); 90 void monitor_child_postauth(struct ssh *, struct monitor *) 93 void monitor_clear_keystate(struct ssh *, struct monitor *); 94 void monitor_apply_keystate(struct ssh *, struct monitor *); 103 void mm_get_keystate(struct ssh *, struct monitor *); [all...] |
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| nat64.c | 54 nat64_ipv4_default_route_monitor_t *monitor = calloc(1, sizeof(*monitor)); local 55 if (monitor == NULL) { 56 return monitor; 58 RETAIN_HERE(monitor, nat64_ipv4_default_route_monitor); 59 monitor->nat64 = nat64; 60 RETAIN_HERE(monitor->nat64, nat64); 61 return monitor; 65 nat64_ipv4_default_route_monitor_cancel(nat64_ipv4_default_route_monitor_t *monitor) 67 if (monitor != NULL) 91 nat64_infra_prefix_monitor_t *monitor = calloc(1, sizeof(*monitor)); local 128 nat64_thread_prefix_monitor_t *monitor = calloc(1, sizeof(*monitor)); local [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_chu.c | 186 * monitoring of the input signal. For this purpose, the monitor gain is 377 int mongain; /* codec monitor gain */ 388 double monitor; /* audio monitor */ member in struct:chuunit 706 * Set the input port and monitor gain for the next buffer. 779 up->monitor = signal / 4.; /* note monitor after filter */
|
| refclock_wwv.c | 73 * the monitor gain is set to a default value. 102 #define TBUF 128 /* max monitor line length */ 517 double monitor; /* audio monitor point */ member in struct:wwvunit 531 int mongain; /* codec monitor gain */ 854 * Set the input port and monitor gain for the next buffer. 1305 char tbuf[TBUF]; /* monitor buffer */ 1405 char tbuf[TBUF]; /* monitor buffer */ 1760 char tbuf[TBUF]; /* monitor buffer */ 2129 char tbuf[TBUF]; /* monitor buffer * [all...] |
| /src/sbin/route/ |
| route.c | 113 static void monitor(int, char * const *); 247 monitor(argc, argv); 1118 monitor(int argc, char * const *argv) function 1127 /* usage: route monitor [-c <count>] */ 1129 /* eat "monitor" */
|
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| dnssdutil.c | 8469 dispatch_source_t processMonitor; // Process monitor source for process being followed, if any. 13006 dispatch_source_t processMonitor; // Process monitor source for process being followed, if any. 32541 mdns_interface_monitor_t monitor; local 35272 dispatch_source_t monitor; local [all...] |