| /freebsd-13.1/contrib/ntp/scripts/stats/ |
| H A D | README.timecodes | 15 A alarm indicator (format specific) 16 Q quality indicator (format specific) 23 quality. When the alarm indicator it on, the receiver is not operating 25 alarm indicator is off and the quality indicator is on, the receiver has 58 q = quality indicator (<SP> < 1ms, A < 10 ms, B < 100 ms, C < 500 64 d = standard/daylight time indicator (<SP> standard, D daylight) 83 q = quality/alarm indicator (<SP> = locked, ? = alarm) 119 d = features indicator (@ = month/day display enabled) 131 a = AM/PM indicator (A = AM, P = PM, <SP> - 24-hour format) 133 s = daylight-saving indicator (<SP> standard, D daylight)
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | adp1653.txt | 11 There are two LED outputs available - flash and indicator. One LED is 12 represented by one child node, nodes need to be named "flash" and "indicator". 35 indicator {
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/leds/ |
| H A D | ams,as3645a.txt | 4 flash LED and one indicator LED. The high current flash LED can be 47 Required properties of the indicator child node (1) 51 led-max-microamp: Maximum indicator current. The allowed values are 54 Optional properties of the indicator child node
|
| H A D | common.yaml | 123 mandatory for the LEDs in the non-flash modes (e.g. torch or indicator). 125 panic-indicator: 128 as a panic indicator.
|
| H A D | leds-pwm.txt | 32 /* provides one PWM (id 0 for Charing indicator LED) */
|
| /freebsd-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_common.h | 177 uint32_t indicator; /**< VPI */ member 230 uint32_t indicator; /**< VFI */ member 275 uint32_t indicator; /**< RPI */ member 295 uint32_t indicator; /**< RPI */ member
|
| H A D | ocs_hw.c | 3035 rnode->indicator, rnode->sport->indicator, in ocs_hw_node_attach() 3236 ngroup->indicator); in ocs_hw_node_group_alloc() 3261 rnode->indicator); in ocs_hw_node_group_attach() 3265 rnode->indicator = ngroup->indicator; in ocs_hw_node_group_attach() 3290 ngroup->indicator); in ocs_hw_node_group_free() 4060 rpi = rnode->indicator; in ocs_hw_io_send() 4200 iparam->fcp_tgt.offset, len, io->indicator, io->sec_hio->indicator, in ocs_hw_io_send() 5014 return io->indicator; in ocs_hw_io_get_xid() 10436 sport->indicator, sport->domain->indicator)) { in __ocs_hw_port_alloc_init_vpi() 10975 domain->indicator); in __ocs_hw_domain_freed() [all …]
|
| H A D | ocs_unsol.c | 122 ocs_log_debug(ocs, "xri=0x%x tag=0x%x\n", hio->indicator, hio->reqtag); in ocs_unsol_abort_cb() 140 ocs_log_debug(ocs, "already aborted XRI 0x%x\n", hio->indicator); in ocs_port_owned_abort() 143 hio->indicator, hw_rc); in ocs_port_owned_abort() 1041 io->tgt_task_tag = seq->hio->indicator; in ocs_dispatch_fcp_cmd_auto_xfer_rdy() 1085 hio->indicator); in ocs_dispatch_fcp_data() 1095 hio->indicator); in ocs_dispatch_fcp_data() 1102 seq->status, hio->indicator); in ocs_dispatch_fcp_data() 1131 hio->indicator, io->init_task_tag); in ocs_dispatch_fcp_data()
|
| H A D | sli4.c | 1357 reg_vfi->vfi = domain->indicator; in sli_cmd_reg_vfi() 1407 reg_vpi->vpi = sport->indicator; in sli_cmd_reg_vpi() 1549 unreg_fcfi->fcfi = indicator; in sli_cmd_unreg_fcfi() 1605 unreg_rpi->index = indicator; in sli_cmd_unreg_rpi() 1636 unreg_vfi->index = domain->indicator; in sli_cmd_unreg_vfi() 1679 unreg_vpi->index = indicator; in sli_cmd_unreg_vpi() 7528 gen->context_tag = rnode->indicator; in sli_gen_request64_wqe() 7688 xmit->context_tag = rnode->indicator; in sli_xmit_sequence64_wqe() 7830 rnode->indicator); in sli_xmit_bls_rsp64_wqe() 7855 bls->context_tag = rnode->indicator; in sli_xmit_bls_rsp64_wqe() [all …]
|
| H A D | ocs_ddump.c | 276 ocs_ddump_section(textbuf, "hw_io", io->indicator); in ocs_ddump_hw_io() 279 ocs_ddump_value(textbuf, "xri", "0x%x", io->indicator); in ocs_ddump_hw_io() 295 ocs_ddump_endsection(textbuf, "hw_io", io->indicator); in ocs_ddump_hw_io() 520 if (ocs_hw_is_xri_port_owned(hw, io->indicator)) { in ocs_ddump_hw()
|
| H A D | ocs_sport.c | 1203 ocs_ddump_value(textbuf, "indicator", "x%x", sport->indicator); in ocs_ddump_sport() 1221 ocs_ddump_value(textbuf, "indicator", "x%x", remote_node_group->indicator); in ocs_ddump_sport() 1307 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "indicator", "0x%x", sport->indicator); in ocs_mgmt_sport_get() 1371 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "indicator", "0x%x", sport->indicator); in ocs_mgmt_sport_get_all() 1771 node_group->indicator, node_group->instance_index); in ocs_remote_node_group_alloc()
|
| /freebsd-13.1/sys/powerpc/powerpc/ |
| H A D | trap.c | 862 int indicator, reg; in fix_unaligned() local 866 indicator = (frame->cpu.booke.esr & (ESR_ST|ESR_SPE)); in fix_unaligned() 867 if (indicator & ESR_SPE) { in fix_unaligned() 885 if (!(indicator & ESR_ST)) { in fix_unaligned() 901 indicator = (frame->cpu.booke.esr & ESR_ST) ? EXC_ALI_STFD : EXC_ALI_LFD; in fix_unaligned() 903 indicator = EXC_ALI_OPCODE_INDICATOR(frame->cpu.aim.dsisr); in fix_unaligned() 906 switch (indicator) { in fix_unaligned() 930 if (indicator == EXC_ALI_LFD) { in fix_unaligned()
|
| /freebsd-13.1/contrib/ntp/sntp/m4/ |
| H A D | ntp_crosscompile.m4 | 4 # Expose a cross-compilation indicator to makefiles
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/pwm/ |
| H A D | ti,twl-pwmled.txt | 5 On TWL6030 series: LED PWM (mainly used as charging indicator LED)
|
| /freebsd-13.1/sys/contrib/device-tree/src/powerpc/ |
| H A D | xpedite5200.dts | 101 * 3: XMC root complex indicator 102 * 4: Flash boot device indicator 104 * 6: PMC monarch indicator
|
| H A D | xpedite5200_xmon.dts | 105 * 3: XMC root complex indicator 106 * 4: Flash boot device indicator 108 * 6: PMC monarch indicator
|
| /freebsd-13.1/sys/dev/isci/ |
| H A D | isci_oem_parameters.c | 57 uint8_t indicator; member
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | socfpga_cyclone5_chameleon96.dts | 58 panic-indicator;
|
| H A D | twl6030.dtsi | 95 /* provides one PWM (id 0 for Charging indicator LED) */
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | sprd,sc27xx-pmic.txt | 12 - User interface function, such as indicator, flash LED and so on.
|
| /freebsd-13.1/contrib/apr-util/dbd/ |
| H A D | apr_dbd_odbc.c | 532 SQLLEN *indicator; in odbc_bind_param() local 542 indicator = &nullValue; in odbc_bind_param() 553 indicator = NULL; in odbc_bind_param() 618 baseType, len, 0, ptr, len, indicator); in odbc_bind_param() 763 SQLLEN indicator; in odbc_get() local 810 row->res->colsizes[col], &indicator); in odbc_get() 813 if (indicator == SQL_NULL_DATA || rc == SQL_NO_DATA) in odbc_get()
|
| /freebsd-13.1/contrib/dialog/samples/ |
| H A D | sourcemage.rc | 78 # File position indicator color
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/spmi/ |
| H A D | qcom,spmi-pmic-arb.txt | 37 - interrupt-controller : boolean indicator that the PMIC arbiter is an interrupt controller
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/ata/ |
| H A D | sata_highbank.yaml | 66 that the driver supports SGPIO indicator lights using the indicated
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-rock960.dts | 45 panic-indicator;
|