Searched refs:_kva2str (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/head/ |
H A D | secdb.h | 86 extern int _kva2str(kva_t *, char *, int, char *, char *);
|
/titanic_50/usr/src/lib/libsecdb/common/ |
H A D | mapfile-vers | 81 _kva2str;
|
H A D | secdb.c | 204 _kva2str(kva_t *kva, char *buf, int buflen, char *ass, char *del) in _kva2str() function
|
/titanic_50/usr/src/cmd/allocate/ |
H A D | allocate3.c | 237 if (_kva2str(da_defs->devopts, optbuf, sizeof (optbuf), KV_ASSIGN, in print_da_defs() 261 if (_kva2str(da->da_devopts, optbuf, sizeof (optbuf), in print_dev_attrs()
|
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | devalloc.c | 427 if (_kva2str(dap->da_devopts, buf + length, size - length, in _da2str() 486 if (_kva2str(da_defs->devopts, buf + length, size - length, in _def2str()
|
H A D | audit_scf.c | 386 if (_kva2str(node_debug->plugin_kva, attr_string, in get_plugin_kva()
|
/titanic_50/usr/src/cmd/auditconfig/ |
H A D | auditconfig.c | 2809 switch (_kva2str(plugin_kva, att_str, PLUGIN_MAXATT, "=", ";")) { in print_plugin()
|