Searched refs:OPT_DONOTHING (Results 1 - 19 of 19) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/common/
H A Dremove_hash.c25 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
27 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
45 if ((opts & OPT_DONOTHING) == 0) {
H A Dremove_pool.c25 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
27 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
42 if ((opts & OPT_DONOTHING) == 0) {
H A Dload_pool.c31 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
33 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
49 if ((opts & OPT_DONOTHING) == 0) {
66 if ((opts & OPT_DONOTHING) == 0) {
H A Dload_hashnode.c33 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
35 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
60 if (!(opts & OPT_DONOTHING)) {
H A Dload_poolnode.c28 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
30 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
54 if ((opts & OPT_DONOTHING) == 0) {
H A Dremove_hashnode.c27 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
29 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
51 if (!(opts & OPT_DONOTHING)) {
H A Dremove_poolnode.c27 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
29 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
48 if ((opts & OPT_DONOTHING) == 0) {
H A Dkvatoname.c18 if ((opts & OPT_DONOTHING) == 0) {
H A Dnametokva.c17 if ((opts & OPT_DONOTHING) == 0) {
H A Dgetifname.c43 if ((opts & OPT_DONOTHING) == 0)
H A Dload_hash.c34 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
36 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
72 if ((opts & OPT_DONOTHING) == 0) {
113 if ((opts & OPT_DONOTHING) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dipf.c121 opts ^= OPT_DONOTHING;
175 if (opts & OPT_DONOTHING)
265 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE)
301 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
360 if (!(opts & OPT_DONOTHING)) {
373 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
411 if (!(opts & OPT_DONOTHING)) {
425 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
H A Dippool.c172 opts |= OPT_DONOTHING;
233 opts |= OPT_DONOTHING;
319 opts |= OPT_DONOTHING;
335 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
410 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
655 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
667 if (!(opts & OPT_DONOTHING)) {
682 if (!(opts & OPT_DONOTHING)) {
736 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
749 if (!(opts & OPT_DONOTHING)) {
[all...]
H A Dipnat.c149 opts |= OPT_DONOTHING;
178 if ((opts & OPT_DONOTHING) == 0) {
186 if (!(opts & OPT_DONOTHING) && (kernel == NULL) && (core == NULL)) {
401 if (!(opts & OPT_DONOTHING) && ioctl(fd, SIOCIPFFL, &n) == -1)
409 if (!(opts & OPT_DONOTHING) && ioctl(fd, SIOCIPFFL, &n) == -1)
H A Dipfs.c247 opts |= OPT_DONOTHING;
349 if (opts & OPT_DONOTHING)
374 if (!(opts & OPT_DONOTHING)) {
526 if (!(opts & OPT_DONOTHING))
661 if (!(opts & OPT_DONOTHING))
H A Dipnat_y.y984 if ((opts & OPT_DONOTHING) != 0)
1005 if ((opts & OPT_DONOTHING) == 0) {
1026 if ((opts & OPT_DONOTHING) == 0) {
1033 if ((opts & OPT_DONOTHING) == 0) {
H A Dipf_y.y230 if (((opts & OPT_DONOTHING) == 0) &&
2219 if ((opts & OPT_DONOTHING) != 0)
2249 if ((opts & OPT_DONOTHING) == 0) {
2266 if ((opts & OPT_DONOTHING) != 0) {
2273 if (!(opts & OPT_DONOTHING)) {
H A Dipftest.c26 int opts = OPT_DONOTHING;
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dopts.h27 #define OPT_DONOTHING 0x000080 macro

Completed in 125 milliseconds