Searched refs:opt1 (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/usr.sbin/jail/
H A Dconfig.c740 equalopts(const char *opt1, const char *opt2) argument
745 if (strcmp(opt1, opt2) == 0)
748 if (strncmp(opt1, "no", 2) == 0 && strcmp(opt1 + 2, opt2) == 0)
751 if (strncmp(opt2, "no", 2) == 0 && strcmp(opt1, opt2 + 2) == 0)
753 while ((p = strchr(opt1, '.')) != NULL &&
754 !strncmp(opt1, opt2, ++p - opt1)) {
755 opt2 += p - opt1;
756 opt1
[all...]
H A Djailp.h211 extern int equalopts(const char *opt1, const char *opt2);
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dslc-gram.y447 gen_options(struct assignment *opt1, const char *name)
453 for(tmp = opt1;
474 struct assignment *opt1;
484 opt1 = find(as, "option");
492 if(opt1 != NULL) {
493 gen_options(opt1, n);
502 if(opt1 != NULL)
630 f, opt1 ? "&opt": "NULL");
H A Dslc-gram.c1959 gen_options(struct assignment *opt1, const char *name)
1965 for(tmp = opt1;
1986 struct assignment *opt1;
1996 opt1 = find(as, "option");
2004 if(opt1 != NULL) {
2005 gen_options(opt1, n);
2014 if(opt1 != NULL)
2142 f, opt1 ? "&opt": "NULL");
1956 gen_options(struct assignment *opt1, const char *name) argument
1983 struct assignment *opt1; local
/freebsd-9.3-release/sys/kern/
H A Dvfs_mount.c201 vfs_equalopts(const char *opt1, const char *opt2) argument
206 if (strcmp(opt1, opt2) == 0)
209 if (strncmp(opt1, "no", 2) == 0 && strcmp(opt1 + 2, opt2) == 0)
212 if (strncmp(opt2, "no", 2) == 0 && strcmp(opt1, opt2 + 2) == 0)
214 while ((p = strchr(opt1, '.')) != NULL &&
215 !strncmp(opt1, opt2, ++p - opt1)) {
216 opt2 += p - opt1;
217 opt1
[all...]
/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c435 req->opt1 = htobe64(V_CONN_POLICY(CPL_CONN_POLICY_ASK) |
465 req->opt1 = htobe64(V_CONN_POLICY(CPL_CONN_POLICY_ASK) |
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dt4_msg.h574 __be64 opt1; member in struct:cpl_pass_open_req
587 __be64 opt1; member in struct:cpl_pass_open_req6
/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h529 __be32 opt1; member in struct:cpl_pass_open_req
/freebsd-9.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c243 req->opt1 = htonl(V_CONN_POLICY(CPL_CONN_POLICY_ASK));
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_main.c3248 oreq->opt1 = htonl(V_MAC_MATCH_VALID(f->mac_vld) |

Completed in 167 milliseconds