| /kernel/linux/linux-5.10/security/selinux/ss/ |
| 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(buf, sizeof(u32), 1, fp); in role_allow_write() [all …]
|
| 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()
|
| 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()
|
| 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()
|
| 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-5.10/Documentation/core-api/ |
| D | kref.rst | 204 static void put_entry(struct my_data *entry) 221 static void put_entry(struct my_data *entry) 263 static void put_entry(struct my_data *entry) 268 Which is useful to remove the mutex lock around kref_put() in put_entry(), but 314 static void put_entry(struct my_data *entry)
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_sp.h | 690 bool (*put_entry)(struct bnx2x_credit_pool_obj *o, int entry); member
|
| 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()
|