Searched refs:pfc (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/vms/
H A Dinternal.h35 unsigned char pfc; /* Page fault cluster. */ member in struct:vms_internal_eisd
H A Deisd.h70 unsigned char pfc; member in struct:vms_eisd
/netbsd-current/external/gpl3/gdb/dist/include/vms/
H A Dinternal.h35 unsigned char pfc; /* Page fault cluster. */ member in struct:vms_internal_eisd
H A Deisd.h70 unsigned char pfc; member in struct:vms_eisd
/netbsd-current/external/gpl3/binutils.old/dist/include/vms/
H A Dinternal.h35 unsigned char pfc; /* Page fault cluster. */ member in struct:vms_internal_eisd
H A Deisd.h70 unsigned char pfc; member in struct:vms_eisd
/netbsd-current/external/gpl3/binutils/dist/include/vms/
H A Dinternal.h35 unsigned char pfc; /* Page fault cluster. */ member in struct:vms_internal_eisd
H A Deisd.h70 unsigned char pfc; member in struct:vms_eisd
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_printf.c753 dt_pfconv_t *pfc; local
756 if ((pfc = malloc(sizeof (dt_pfconv_t))) == NULL) {
761 bcopy(pfd, pfc, sizeof (dt_pfconv_t));
762 h = dt_strtab_hash(pfc->pfc_name, NULL) % n;
763 pfc->pfc_next = pdi->pdi_buckets[h];
764 pdi->pdi_buckets[h] = pfc;
774 if (pfc->pfc_check == &pfcheck_type && dtrace_lookup_by_type(
775 dtp, DTRACE_OBJ_DDEFS, pfc->pfc_tstr, &dtt) != 0) {
780 pfc->pfc_dctfp = dtt.dtt_ctfp;
781 pfc
813 dt_pfconv_t *pfc, *nfc; local
836 const dt_pfconv_t *pfc; local
1104 const dt_pfconv_t *pfc = pfd->pfd_conv; local
1402 const dt_pfconv_t *pfc = pfd->pfd_conv; local
1883 const dt_pfconv_t *pfc = pfd->pfd_conv; local
1937 const dt_pfconv_t *pfc = pfd->pfd_conv; local
[all...]
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_dcb.h105 enum ixgbe_dcb_pfc pfc; /* Class based flow control setting */ member in struct:ixgbe_dcb_tc_config
H A Dixgbe_dcb.c223 if (tc_config[map[up]].pfc != ixgbe_dcb_pfc_disabled)
/netbsd-current/sys/arch/sparc64/dev/
H A Dffb.c1453 uint32_t pll, pfc, ucl, dcl, tgc; local
1500 pfc = FFB_DAC_PIX_FMT_821;
1505 pfc = FFB_DAC_PIX_FMT_421;
1567 pll, pfc, ucl, dcl, tgc));
1587 DAC_WRITE(sc, FFB_DAC_VALUE, pfc);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dvms-alpha.c3076 dst->pfc = src->u.eisd.pfc;
3129 eisd->u.gbl_eisd.common.pfc = 0;
3172 eisd->u.eisd.pfc = 0; /* Default. */
8028 fprintf (file, _(" vbn: %u, pfc: %u, matchctl: %u type: %u ("),
8030 eisd.pfc, eisd.matchctl, eisd.type);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dvms-alpha.c3077 dst->pfc = src->u.eisd.pfc;
3130 eisd->u.gbl_eisd.common.pfc = 0;
3173 eisd->u.eisd.pfc = 0; /* Default. */
8417 fprintf (file, _(" vbn: %u, pfc: %u, matchctl: %u type: %u ("),
8419 eisd.pfc, eisd.matchctl, eisd.type);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dvms-alpha.c3074 dst->pfc = src->u.eisd.pfc;
3127 eisd->u.gbl_eisd.common.pfc = 0;
3170 eisd->u.eisd.pfc = 0; /* Default. */
8280 fprintf (file, _(" vbn: %u, pfc: %u, matchctl: %u type: %u ("),
8282 eisd.pfc, eisd.matchctl, eisd.type);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dvms-alpha.c3076 dst->pfc = src->u.eisd.pfc;
3129 eisd->u.gbl_eisd.common.pfc = 0;
3172 eisd->u.eisd.pfc = 0; /* Default. */
8449 fprintf (file, _(" vbn: %u, pfc: %u, matchctl: %u type: %u ("),
8451 eisd.pfc, eisd.matchctl, eisd.type);

Completed in 352 milliseconds