Home
last modified time | relevance | path

Searched refs:primary_id (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_empty.c31 static const unsigned char primary_id[] = { variable
145 assertEqualMem(buff+2048*16, primary_id, 8); in DEFINE_TEST()
H A Dtest_write_format_iso9660_boot.c31 static const unsigned char primary_id[] = { variable
143 assertEqualMem(buff+2048*16, primary_id, 8); in _test_write_format_iso9660_boot()
H A Dtest_write_format_iso9660_zisofs.c31 static const unsigned char primary_id[] = { variable
202 assertEqualMem(buff+2048*16, primary_id, 8); in test_write_format_iso9660_zisofs_1()
449 assertEqualMem(buff+2048*16, primary_id, 8); in test_write_format_iso9660_zisofs_2()
672 assertEqualMem(buff+2048*16, primary_id, 8); in test_write_format_iso9660_zisofs_3()
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_keyring.c583 key_serial_t primary_id, legacy; in get_primary_name() local
591 primary_id = keyctl_search(collection_id, KRCC_KEY_TYPE_USER, in get_primary_name()
593 if (primary_id == -1) { in get_primary_name()
618 payloadlen = keyctl_read_alloc(primary_id, &payload); in get_primary_name()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dmlo.c904 u8 *primary_id) in iwl_mld_get_emlsr_grade() argument
916 *primary_id = a->link_id; in iwl_mld_get_emlsr_grade()
921 primary_conf = wiphy_dereference(wiphy, vif->link_conf[*primary_id]); in iwl_mld_get_emlsr_grade()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmcu.h451 __le16 primary_id; member
H A Dmcu.c1941 mld->primary_id = cpu_to_le16(msta->deflink.wcid.idx); in mt7925_mcu_sta_mld_tlv()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.h625 __le16 primary_id; member
H A Dmcu.c2413 mld_setup->primary_id = cpu_to_le16(msta_link->wcid.idx); in mt7996_mcu_sta_mld_setup_tlv()