Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
H A Dpolicydb.c2989 rc = put_entry(buf, sizeof(u32), 1, fp); in perm_write()
3023 rc = put_entry(buf, sizeof(u32), items, fp); in type_set_write()
3052 rc = put_entry(buf, sizeof(u32), 2, fp); in write_cons_helper()
3056 rc = put_entry(key, 1, len, fp); in write_cons_helper()
3081 rc = put_entry(buf, sizeof(u32), 3, fp); in write_cons_helper()
3085 rc = put_entry(key, 1, len, fp);
3105 rc = put_entry(buf, sizeof(u32), 3, fp); in class_write()
3110 rc = put_entry(buf, sizeof(u32), 1, fp); in class_write()
3124 rc = put_entry(buf, sizeof(u32), 1, fp); in class_write()
3142 rc = put_entry(bu in class_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/Documentation/translations/zh_CN/core-api/
H A Dkref.rst200 static void put_entry(struct my_data *entry)
216 static void put_entry(struct my_data *entry)
256 static void put_entry(struct my_data *entry)
304 static void put_entry(struct my_data *entry)
/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.c383 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()