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

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c1502 struct ds fs, as; local
1511 ds_init(&fs);
1514 put->mask_len, NULL, &fs, true);
1540 "actions %s not found", ds_cstr(&fs),
1573 "actions %s", flowname, ds_cstr(&fs), ds_cstr(&as));
1604 "mask %s actions %s", flowname, ds_cstr(&fs), ds_cstr(&as));
1612 flowname, error, ds_cstr(&fs),
1619 ds_cstr(&fs), ds_cstr(&as));
1623 flowname, ds_cstr(&fs),
1634 flowname, ds_cstr(&fs),
1672 struct ds fs; local
[all...]

Completed in 771 milliseconds