Searched defs:prop (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ |
H A D | netdev-solaris.c | 996 char prop[DLADM_PROP_VAL_MAX]; local 1000 "current", prop, sizeof (prop)); 1008 if (strcmp(prop, "1") != 0) {
|
H A D | util-solaris.c | 1034 dlmgr__rad_dict_string_DLValue_t *prop = NULL; local 1047 prop = dlmgr__rad_dict_string_DLValue_create(linkmgr); 1048 if (prop == NULL) 1055 status = dlmgr__rad_dict_string_DLValue_put(prop, "lower-link", 1062 status = dlmgr_DatalinkManager_createVNIC(linkmgr, vnicname, prop, 1072 dlmgr__rad_dict_string_DLValue_free(prop); 1847 solaris_maxbw_action_to_DLVal(dlmgr__rad_dict_string_DLValue_t *prop, argument 1875 err = dlmgr_DLValue_putulong(prop, "max-bw", maxbw, dstr, dstrlen); 2030 dlmgr__rad_dict_string_DLValue_t *prop) 2044 err = dlmgr_DLValue_putboolean(prop, "temporar 2028 solaris_nlattr_to_DLVal(void *cookie, const struct nlattr *actions_nlattr, size_t actions_len, dlmgr__rad_dict_string_DLValue_t *prop) argument 2278 dlmgr__rad_dict_string_DLValue_t *prop = NULL; local 2349 dlmgr__rad_dict_string_DLValue_t *prop = NULL; local 2395 dlmgr__rad_dict_string_DLValue_t *prop = NULL; local [all...] |
Completed in 39 milliseconds