OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prop_dictionary_get_int64
(Results
1 - 18
of
18
) sorted by relevancy
/src/sbin/ifconfig/
carp.c
189
if (!
prop_dictionary_get_int64
(env, "vhid", &vhid)) {
208
if (!
prop_dictionary_get_int64
(env, "advskew", &advskew)) {
228
if (!
prop_dictionary_get_int64
(env, "advbase", &advbase)) {
248
if (!
prop_dictionary_get_int64
(env, "carp_state", &carp_state)) {
vlan.c
121
if (!
prop_dictionary_get_int64
(env, "vlantag", &tag)) {
150
else if (!
prop_dictionary_get_int64
(env, "vlantag", &tag)) {
lagg.c
423
if (
prop_dictionary_get_int64
(env, "laggportcmd", &lpcmd)) {
431
if (
prop_dictionary_get_int64
(env, "laggportpri", &pri)) {
468
if (
prop_dictionary_get_int64
(env, "lacpdumpdu", &v)) {
476
if (
prop_dictionary_get_int64
(env, "lacpstopdu", &v)) {
484
if (
prop_dictionary_get_int64
(env, "lacpoptimistic", &v)) {
492
if (
prop_dictionary_get_int64
(env, "lacpmultils", &v)) {
538
if (!
prop_dictionary_get_int64
(env, "lacpmaxports", &v)) {
578
if (
prop_dictionary_get_int64
(env, "failrxall", &v)) {
l2tp.c
159
if (!
prop_dictionary_get_int64
(env, "l2tplocalsession",
165
if (!
prop_dictionary_get_int64
(env, "l2tpremotesession",
af_inet6.c
139
if (!
prop_dictionary_get_int64
(env, "ia6flag", &ia6flag)) {
157
if (!
prop_dictionary_get_int64
(env, "pltime", &pltime)) {
172
if (!
prop_dictionary_get_int64
(env, "vltime", &vltime)) {
agr.c
98
if (!
prop_dictionary_get_int64
(env, "agrcmd", &cmd)) {
env.c
175
if (!
prop_dictionary_get_int64
(env, "af", &af)) {
ether.c
130
rc =
prop_dictionary_get_int64
(env, "ethercap", ðercap);
ifconfig.c
957
if (!
prop_dictionary_get_int64
(env, "clonecmd", &cmd)) {
1071
rc =
prop_dictionary_get_int64
(env, "ifflag", &ifflag);
1125
rc =
prop_dictionary_get_int64
(env, "ifcap", &ifcap);
1153
rc =
prop_dictionary_get_int64
(env, "metric", &metric);
1193
rc =
prop_dictionary_get_int64
(env, "mtu", &mtu);
1421
rc =
prop_dictionary_get_int64
(env, "prefixlen", &plen);
media.c
280
rc =
prop_dictionary_get_int64
(env, "mediainst", &inst);
parse.c
336
if (!
prop_dictionary_get_int64
(im->m_env, "af", &af0))
ieee80211.c
451
rc =
prop_dictionary_get_int64
(env, "powersavesleep", &maxsleep);
/src/common/include/prop/
prop_dictionary.h
215
bool
prop_dictionary_get_int64
(prop_dictionary_t, const char *,
/src/sbin/fsck/
partutil.c
81
prop_dictionary_get_int64
(dict, "sectors-per-unit",
/src/sbin/gpt/
restore.c
264
PROP_ERR(
prop_dictionary_get_int64
(gpt_dict, "start",
266
PROP_ERR(
prop_dictionary_get_int64
(gpt_dict, "end",
/src/lib/libprop/
Makefile
62
MLINKS+= prop_dictionary_util.3
prop_dictionary_get_int64
.3
/src/usr.sbin/wgconfig/
wgconfig.c
268
if (
prop_dictionary_get_int64
(peer, "last_handshake_time_sec", &sec)) {
/src/tests/lib/libprop/
t_proplib.c
883
ATF_REQUIRE(
prop_dictionary_get_int64
(dict, "int64", &val.v_int64));
Completed in 20 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025