Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/utilities/
H A Dhv_kvp.h135 HV_KVP_OP_COUNT /* Number of operations, must be last. */ enumerator
/freebsd/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c105 static struct kvp_op_hdlr kvp_op_hdlrs[HV_KVP_OP_COUNT];
1326 if (key < 0 || key >= HV_KVP_OP_COUNT) { in kvp_op_load()
1353 for (i = 0; i < HV_KVP_OP_COUNT; i++) { in kvp_ops_init()
1493 if (op < 0 || op >= HV_KVP_OP_COUNT || in main()