Home
last modified time | relevance | path

Searched refs:KVP_VALUE_ALLOCED (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/iscsid/
H A Dutil.c203 if (k->flags & KVP_VALUE_ALLOCED) in kvp_free()
H A Dconnection.c364 (dst)->flags |= KVP_VALUE_ALLOCED; \
396 if (kvp->flags & KVP_VALUE_ALLOCED) in kvp_set_from_mine()
H A Discsid.h305 #define KVP_VALUE_ALLOCED 0x02 macro