| /freebsd-12.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-12.1/sys/gnu/dts/mips/ |
| H A D | WRTNODE2P.dts | 12 indicator { 13 label = "wrtnode:blue:indicator";
|
| H A D | WRTNODE2R.dts | 12 indicator { 13 label = "wrtnode:blue:indicator";
|
| H A D | WRTNODE.dts | 12 indicator { 13 label = "wrtnode:blue:indicator";
|
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | ocs_common.h | 179 uint32_t indicator; /**< VPI */ member 233 uint32_t indicator; /**< VFI */ member 278 uint32_t indicator; /**< RPI */ member 298 uint32_t indicator; /**< RPI */ member
|
| H A D | ocs_hw.c | 3050 rnode->indicator, rnode->sport->indicator, in ocs_hw_node_attach() 3252 ngroup->indicator); in ocs_hw_node_group_alloc() 3277 rnode->indicator); in ocs_hw_node_group_attach() 3281 rnode->indicator = ngroup->indicator; in ocs_hw_node_group_attach() 3306 ngroup->indicator); in ocs_hw_node_group_free() 4076 rpi = rnode->indicator; in ocs_hw_io_send() 4217 iparam->fcp_tgt.offset, len, io->indicator, io->sec_hio->indicator, in ocs_hw_io_send() 5031 return io->indicator; in ocs_hw_io_get_xid() 10460 sport->indicator, sport->domain->indicator)) { in __ocs_hw_port_alloc_init_vpi() 10999 domain->indicator); in __ocs_hw_domain_freed() [all …]
|
| H A D | ocs_unsol.c | 123 ocs_log_debug(ocs, "xri=0x%x tag=0x%x\n", hio->indicator, hio->reqtag); in ocs_unsol_abort_cb() 142 ocs_log_debug(ocs, "already aborted XRI 0x%x\n", hio->indicator); in ocs_port_owned_abort() 145 hio->indicator, hw_rc); in ocs_port_owned_abort() 1043 io->tgt_task_tag = seq->hio->indicator; in ocs_dispatch_fcp_cmd_auto_xfer_rdy() 1087 hio->indicator); in ocs_dispatch_fcp_data() 1097 hio->indicator); in ocs_dispatch_fcp_data() 1104 seq->status, hio->indicator); in ocs_dispatch_fcp_data() 1133 hio->indicator, io->init_task_tag); in ocs_dispatch_fcp_data()
|
| H A D | sli4.c | 1265 reg_vfi->vfi = domain->indicator; in sli_cmd_reg_vfi() 1315 reg_vpi->vpi = sport->indicator; in sli_cmd_reg_vpi() 1458 unreg_fcfi->fcfi = indicator; in sli_cmd_unreg_fcfi() 1514 unreg_rpi->index = indicator; in sli_cmd_unreg_rpi() 1545 unreg_vfi->index = domain->indicator; in sli_cmd_unreg_vfi() 1588 unreg_vpi->index = indicator; in sli_cmd_unreg_vpi() 7382 gen->context_tag = rnode->indicator; in sli_gen_request64_wqe() 7543 xmit->context_tag = rnode->indicator; in sli_xmit_sequence64_wqe() 7685 rnode->indicator); in sli_xmit_bls_rsp64_wqe() 7710 bls->context_tag = rnode->indicator; in sli_xmit_bls_rsp64_wqe() [all …]
|
| H A D | ocs_ddump.c | 279 ocs_ddump_section(textbuf, "hw_io", io->indicator); in ocs_ddump_hw_io() 282 ocs_ddump_value(textbuf, "xri", "0x%x", io->indicator); in ocs_ddump_hw_io() 298 ocs_ddump_endsection(textbuf, "hw_io", io->indicator); in ocs_ddump_hw_io() 524 if (ocs_hw_is_xri_port_owned(hw, io->indicator)) { in ocs_ddump_hw()
|
| H A D | ocs_sport.c | 1206 ocs_ddump_value(textbuf, "indicator", "x%x", sport->indicator); in ocs_ddump_sport() 1224 ocs_ddump_value(textbuf, "indicator", "x%x", remote_node_group->indicator); in ocs_ddump_sport() 1313 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "indicator", "0x%x", sport->indicator); in ocs_mgmt_sport_get() 1377 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "indicator", "0x%x", sport->indicator); in ocs_mgmt_sport_get_all() 1782 node_group->indicator, node_group->instance_index); in ocs_remote_node_group_alloc()
|
| /freebsd-12.1/sys/powerpc/powerpc/ |
| H A D | trap.c | 838 int indicator, reg; in fix_unaligned() local 842 indicator = (frame->cpu.booke.esr & (ESR_ST|ESR_SPE)); in fix_unaligned() 843 if (indicator & ESR_SPE) { in fix_unaligned() 861 if (!(indicator & ESR_ST)) { in fix_unaligned() 877 indicator = (frame->cpu.booke.esr & ESR_ST) ? EXC_ALI_STFD : EXC_ALI_LFD; in fix_unaligned() 879 indicator = EXC_ALI_OPCODE_INDICATOR(frame->cpu.aim.dsisr); in fix_unaligned() 882 switch (indicator) { in fix_unaligned() 906 if (indicator == EXC_ALI_LFD) { in fix_unaligned()
|
| /freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/ |
| H A D | basic_types.hpp | 205 typedef integral_constant<int, is_simple<Key>::value && is_simple<Mapped>::value> indicator; typedef 211 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef
|
| H A D | types_traits.hpp | 80 typename no_throw_copies<Key, Mapped>::indicator m_no_throw_copies_indicator;
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | ntp_crosscompile.m4 | 4 # Expose a cross-compilation indicator to makefiles
|
| /freebsd-12.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-12.1/sys/dev/isci/ |
| H A D | isci_oem_parameters.c | 57 uint8_t indicator; member
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | socfpga_cyclone5_chameleon96.dts | 58 panic-indicator;
|
| H A D | twl6030.dtsi | 98 /* provides one PWM (id 0 for Charging indicator LED) */
|
| /freebsd-12.1/sys/gnu/dts/arm64/rockchip/ |
| H A D | rk3399-rock960.dts | 44 panic-indicator;
|
| H A D | rk3399-ficus.dts | 54 panic-indicator;
|
| /freebsd-12.1/contrib/dialog/samples/ |
| H A D | sourcemage.rc | 78 # File position indicator color
|
| H A D | slackware.rc | 78 # File position indicator color
|
| H A D | whiptail.rc | 78 # File position indicator color
|
| H A D | suse.rc | 78 # File position indicator color
|
| /freebsd-12.1/sys/gnu/dts/arm64/hisilicon/ |
| H A D | hi3798cv200-poplar.dts | 60 panic-indicator;
|