Searched refs:typelen (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/ice/
H A Dice_dcb.c420 u16 typelen; local
425 typelen = NTOHS(tlv->typelen);
426 len = ((typelen & ICE_LLDP_TLV_LEN_M) >> ICE_LLDP_TLV_LEN_S);
593 u16 len, typelen, offset = 0; local
597 typelen = NTOHS(tlv->hdr.typelen);
598 len = ((typelen & ICE_LLDP_TLV_LEN_M) >> ICE_LLDP_TLV_LEN_S);
649 u16 len, tlvlen, typelen; local
659 typelen
736 u16 typelen; local
1298 u16 typelen; local
1339 u16 typelen; local
1368 u16 typelen; local
1405 u16 typelen, len, offset = 0; local
1487 u16 typelen; local
[all...]
H A Dice_dcb.h136 __be16 typelen; member in struct:ice_lldp_org_tlv
143 __be16 typelen; member in struct:ice_cee_tlv_hdr
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dxcrypt.c77 size_t typelen; local
88 typelen = p - passwd + 1;
89 strlcpy(salt, passwd, MIN(typelen, sizeof(salt)));
/freebsd-12-stable/contrib/gcc/
H A Dgengtype-lex.l110 size_t typelen;
121 for (typelen = namestart - typestart;
122 ISSPACE (typestart[typelen-1]);
123 typelen--)
126 t = create_scalar_type (typestart, typelen);
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h451 * @param[in] typelen, namelen - a length of string for appropriate objtype and objname parameter
457 int LIBITTAPI __itt_notify_sync_nameA(void *addr, const char *objtype, int typelen, const char *objname, int namelen, int attribute);
458 int LIBITTAPI __itt_notify_sync_nameW(void *addr, const wchar_t *objtype, int typelen, const wchar_t *objname, int namelen, int attribute);
465 int LIBITTAPI __itt_notify_sync_name(void *addr, const char *objtype, int typelen, const char *objname, int namelen, int attribute);
472 ITT_STUB(LIBITTAPI, int, notify_sync_nameA, (void *addr, const char *objtype, int typelen, const char *objname, int namelen, int attribute))
473 ITT_STUB(LIBITTAPI, int, notify_sync_nameW, (void *addr, const wchar_t *objtype, int typelen, const wchar_t *objname, int namelen, int attribute))
475 ITT_STUB(LIBITTAPI, int, notify_sync_name, (void *addr, const char *objtype, int typelen, const char *objname, int namelen, int attribute))
488 #define __itt_notify_sync_nameA(addr, objtype, typelen, objname, namelen, attribute)
490 #define __itt_notify_sync_nameW(addr, objtype, typelen, objname, namelen, attribute)
493 #define __itt_notify_sync_name(addr, objtype, typelen, objnam
[all...]
/freebsd-12-stable/sys/dev/ixl/
H A Di40e_dcb.h156 __be16 typelen; member in struct:i40e_cee_tlv_hdr
H A Di40e_dcb.c393 typelength = I40E_NTOHS(tlv->hdr.typelen);
467 typelength = I40E_NTOHS(sub_tlv->hdr.typelen);
489 sizeof(sub_tlv->hdr.typelen) +
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h223 ITT_STUB(LIBITTAPI, int, notify_sync_nameA, (void *p, const char *objtype, int typelen, const char *objname, int namelen, int attribute), (ITT_FORMAT p, objtype, typelen, objname, namelen, attribute), notify_sync_nameA, __itt_group_sync | __itt_group_fsync | __itt_group_legacy, "%p, \"%s\", %d, \"%s\", %d, %x")
224 ITT_STUB(LIBITTAPI, int, notify_sync_nameW, (void *p, const wchar_t *objtype, int typelen, const wchar_t *objname, int namelen, int attribute), (ITT_FORMAT p, objtype, typelen, objname, namelen, attribute), notify_sync_nameW, __itt_group_sync | __itt_group_fsync | __itt_group_legacy, "%p, \"%S\", %d, \"%S\", %d, %x")
226 ITT_STUB(LIBITTAPI, int, notify_sync_name, (void *p, const char *objtype, int typelen, const char *objname, int namelen, int attribute), (ITT_FORMAT p, objtype, typelen, objname, namelen, attribute), notify_sync_name, __itt_group_sync | __itt_group_fsync | __itt_group_legacy, "%p, \"%s\", %d, \"%s\", %d, %x")
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2457 size_t typelen; local
2544 typelen = strlen(gettext(typestr));
2546 if (typelen > cb->cb_width[typeidx])
2547 cb->cb_width[typeidx] = typelen;

Completed in 217 milliseconds