/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_begemot.c | 83 ctx->scratch->int1 = storage_tbl_refresh; in op_begemot() 88 ctx->scratch->int1 = fs_tbl_refresh; in op_begemot() 93 ctx->scratch->int1 = disk_storage_tbl_refresh; in op_begemot() 98 ctx->scratch->int1 = network_tbl_refresh; in op_begemot() 103 ctx->scratch->int1 = swins_tbl_refresh; in op_begemot() 108 ctx->scratch->int1 = swrun_tbl_refresh; in op_begemot() 138 storage_tbl_refresh = ctx->scratch->int1; in op_begemot() 142 fs_tbl_refresh = ctx->scratch->int1; in op_begemot() 146 disk_storage_tbl_refresh = ctx->scratch->int1; in op_begemot() 150 network_tbl_refresh = ctx->scratch->int1; in op_begemot() [all …]
|
/freebsd/contrib/bsnmp/snmp_target/ |
H A D | target_snmp.c | 180 ctx->scratch->int1 = strlen(addrs->taglist) + 1; in op_snmp_target_addrs() 181 ctx->scratch->ptr1 = malloc(ctx->scratch->int1); in op_snmp_target_addrs() 185 ctx->scratch->int1); in op_snmp_target_addrs() 194 ctx->scratch->int1 = strlen(addrs->paramname) + 1; in op_snmp_target_addrs() 195 ctx->scratch->ptr1 = malloc(ctx->scratch->int1); in op_snmp_target_addrs() 199 ctx->scratch->int1); in op_snmp_target_addrs() 206 ctx->scratch->int1 = addrs->retry; in op_snmp_target_addrs() 211 ctx->scratch->int1 = addrs->timeout; in op_snmp_target_addrs() 228 ctx->scratch->int1 = addrs->status; in op_snmp_target_addrs() 279 ctx->scratch->int1); in op_snmp_target_addrs() [all …]
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_snmp.c | 280 ctx->scratch->int1 = wif->mode; in op_wlan_iface() 321 ctx->scratch->int1 = wif->status; in op_wlan_iface() 326 wif->status = ctx->scratch->int1; in op_wlan_iface() 336 ctx->scratch->int1 = wif->state; in op_wlan_iface() 360 wif->mode = ctx->scratch->int1; in op_wlan_iface() 382 wif->status = ctx->scratch->int1; in op_wlan_iface() 383 if (ctx->scratch->int1 == RowStatus_active) in op_wlan_iface() 390 wif->state = ctx->scratch->int1; in op_wlan_iface() 531 ctx->scratch->int1 = wif->packet_burst; in op_wlan_iface_config() 534 ctx->scratch->int1 = wif->reg_domain; in op_wlan_iface_config() [all …]
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/ |
H A D | bridge_if.c | 765 ctx->scratch->int1 = bif->priority; in op_dot1d_stp() 775 ctx->scratch->int1 = bif->bridge_max_age; in op_dot1d_stp() 785 ctx->scratch->int1 = bif->bridge_hello_time; in op_dot1d_stp() 795 ctx->scratch->int1 = bif->bridge_fwd_delay; in op_dot1d_stp() 805 ctx->scratch->int1 = bif->stp_version; in op_dot1d_stp() 815 ctx->scratch->int1 = bif->tx_hold_count; in op_dot1d_stp() 837 bridge_set_priority(bif, ctx->scratch->int1); in op_dot1d_stp() 840 bridge_set_maxage(bif, ctx->scratch->int1); in op_dot1d_stp() 843 bridge_set_hello_time(bif, ctx->scratch->int1); in op_dot1d_stp() 846 bridge_set_forward_delay(bif, ctx->scratch->int1); in op_dot1d_stp() [all …]
|
H A D | bridge_port.c | 464 ctx->scratch->int1 = bp->priority; in op_dot1d_stp_port() 475 ctx->scratch->int1 = bp->enable; in op_dot1d_stp_port() 486 ctx->scratch->int1 = bp->path_cost; in op_dot1d_stp_port() 510 ctx->scratch->int1); in op_dot1d_stp_port() 514 ctx->scratch->int1); in op_dot1d_stp_port() 518 ctx->scratch->int1); in op_dot1d_stp_port() 623 ctx->scratch->int1 = bp->admin_edge; in op_dot1d_stp_ext_port() 634 ctx->scratch->int1 = bp->admin_ptp; in op_dot1d_stp_ext_port() 645 ctx->scratch->int1 = bp->admin_path_cost; in op_dot1d_stp_ext_port() 666 ctx->scratch->int1); in op_dot1d_stp_ext_port() [all …]
|
H A D | bridge_snmp.c | 154 if ((ctx->scratch->int1 = strlen(bridge_default)) >= IFNAMSIZ) in bridge_default_name_save() 160 strncpy(ctx->scratch->ptr1, bridge_default, ctx->scratch->int1); in bridge_default_name_save() 208 ctx->scratch->int1 = bridge_data_maxage; in op_begemot_bridge_config() 216 ctx->scratch->int1 = val->v.integer; in op_begemot_bridge_config() 225 ctx->scratch->int1); in op_begemot_bridge_config() 229 bridge_data_maxage = ctx->scratch->int1; in op_begemot_bridge_config() 240 bridge_set_poll_ticks(ctx->scratch->int1 * 100); in op_begemot_bridge_config()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | der | 30 >>&0 der int1=00 DER Encoded Certificate request 35 >&0 der int1=00 40 >&0 der int1=00 45 >&0 der int1=00 50 >&0 der int1=00 55 >&0 der int1=00 60 >&0 der int1=00 65 >&0 der int1=00 121 >>>&0 der int1=02 Certificate, Version=3 122 >>>&0 der int1=x Certificate, Version=%s
|
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/ |
H A D | fsl,mma7455.yaml | 32 Data ready is only available on INT1, but events can use either or 34 to INT1 and second (where present) to INT2. 39 - INT1 64 interrupt-names = "INT2", "INT1"; 79 interrupt-names = "INT1";
|
H A D | bosch,bma255.yaml | 50 connected to the INT1 pin, the second (optional) interrupt listed must be 54 BMC156 does not have an INT1 pin, therefore the first interrupt pin is 62 - INT1 92 interrupt-names = "INT1";
|
H A D | nxp,fxls8962af.yaml | 35 - INT1 63 interrupt-names = "INT1"; 79 interrupt-names = "INT1";
|
H A D | adi,adxl313.yaml | 46 - INT1 72 interrupt-names = "INT1"; 89 interrupt-names = "INT1";
|
H A D | kionix,kx022a.yaml | 35 - enum: [INT1, INT2] 64 interrupt-names = "INT1";
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_begemot.c | 59 ctx->scratch->int1 = mibif_force_hc_update_interval; in op_begemot_mibII() 64 ctx->scratch->int1 = mibII_poll_ticks; in op_begemot_mibII() 74 mibif_force_hc_update_interval = ctx->scratch->int1; in op_begemot_mibII() 78 mibII_poll_ticks = ctx->scratch->int1; in op_begemot_mibII() 87 mibif_force_hc_update_interval = ctx->scratch->int1; in op_begemot_mibII()
|
H A D | mibII_ip.c | 184 ctx->scratch->int1 = ip_forwarding ? 1 : 2; in op_ip() 189 ctx->scratch->int1 = old ? 1 : 2; in op_ip() 193 ctx->scratch->int1 = old; in op_ip() 199 ctx->scratch->int1 = ip_defttl; in op_ip() 206 ctx->scratch->int1 = old; in op_ip() 215 if (ctx->scratch->int1 == 1) { in op_ip() 225 if (ctx->scratch->int1 != ctx->scratch->int2) in op_ip() 226 (void)ip_setttl(ctx->scratch->int1, NULL); in op_ip()
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | action.c | 389 ctx->scratch->int1 = debug.dump_pdus; in op_debug() 394 ctx->scratch->int1 = snmp_trace; in op_debug() 401 ctx->scratch->int1 = debug.logpri; in op_debug() 411 debug.dump_pdus = ctx->scratch->int1; in op_debug() 415 snmp_trace = ctx->scratch->int1; in op_debug() 419 debug.logpri = ctx->scratch->int1; in op_debug() 559 ctx->scratch->int1 = value->v.integer; in op_snmp() 568 snmpd.auth_traps = ctx->scratch->int1; in op_snmp() 666 ctx->scratch->int1 = snmpd.txbuf; in op_snmpd_config() 674 ctx->scratch->int1 = snmpd.rxbuf; in op_snmpd_config() [all …]
|
H A D | export.c | 155 * Save the old IP address in scratch->int1 and set the new one. 160 ctx->scratch->int1 = (valp[0] << 24) | (valp[1] << 16) | (valp[2] << 8) in ip_save() 177 valp[0] = ctx->scratch->int1 >> 24; in ip_rollback() 178 valp[1] = ctx->scratch->int1 >> 16; in ip_rollback() 179 valp[2] = ctx->scratch->int1 >> 8; in ip_rollback() 180 valp[3] = ctx->scratch->int1; in ip_rollback()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/ |
H A D | bosch,bmi160.yaml | 33 - INT1 36 set to "INT1" if INT1 pin should be used as interrupt input, set 77 interrupt-names = "INT1";
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 25-test_d2i.t | 55 srctop_file('test','d2i-tests','int1.der')])), 56 "Running d2i_test int1.der INTEGER"); 67 srctop_file('test','d2i-tests','int1.der')])), 68 "Running d2i_test int1.der ANY");
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | loongson,liointc.yaml | 116 interrupt-names = "int0", "int1"; 119 <0x0f000000>, /* int1 */
|
/freebsd/contrib/bsnmp/snmp_vacm/ |
H A D | vacm_snmp.c | 174 ctx->scratch->int1 = strlen(user->group->groupname); in op_vacm_security_to_group() 198 ctx->scratch->int1 = user->status; in op_vacm_security_to_group() 228 ctx->scratch->int1)); in op_vacm_security_to_group() 231 if (ctx->scratch->int1 == RowStatus_destroy) in op_vacm_security_to_group() 233 user->status = ctx->scratch->int1; in op_vacm_security_to_group() 291 ctx->scratch->int1 = acl->ctx_match; in op_vacm_access() 349 ctx->scratch->int1 = acl->status; in op_vacm_access() 371 acl->ctx_match = ctx->scratch->int1; in op_vacm_access() 383 if (ctx->scratch->int1 == RowStatus_destroy) in op_vacm_access() 505 ctx->scratch->int1 = view->exclude; in op_vacm_view() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | fsl-fec.txt | 35 3 "int0", "int1", "int2" 36 4 "int0", "int1", "int2", "pps" 38 property. Currently, only i.mx7 uses "int1" and "int2". They correspond to
|
/freebsd/sys/contrib/device-tree/Bindings/iio/gyroscope/ |
H A D | nxp,fxas21002c.txt | 14 - interrupts : device support 2 interrupts, INT1 and INT2, 17 - interrupt-names: should contain "INT1" or "INT2", the gyroscope interrupt
|
/freebsd/sys/contrib/device-tree/src/mips/loongson/ |
H A D | loongson64g-package.dtsi | 33 interrupt-names = "int0", "int1"; 36 <0xff000000>, /* int1 */
|
H A D | loongson3-package.dtsi | 36 interrupt-names = "int0", "int1"; 39 <0x0f000000>, /* int1 */
|
H A D | loongson64c-package.dtsi | 36 interrupt-names = "int0", "int1"; 39 <0x0f000000>, /* int1 */
|