| /src/external/bsd/tcpdump/dist/ |
| print-bcm-li.c | 66 u_int shim, direction, pkt_type, pkt_subtype, li_id; local 73 shim = GET_BE_U_4(bp); 75 direction = (shim >> 29) & 0x7; 76 pkt_type = (shim >> 25) & 0xf; 77 pkt_subtype = (shim >> 22) & 0x7; 78 li_id = shim & 0x3fffff; 83 ND_PRINT("%sBCM-LI-SHIM: direction %s, pkt-type %s, pkt-subtype %s, li-id %u%s",
|
| /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 [all...] |
| /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 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 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 [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 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 605 const struct intel_hdcp_shim *shim = hdcp->shim; local 613 u8 shim[DRM_HDCP_AN_LEN]; member in union:__anon4942 617 u8 shim[DRM_HDCP_KSV_LEN]; member in union:__anon4943 621 u8 shim[DRM_HDCP_RI_LEN]; member in union:__anon4944 1229 const struct intel_hdcp_shim *shim = hdcp->shim; local 1313 const struct intel_hdcp_shim *shim = hdcp->shim; local 1369 const struct intel_hdcp_shim *shim = hdcp->shim; local 1421 const struct intel_hdcp_shim *shim = hdcp->shim; local 1487 const struct intel_hdcp_shim *shim = hdcp->shim; local [all...] |
| intel_hdmi.c | 1524 u8 shim[DRM_HDCP_RI_LEN]; member in union:__anon4949 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
|