HomeSort by: relevance | last modified time | path
    Searched defs:shim (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netmpls/
mpls.h 50 uint32_t s_addr; /* the whole shim */
63 } shim; member in union:mpls_shim
  /src/sys/net/
if_mpls.c 211 * prepend shim and deliver
238 mh.shim.bos = 1;
239 mh.shim.exp = 0;
240 mh.shim.ttl = mpls_defttl;
246 if (mh.shim.label != MPLS_LABEL_IMPLNULL &&
251 mh.shim.bos = mh.shim.exp = 0;
252 mh.shim.ttl = mpls_defttl;
373 while ((dst.smpls_addr.shim.label == MPLS_LABEL_IPV4NULL ||
374 dst.smpls_addr.shim.label == MPLS_LABEL_IPV6NULL) &
697 union mpls_shim *shim; local in function:mpls_prepend_shim
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdcp.c 51 const struct intel_hdcp_shim *shim, u8 *bksv)
57 ret = shim->read_bksv(intel_dig_port, bksv);
75 const struct intel_hdcp_shim *shim = connector->hdcp.shim; local in function:intel_hdcp_capable
79 if (!shim)
82 if (shim->hdcp_capable) {
83 shim->hdcp_capable(intel_dig_port, &capable);
85 if (!intel_hdcp_read_valid_bksv(intel_dig_port, shim, bksv))
113 hdcp->shim->hdcp_2_2_capable(intel_dig_port, &capable);
135 const struct intel_hdcp_shim *shim)
524 const struct intel_hdcp_shim *shim = connector->hdcp.shim; local in function:intel_hdcp_auth_downstream
605 const struct intel_hdcp_shim *shim = hdcp->shim; local in function:intel_hdcp_auth
613 u8 shim[DRM_HDCP_AN_LEN]; member in union:intel_hdcp_auth::__anon03128e35010a
617 u8 shim[DRM_HDCP_KSV_LEN]; member in union:intel_hdcp_auth::__anon03128e35020a
621 u8 shim[DRM_HDCP_RI_LEN]; member in union:intel_hdcp_auth::__anon03128e35030a
1229 const struct intel_hdcp_shim *shim = hdcp->shim; local in function:hdcp2_authentication_key_exchange
1313 const struct intel_hdcp_shim *shim = hdcp->shim; local in function:hdcp2_locality_check
1369 const struct intel_hdcp_shim *shim = hdcp->shim; local in function:hdcp2_propagate_stream_management_info
1421 const struct intel_hdcp_shim *shim = hdcp->shim; local in function:hdcp2_authenticate_repeater_topology
1487 const struct intel_hdcp_shim *shim = hdcp->shim; local in function:hdcp2_authenticate_sink
    [all...]
intel_hdmi.c 1524 u8 shim[DRM_HDCP_RI_LEN]; member in union:intel_hdmi_hdcp_check_link::__anon0317ec38010a
1527 ret = intel_hdmi_hdcp_read_ri_prime(intel_dig_port, ri.shim);
intel_display_types.h 246 * communicate with the receiver through this shim.
343 const struct intel_hdcp_shim *shim; member in struct:intel_hdcp
  /src/lib/librefuse/refuse/
fs.c 774 /* Translate dirent DT_* to mode_t. Needed by shim functions. */
793 /* This is a shim function that satisfies the type of
797 struct fuse_fill_dir_v23_shim* shim = handle; local in function:fuse_dirfil_v11_to_fill_dir_v23
804 res = shim->fill_dir_v23(shim->dirh, name, &stbuf, 0);
808 /* This is a shim function that satisfies the type of
812 struct fuse_fill_dir_v23_shim* shim = handle; local in function:fuse_dirfil_v22_to_fill_dir_v23
820 res = shim->fill_dir_v23(shim->dirh, name, &stbuf, 0);
829 /* This is a shim function that satisfies the type o
835 struct fuse_fill_dir_v30_shim* shim = buf; local in function:fuse_fill_dir_v23_to_v30
    [all...]

Completed in 16 milliseconds