Home
last modified time | relevance | path

Searched refs:_v (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/libsystemd-network/
Dnetwork-common.h11 type *_v = (val); \
13 if (_v) \
14 (void) type##_get_ifname(_v, &_n); \
/systemd-251/src/shared/
Dethtool-util.c392 typeof(val) _v = (val); \
393 if (dest != _v) \
395 dest = _v; \
400 typeof(dest) _v = (val); \
402 if (_v == 0 || _v > _max) \
403 _v = _max; \
404 if (dest != _v) \
406 dest = _v; \
Djson.h87 typeof(v)* _v = &(v); \
89 json_variant_unref(*_v); \
90 *_v = _q; \
/systemd-251/src/home/
Dhomectl.c889 static int apply_identity_changes(JsonVariant **_v) { in apply_identity_changes() argument
893 assert(_v); in apply_identity_changes()
895 v = json_variant_ref(*_v); in apply_identity_changes()
1068 json_variant_unref(*_v); in apply_identity_changes()
1069 *_v = TAKE_PTR(v); in apply_identity_changes()