Searched refs:namefmt (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dnv.h55 void nv_add_int8(struct nv *nv, int8_t value, const char *namefmt, ...)
57 void nv_add_uint8(struct nv *nv, uint8_t value, const char *namefmt, ...)
59 void nv_add_int16(struct nv *nv, int16_t value, const char *namefmt, ...)
61 void nv_add_uint16(struct nv *nv, uint16_t value, const char *namefmt, ...)
63 void nv_add_int32(struct nv *nv, int32_t value, const char *namefmt, ...)
65 void nv_add_uint32(struct nv *nv, uint32_t value, const char *namefmt, ...)
67 void nv_add_int64(struct nv *nv, int64_t value, const char *namefmt, ...)
69 void nv_add_uint64(struct nv *nv, uint64_t value, const char *namefmt, ...)
72 const char *namefmt, ...) __printflike(4, 5);
74 const char *namefmt,
[all...]
H A Dnv.c117 int type, const char *namefmt, va_list nameap);
118 static struct nvhdr *nv_find(struct nv *nv, int type, const char *namefmt,
405 nv_add_##type(struct nv *nv, type##_t value, const char *namefmt, ...) \
409 va_start(nameap, namefmt); \
411 NV_TYPE_##TYPE, namefmt, nameap); \
429 size_t nsize, const char *namefmt, ...) \
433 va_start(nameap, namefmt); \
435 sizeof(value[0]) * nsize, NV_TYPE_##TYPE##_ARRAY, namefmt, \
452 nv_add_string(struct nv *nv, const char *value, const char *namefmt, ...)
459 va_start(nameap, namefmt);
576 nv_vexists(struct nv *nv, const char *namefmt, va_list nameap) argument
596 nv_exists(struct nv *nv, const char *namefmt, ...) argument
609 nv_assert(struct nv *nv, const char *namefmt, ...) argument
816 nv_addv(struct nv *nv, const unsigned char *value, size_t vsize, int type, const char *namefmt, va_list nameap) argument
829 nv_find(struct nv *nv, int type, const char *namefmt, va_list nameap) argument
[all...]
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dkthread.h71 const char namefmt[], ...)

Completed in 117 milliseconds