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

/freebsd-11-stable/usr.sbin/jail/
H A Dconfig.c747 equalopts(const char *opt1, const char *opt2) argument
752 if (strcmp(opt1, opt2) == 0)
755 if (strncmp(opt1, "no", 2) == 0 && strcmp(opt1 + 2, opt2) == 0)
758 if (strncmp(opt2, "no", 2) == 0 && strcmp(opt1, opt2 + 2) == 0)
760 while ((p = strchr(opt1, '.')) != NULL &&
761 !strncmp(opt1, opt2, ++p - opt1)) {
762 opt2 += p - opt1;
763 opt1
[all...]
H A Djailp.h218 extern int equalopts(const char *opt1, const char *opt2);
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.y464 gen_options(struct assignment *opt1, const char *name)
470 for(tmp = opt1;
491 struct assignment *opt1;
504 opt1 = find(as, "option");
512 if(opt1 != NULL) {
513 gen_options(opt1, n);
522 if(opt1 != NULL)
651 f, opt1 ? "&opt": "NULL");
H A Dslc-gram.c1976 gen_options(struct assignment *opt1, const char *name)
1982 for(tmp = opt1;
2003 struct assignment *opt1;
2016 opt1 = find(as, "option");
2024 if(opt1 != NULL) {
2025 gen_options(opt1, n);
2034 if(opt1 != NULL)
2163 f, opt1 ? "&opt": "NULL");
1973 gen_options(struct assignment *opt1, const char *name) argument
2000 struct assignment *opt1; local
/freebsd-11-stable/sys/kern/
H A Dvfs_mount.c206 vfs_equalopts(const char *opt1, const char *opt2) argument
211 if (strcmp(opt1, opt2) == 0)
214 if (strncmp(opt1, "no", 2) == 0 && strcmp(opt1 + 2, opt2) == 0)
217 if (strncmp(opt2, "no", 2) == 0 && strcmp(opt1, opt2 + 2) == 0)
219 while ((p = strchr(opt1, '.')) != NULL &&
220 !strncmp(opt1, opt2, ++p - opt1)) {
221 opt2 += p - opt1;
222 opt1
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl89 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_;
103 $opt1 @ F_xx_xx
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c433 req->opt1 = htobe64(V_CONN_POLICY(CPL_CONN_POLICY_ASK) |
463 req->opt1 = htobe64(V_CONN_POLICY(CPL_CONN_POLICY_ASK) |
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h529 __be32 opt1; member in struct:cpl_pass_open_req
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c245 req->opt1 = htonl(V_CONN_POLICY(CPL_CONN_POLICY_ASK));
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h646 __be64 opt1; member in struct:cpl_pass_open_req
659 __be64 opt1; member in struct:cpl_pass_open_req6
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c3301 oreq->opt1 = htonl(V_MAC_MATCH_VALID(f->mac_vld) |
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c61 #define CTIMEOPT_VAL2_(opt1,opt2) #opt1 "," #opt2
[all...]

Completed in 703 milliseconds