Searched refs:int_value (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.sbin/ctld/ |
| H A D | uclparse.cc | 309 id = num.int_value(); in uclparse_target_lun() 365 id = num.int_value(); in uclparse_controller_namespace() 397 conf_set_debug(obj.int_value()); in uclparse_toplevel() 406 conf_set_timeout(obj.int_value()); in uclparse_toplevel() 415 conf_set_maxproc(obj.int_value()); in uclparse_toplevel() 452 conf_set_isns_period(obj.int_value()); in uclparse_toplevel() 461 conf_set_isns_timeout(obj.int_value()); in uclparse_toplevel() 694 return (portal_group_set_dscp(obj.int_value())); in uclparse_dscp() 757 return (portal_group_set_pcp(obj.int_value())); in uclparse_pcp() 889 portal_group_set_tag(obj.int_value()); in uclparse_portal_group() [all …]
|
| /freebsd/lib/libc/tests/sys/ |
| H A D | sendfile_test.c | 60 int int_value; in get_int_via_sysctlbyname() local 62 oldlen = sizeof(int_value); in get_int_via_sysctlbyname() 64 ATF_REQUIRE_EQ_MSG(sysctlbyname(oidname, &int_value, &oldlen, NULL, 0), in get_int_via_sysctlbyname() 66 ATF_REQUIRE_EQ_MSG(sizeof(int_value), oldlen, "sanity check failed"); in get_int_via_sysctlbyname() 68 return (int_value); in get_int_via_sysctlbyname()
|
| /freebsd/contrib/libucl/include/ |
| H A D | ucl++.h | 366 int64_t int_value (const int64_t default_val = 0) const
|
| /freebsd/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 4199 | `ACTION_P(Bar, param)` | `Bar(int_value)` | `BarActionP<int>` | 4200 …S_m_TEMPLATE_PARAMS(...), AND_1_VALUE_PARAMS(p1))` | `Bar<t1, ..., t_m>(int_value)` | `BarActionP<… 4201 | `ACTION_P2(Baz, p1, p2)` | `Baz(bool_value, int_value)` | `BazActionP2<bool, int>` | 4202 …AMS(...), AND_2_VALUE_PARAMS(p1, p2))` | `Baz<t1, ..., t_m>(bool_value, int_value)` | `BazActionP2…
|