Lines Matching refs:grp_cfg
105 KmppObj grp_cfg = NULL; in kmpp_buffer_test() local
121 grp_cfg = kmpp_buf_grp_to_cfg(grp); in kmpp_buffer_test()
122 if (!grp_cfg) { in kmpp_buffer_test()
129 test_detail("object %s ready\n", kmpp_obj_get_name(grp_cfg)); in kmpp_buffer_test()
135 ret = kmpp_obj_set_u32(grp_cfg, "flag", 0); in kmpp_buffer_test()
141 ret = kmpp_obj_set_u32(grp_cfg, "count", 10); in kmpp_buffer_test()
147 ret = kmpp_obj_set_u32(grp_cfg, "size", 4096); in kmpp_buffer_test()
153 ret = kmpp_obj_set_s32(grp_cfg, "fd", -1); in kmpp_buffer_test()
164 ret = kmpp_obj_set_shm(grp_cfg, name, &sptr); in kmpp_buffer_test()
175 ret = kmpp_obj_set_shm(grp_cfg, name, &sptr); in kmpp_buffer_test()
181 test_detail("object %s write parameters ready\n", kmpp_obj_get_name(grp_cfg)); in kmpp_buffer_test()