Home
last modified time | relevance | path

Searched refs:MD_PROP_STR (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/ldomctl/
Dmdesc.c205 prop->tag = MD_PROP_STR; in md_add_prop_str()
241 if (prop->tag == MD_PROP_STR || prop->tag == MD_PROP_DATA) in md_delete_prop()
282 if (prop == NULL || prop->tag != MD_PROP_STR) in md_get_prop_str()
469 case MD_PROP_STR: in md_ingest()
578 case MD_PROP_STR: in md_exhume()
Dmdesc.h40 #define MD_PROP_STR 's' macro