Searched defs:dstr (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c989 const char *key, char *buf, char *dstr, size_t dstrlen)
1003 if (dstr)
1004 snprintf(dstr, dstrlen, "%s,%s=%s", dstr, key, buf);
1485 char *buf, char *rbuf, char *dstr, size_t dstrlen)
1508 snprintf(dstr, dstrlen, "%s,%s=%s/%s", dstr, key, buf, rbuf);
1515 const char *key, boolean_t val, char *dstr, size_t dstrlen)
1528 snprintf(dstr, dstrlen, "%s,%s=%s", dstr, ke
988 dlmgr_DLValue_putstring(dlmgr__rad_dict_string_DLValue_t *ddvp, const char *key, char *buf, char *dstr, size_t dstrlen) argument
1483 dlmgr_DLValue_fm_putstring(dlmgr__rad_dict_string_DLValue_t *ddvp, dlmgr__rad_dict_string_DLValue_t *ddmp, const char *key, char *buf, char *rbuf, char *dstr, size_t dstrlen) argument
1514 dlmgr_DLValue_putboolean(dlmgr__rad_dict_string_DLValue_t *ddvp, const char *key, boolean_t val, char *dstr, size_t dstrlen) argument
1535 dlmgr_DLValue_putulong(dlmgr__rad_dict_string_DLValue_t *ddvp, const char *key, uint64_t val, char *dstr, size_t dstrlen) argument
1556 dlmgr_DLValue_fm_putulong(dlmgr__rad_dict_string_DLValue_t *ddvp, dlmgr__rad_dict_string_DLValue_t *ddmp, const char *key, uint64_t f, uint64_t m, char *dstr, size_t dstrlen) argument
1591 char dstr[DLADM_STRSIZE]; local
1847 solaris_maxbw_action_to_DLVal(dlmgr__rad_dict_string_DLValue_t *prop, void *cookie, uint32_t ofports[], int nofports, uint32_t queueid, char *dstr, size_t dstrlen) argument
1886 char *sstr = NULL, *dstr = NULL; local
2036 char dstr[MAX_OF_ACTIONS_SIZE]; local
[all...]

Completed in 225 milliseconds