Home
last modified time | relevance | path

Searched refs:put_entry (Results 1 – 6 of 6) sorted by relevance

/linux/security/selinux/ss/
H A Dpolicydb.c3127 rc = put_entry(buf, sizeof(u32), 1, fp); in mls_write_level()
3161 rc = put_entry(buf, sizeof(u32), items, fp); in mls_write_range_helper()
3190 rc = put_entry(buf, sizeof(u32), 2, fp); in sens_write()
3194 rc = put_entry(key, 1, len, fp); in sens_write()
3219 rc = put_entry(buf, sizeof(u32), 3, fp); in cat_write()
3223 rc = put_entry(key, 1, len, fp); in cat_write()
3243 rc = put_entry(buf, sizeof(u32), 3, fp); in role_trans_write_one()
3248 rc = put_entry(buf, sizeof(u32), 1, fp); in role_trans_write_one()
3262 rc = put_entry(buf, sizeof(u32), 1, fp); in role_trans_write()
3280 rc = put_entry(buf, sizeof(u32), 1, fp); in role_allow_write()
[all …]
H A Dconditional.c472 rc = put_entry(buf, sizeof(u32), 3, fp);
475 rc = put_entry(key, 1, len, fp);
498 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_node()
519 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_node()
524 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_node()
531 rc = put_entry(buf, sizeof(u32), 2, fp); in cond_write_node()
553 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_compute_xperms()
H A Davtab.c566 rc = put_entry(buf16, sizeof(u16), 4, fp); in avtab_write()
571 rc = put_entry(&cur->datum.u.xperms->specified, sizeof(u8), 1, in avtab_write()
575 rc = put_entry(&cur->datum.u.xperms->driver, sizeof(u8), 1, fp); in avtab_write()
580 rc = put_entry(buf32, sizeof(u32), in avtab_cache_init()
584 rc = put_entry(buf32, sizeof(u32), 1, fp);
599 rc = put_entry(buf, sizeof(u32), 1, fp);
H A Dpolicydb.h386 static inline int put_entry(const void *buf, size_t bytes, size_t num, in sym_name()
368 static inline int put_entry(const void *buf, size_t bytes, size_t num, put_entry() function
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.h690 bool (*put_entry)(struct bnx2x_credit_pool_obj *o, int entry); member
H A Dbnx2x_sp.c384 return mp->put_entry(mp, offset); in bnx2x_put_cam_offset_mac()
398 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()