Lines Matching refs:cfg_tuple_get
911 control_keylist = cfg_tuple_get(control, "keys"); in get_key_info()
1014 allow = cfg_tuple_get(control, "allow"); in update_listener()
1041 perm = cfg_obj_asuint32(cfg_tuple_get(control, "perm")); in update_listener()
1042 owner = cfg_obj_asuint32(cfg_tuple_get(control, "owner")); in update_listener()
1043 group = cfg_obj_asuint32(cfg_tuple_get(control, "group")); in update_listener()
1102 allow = cfg_tuple_get(control, "allow"); in add_listener()
1167 listener->perm = cfg_obj_asuint32(cfg_tuple_get(control, in add_listener()
1169 listener->owner = cfg_obj_asuint32(cfg_tuple_get(control, in add_listener()
1171 listener->group = cfg_obj_asuint32(cfg_tuple_get(control, in add_listener()
1261 obj = cfg_tuple_get(control, "address"); in ns_controls_configure()
1328 path = cfg_tuple_get(control, "path"); in ns_controls_configure()