Lines Matching defs:prop
1034 dlmgr__rad_dict_string_DLValue_t *prop = NULL;
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,
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, "temporary", B_TRUE, dstr,
2063 (void) solaris_maxbw_action_to_DLVal(prop,
2259 (void) solaris_maxbw_action_to_DLVal(prop, cookie, ofports,
2263 err = dlmgr_DLValue_putstring(prop, "ofaction", str, dstr,
2278 dlmgr__rad_dict_string_DLValue_t *prop = NULL;
2307 prop = dlmgr__rad_dict_string_DLValue_create(link);
2308 if (prop == NULL) {
2318 actions_len, prop);
2323 prop, &flow, &derrp);
2339 dlmgr__rad_dict_string_DLValue_free(prop);
2349 dlmgr__rad_dict_string_DLValue_t *prop = NULL;
2362 prop = dlmgr__rad_dict_string_DLValue_create(flow);
2363 if (prop == NULL) {
2369 actions_len, prop);
2373 status = dlmgr_Flow_setProperties(flow, prop, &derrp);
2387 dlmgr__rad_dict_string_DLValue_free(prop);
2395 dlmgr__rad_dict_string_DLValue_t *prop = NULL;
2410 prop = dlmgr__rad_dict_string_DLValue_create(link);
2411 if (prop == NULL) {
2419 status = dlmgr__rad_dict_string_DLValue_put(prop, "temporary",
2427 status = dlmgr_Datalink_removeFlow(link, flowname, prop, &derrp);
2438 dlmgr__rad_dict_string_DLValue_free(prop);