Searched defs:attr_type (Results 1 – 3 of 3) sorted by relevance
/tools/net/ynl/lib/ |
A D | ynl-priv.h | 273 ynl_attr_nest_start(struct nlmsghdr *nlh, unsigned int attr_type) in ynl_attr_nest_start() 294 ynl_attr_put(struct nlmsghdr *nlh, unsigned int attr_type, in ynl_attr_put() 312 ynl_attr_put_str(struct nlmsghdr *nlh, unsigned int attr_type, const char *str) in ynl_attr_put_str() 382 ynl_attr_put_s8(struct nlmsghdr *nlh, unsigned int attr_type, __s8 value) in ynl_attr_put_s8() 388 ynl_attr_put_s16(struct nlmsghdr *nlh, unsigned int attr_type, __s16 value) in ynl_attr_put_s16() 394 ynl_attr_put_s32(struct nlmsghdr *nlh, unsigned int attr_type, __s32 value) in ynl_attr_put_s32() 400 ynl_attr_put_s64(struct nlmsghdr *nlh, unsigned int attr_type, __s64 value) in ynl_attr_put_s64() 406 ynl_attr_put_u8(struct nlmsghdr *nlh, unsigned int attr_type, __u8 value) in ynl_attr_put_u8() 412 ynl_attr_put_u16(struct nlmsghdr *nlh, unsigned int attr_type, __u16 value) in ynl_attr_put_u16() 418 ynl_attr_put_u32(struct nlmsghdr *nlh, unsigned int attr_type, __u32 value) in ynl_attr_put_u32() [all …]
|
/tools/testing/selftests/powerpc/papr_attributes/ |
A D | attr_test.c | 77 int id, attr_type; in verify_energy_info() local
|
/tools/net/ynl/pyynl/lib/ |
A D | ynl.py | 138 def get_format(cls, attr_type, byte_order=None): argument 145 def as_scalar(self, attr_type, byte_order=None): argument 149 def as_auto_scalar(self, attr_type, byte_order=None): argument
|
Completed in 35 milliseconds