Home
last modified time | relevance | path

Searched refs:rfc (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/print/libpapi-lpd/
H A DMakefile.com40 EXTRALINKS= $(ROOTLIBDIR)/psm-rfc-1179.so
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_stat.c128 igb_ks->rfc.value.ul += E1000_READ_REG(hw, E1000_RFC); in igb_update_stats()
241 kstat_named_init(&igb_ks->rfc, "recv_frag", in igb_init_stats()
H A Digb_sw.h822 kstat_named_t rfc; /* Receive Frag Count */ member
/illumos-gate/usr/src/pkg/manifests/
H A Dlibrary-print-open-printing-lpd.p5m38 link path=usr/lib/print/psm-rfc-1179.so target=./psm-lpd.so
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-job.c50 static struct { char *mime; char rfc; } cvt[] = { in mime_type_to_rfc1179_type() member
71 result = cvt[i].rfc; in mime_type_to_rfc1179_type()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c300 ixgbe_ks->rfc.value.ui64 += IXGBE_READ_REG(hw, IXGBE_RFC); in ixgbe_update_stats()
428 kstat_named_init(&ixgbe_ks->rfc, "recv_fragment", in ixgbe_init_stats()
H A Dixgbe_sw.h848 kstat_named_t rfc; /* Receive Frag Count */ member
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_hw.h303 u64 rfc; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5080 ns_rfc_type_t *rfc; in fctl_update_host_ns_values() local
5082 rfc = (ns_rfc_type_t *)ns_req->ns_req_payload; in fctl_update_host_ns_values()
5086 dst = (uint32_t *)rfc->rfc_types; in fctl_update_host_ns_values()
5169 ns_rfc_type_t *rfc; in fctl_retrieve_host_ns_values() local
5171 rfc = (ns_rfc_type_t *)ns_req->ns_resp_payload; in fctl_retrieve_host_ns_values()
5174 bcopy(port->fp_fc4_types, rfc->rfc_types, in fctl_retrieve_host_ns_values()
5175 sizeof (rfc->rfc_types)); in fctl_retrieve_host_ns_values()
H A Dfp.c5457 ns_rfc_type_t rfc; in fp_ns_reg() local
5470 bcopy(port->fp_fc4_types, rfc.rfc_types, in fp_ns_reg()
5475 bcopy(pd->pd_fc4types, rfc.rfc_types, in fp_ns_reg()
5479 rfc.rfc_port_id = s_id; in fp_ns_reg()
5481 FC_SET_CMD(port, pkt->pkt_cmd_acc, (uint8_t *)&rfc, in fp_ns_reg()
5483 sizeof (rfc), DDI_DEV_AUTOINCR); in fp_ns_reg()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE15 11-01-27 date: add { -R, --rfc-2822, -T, --rfc-3339=type }
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4466 ns_rfc_type_t rfc; in fcip_port_ns() local
4482 bzero(&rfc, sizeof (rfc)); in fcip_port_ns()
4488 rfc.rfc_port_id.port_id = fport->fcipp_sid.port_id; in fcip_port_ns()
4489 bcopy(types, rfc.rfc_types, sizeof (types)); in fcip_port_ns()
4493 ns_cmd.ns_req_len = sizeof (rfc); in fcip_port_ns()
4494 ns_cmd.ns_req_payload = (caddr_t)&rfc; in fcip_port_ns()
H A Dfcp.c9703 ns_rfc_type_t rfc; in fcp_do_ns_registry() local
9711 bzero(&rfc, sizeof (rfc)); in fcp_do_ns_registry()
9717 rfc.rfc_port_id.port_id = s_id; in fcp_do_ns_registry()
9718 bcopy(types, rfc.rfc_types, sizeof (types)); in fcp_do_ns_registry()
9722 ns_cmd.ns_req_len = sizeof (rfc); in fcp_do_ns_registry()
9723 ns_cmd.ns_req_payload = (caddr_t)&rfc; in fcp_do_ns_registry()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h634 u64 rfc; member
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h865 uint64_t rfc; member
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3833 u64 rfc; member