Searched refs:cms (Results 1 – 9 of 9) sorted by relevance
/linux/scripts/ |
H A D | sign-file.c | 235 CMS_ContentInfo *cms = NULL; in main() local 319 cms = CMS_sign(NULL, NULL, NULL, NULL, in main() 322 ERR(!cms, "CMS_sign"); in main() 324 ERR(!CMS_add1_signer(cms, x509, private_key, digest_algo, in main() 329 ERR(CMS_final(cms, bm, NULL, CMS_NOCERTS | CMS_BINARY) != 1, in main() 348 ERR(i2d_CMS_bio_stream(b, cms, NULL, 0) != 1, in main() 381 ERR(i2d_CMS_bio_stream(bd, cms, NULL, 0) != 1, "%s", dest_name); in main()
|
/linux/fs/dlm/ |
H A D | config.c | 77 struct dlm_comms *cms; member 412 struct dlm_comms *cms = NULL; in make_cluster() local 416 cms = kzalloc(sizeof(struct dlm_comms), GFP_NOFS); in make_cluster() 418 if (!cl || !sps || !cms) in make_cluster() 422 cl->cms = cms; in make_cluster() 426 config_group_init_type_name(&cms->cs_group, "comms", &comms_type); in make_cluster() 429 configfs_add_default_group(&cms->cs_group, &cl->group); in make_cluster() 432 comm_list = &cms->cs_group; in make_cluster() 438 kfree(cms); in make_cluster() 459 kfree(cl->cms); in release_cluster()
|
/linux/block/partitions/ |
H A D | ibm.c | 24 struct vtoc_cms_label cms; member 291 blocksize = label->cms.block_size; in find_cms1_partitions() 293 if (label->cms.disk_offset != 0) { in find_cms1_partitions() 297 offset = label->cms.disk_offset * secperblk; in find_cms1_partitions() 298 size = (label->cms.block_count - 1) * secperblk; in find_cms1_partitions() 313 size = label->cms.block_count * secperblk; in find_cms1_partitions()
|
/linux/sound/soc/codecs/ |
H A D | ak4375.c | 280 u8 cms, fs, cm; in ak4375_dai_set_pll() local 282 cms = snd_soc_component_read(component, AK4375_05_CLOCK_MODE_SELECT); in ak4375_dai_set_pll() 283 fs = cms & ~FS_MASK; in ak4375_dai_set_pll() 284 cm = cms & ~CM_MASK; in ak4375_dai_set_pll()
|
/linux/Documentation/driver-api/gpio/ |
H A D | bt8xxgpio.rst | 5 For advanced documentation, see https://bues.ch/cms/unmaintained/btgpio.html
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_buffers.c | 954 const struct mlxsw_sp_sb_cm *cms, in __mlxsw_sp_sb_cms_init() argument 968 cm = &cms[i]; in __mlxsw_sp_sb_cms_init()
|
/linux/include/linux/ |
H A D | nvme.h | 1598 __u8 cms; member
|
/linux/drivers/nvme/target/ |
H A D | configfs.c | 351 port->disc_addr.tsas.rdma.cms = NVMF_RDMA_CMS_RDMA_CM; in nvmet_port_init_tsas_rdma()
|
/linux/Documentation/RCU/ |
H A D | RTFP.txt | 2666 http://www.computer.org/cms/Computer.org/dl/trans/td/2012/02/extras/ttd2012020375s.pdf
|