/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | policydb.c | 2727 rc = put_entry(buf, sizeof(u32), 1, fp); in mls_write_level() 2761 rc = put_entry(buf, sizeof(u32), items, fp); in mls_write_range_helper() 2790 rc = put_entry(buf, sizeof(u32), 2, fp); in sens_write() 2794 rc = put_entry(key, 1, len, fp); in sens_write() 2819 rc = put_entry(buf, sizeof(u32), 3, fp); in cat_write() 2823 rc = put_entry(key, 1, len, fp); in cat_write() 2843 rc = put_entry(buf, sizeof(u32), 3, fp); in role_trans_write_one() 2848 rc = put_entry(buf, sizeof(u32), 1, fp); in role_trans_write_one() 2862 rc = put_entry(buf, sizeof(u32), 1, fp); in role_trans_write() 2880 rc = put_entry(bu in role_allow_write() [all...] |
H A D | conditional.c | 462 rc = put_entry(buf, sizeof(u32), 3, fp); in cond_write_bool() 465 rc = put_entry(key, 1, len, fp); in cond_write_bool() 488 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_av_list() 509 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_node() 514 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_node() 521 rc = put_entry(buf, sizeof(u32), 2, fp); in cond_write_node() 543 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_list()
|
H A D | ebitmap.c | 494 rc = put_entry(buf, sizeof(u32), 3, fp); in ebitmap_write() 513 rc = put_entry(buf, sizeof(u32), 1, fp); in ebitmap_write() 518 rc = put_entry(buf64, sizeof(u64), 1, fp); in ebitmap_write() 534 rc = put_entry(buf, sizeof(u32), 1, fp); in ebitmap_write() 539 rc = put_entry(buf64, sizeof(u64), 1, fp); in ebitmap_write()
|
H A D | avtab.c | 621 rc = put_entry(buf16, sizeof(u16), 4, fp); in avtab_write_item() 626 rc = put_entry(&cur->datum.u.xperms->specified, sizeof(u8), 1, fp); in avtab_write_item() 629 rc = put_entry(&cur->datum.u.xperms->driver, sizeof(u8), 1, fp); in avtab_write_item() 634 rc = put_entry(buf32, sizeof(u32), in avtab_write_item() 638 rc = put_entry(buf32, sizeof(u32), 1, fp); in avtab_write_item() 653 rc = put_entry(buf, sizeof(u32), 1, fp); in avtab_write()
|
H A D | policydb.h | 369 static inline int put_entry(const void *buf, size_t bytes, int num, struct policy_file *fp) in put_entry() function
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | policydb.c | 2729 rc = put_entry(buf, sizeof(u32), 1, fp); in mls_write_level() 2763 rc = put_entry(buf, sizeof(u32), items, fp); in mls_write_range_helper() 2792 rc = put_entry(buf, sizeof(u32), 2, fp); in sens_write() 2796 rc = put_entry(key, 1, len, fp); in sens_write() 2821 rc = put_entry(buf, sizeof(u32), 3, fp); in cat_write() 2825 rc = put_entry(key, 1, len, fp); in cat_write() 2845 rc = put_entry(buf, sizeof(u32), 3, fp); in role_trans_write_one() 2850 rc = put_entry(buf, sizeof(u32), 1, fp); in role_trans_write_one() 2864 rc = put_entry(buf, sizeof(u32), 1, fp); in role_trans_write() 2882 rc = put_entry(bu in role_allow_write() [all...] |
H A D | conditional.c | 463 rc = put_entry(buf, sizeof(u32), 3, fp); in cond_write_bool() 466 rc = put_entry(key, 1, len, fp); in cond_write_bool() 489 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_av_list() 510 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_node() 515 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_node() 522 rc = put_entry(buf, sizeof(u32), 2, fp); in cond_write_node() 544 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_list()
|
H A D | ebitmap.c | 494 rc = put_entry(buf, sizeof(u32), 3, fp); in ebitmap_write() 513 rc = put_entry(buf, sizeof(u32), 1, fp); in ebitmap_write() 518 rc = put_entry(buf64, sizeof(u64), 1, fp); in ebitmap_write() 534 rc = put_entry(buf, sizeof(u32), 1, fp); in ebitmap_write() 539 rc = put_entry(buf64, sizeof(u64), 1, fp); in ebitmap_write()
|
H A D | avtab.c | 593 rc = put_entry(buf16, sizeof(u16), 4, fp); in avtab_write_item() 598 rc = put_entry(&cur->datum.u.xperms->specified, sizeof(u8), 1, fp); in avtab_write_item() 601 rc = put_entry(&cur->datum.u.xperms->driver, sizeof(u8), 1, fp); in avtab_write_item() 606 rc = put_entry(buf32, sizeof(u32), in avtab_write_item() 610 rc = put_entry(buf32, sizeof(u32), 1, fp); in avtab_write_item() 625 rc = put_entry(buf, sizeof(u32), 1, fp); in avtab_write()
|
H A D | policydb.h | 369 static inline int put_entry(const void *buf, size_t bytes, size_t num, struct policy_file *fp) in put_entry() function
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.h | 690 bool (*put_entry)(struct bnx2x_credit_pool_obj *o, int entry); member
|
H A D | bnx2x_sp.c | 383 return mp->put_entry(mp, offset); in bnx2x_put_cam_offset_mac() 397 return vp->put_entry(vp, offset); in bnx2x_put_cam_offset_vlan() 4350 p->put_entry = bnx2x_credit_pool_put_entry; in bnx2x_init_credit_pool() 4355 p->put_entry = bnx2x_credit_pool_put_entry_always_true; in bnx2x_init_credit_pool() 4361 p->put_entry = bnx2x_credit_pool_put_entry_always_true; in bnx2x_init_credit_pool()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.h | 690 bool (*put_entry)(struct bnx2x_credit_pool_obj *o, int entry); member
|
H A D | bnx2x_sp.c | 383 return mp->put_entry(mp, offset); in bnx2x_put_cam_offset_mac() 397 return vp->put_entry(vp, offset); in bnx2x_put_cam_offset_vlan() 4350 p->put_entry = bnx2x_credit_pool_put_entry; in bnx2x_init_credit_pool() 4355 p->put_entry = bnx2x_credit_pool_put_entry_always_true; in bnx2x_init_credit_pool() 4361 p->put_entry = bnx2x_credit_pool_put_entry_always_true; in bnx2x_init_credit_pool()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/ |
H A D | erdma_verbs.c | 1335 goto put_entry; in erdma_mmap() 1341 put_entry: in erdma_mmap()
|