/illumos-gate/usr/src/cmd/ipf/examples/ |
H A D | example.3 | 6 # pass through packets to and from localhost. 8 pass in from 127.0.0.1/32 to 127.0.0.1/32 13 pass in from 10.1.3.1/32 to any 14 pass in from 10.1.3.2/32 to any 15 pass in from 10.1.3.3/32 to any 16 pass in from 10.1.3.4/32 to any 17 pass in from 10.1.3.5/32 to any 18 pass in from 10.1.0.13/32 to any 19 pass in from 10.1.1.1/32 to any 20 pass in from 10.1.2.1/32 to any [all …]
|
H A D | BASIC_1.FW | 41 pass in quick on lo0 all 42 pass out quick on lo0 all 60 pass in quick proto udp from any to any port = 53 keep state group 202 70 pass in quick proto tcp from any to any port = ftp keep state group 201 71 pass in quick proto tcp from any to any port = ftp-data keep state group 201 72 pass in quick proto tcp from any port = ftp-data to any port > 1023 keep state group 101 76 pass in quick proto udp from any to any port = ntp keep state group 202 80 pass in quick proto tcp from any to any port = 22 keep state group 201 81 pass in quick proto tcp from any to any port = telnet keep state group 201 82 pass in quick proto tcp from any to any port = www keep state group 201 [all …]
|
H A D | example.5 | 6 pass in from 10.1.1.2 to 10.2.1.1 11 pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667 16 pass in proto udp from 10.2.2.2 port != 53 to localhost 25 pass in from any to any with ipopts
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | newkey.c | 91 char *pass, *target_host = NULL, in main() local 205 pass = get_password(uid, target_host, username); in main() 207 if (pass == NULL) in main() 210 (void) strlcpy(short_pass, pass, sizeof (short_pass)); in main() 337 *pass = NULL; local 374 pass = getpassphrase(prompt); 375 if (pass && strlen(pass) == 0) { 380 strcpy(password, pass); 388 pass = getpassphrase("Please retype password:"); 389 if (pass && strlen(pass) == 0) { [all …]
|
H A D | keylogin.c | 225 oldkeylogin(char *fullname, char *pass) in oldkeylogin() argument 230 if (getsecretkey(fullname, secret, pass) == 0) { in oldkeylogin() 327 char *pass; in main() local 349 if (!(pass = getpass("Password:"))) in main() 357 (void) oldkeylogin(fullname, pass); in main() 370 8) * 2) + 1, pass) == 0) { in main() 404 exit(oldkeylogin(fullname, pass)); in main()
|
/illumos-gate/usr/src/test/util-tests/tests/libjedec/ |
H A D | libjedec_spd.c | 66 boolean_t pass = B_TRUE; in spd_check_single_err() local 77 pass = B_FALSE; in spd_check_single_err() 84 pass = B_FALSE; in spd_check_single_err() 88 pass = B_FALSE; in spd_check_single_err() 92 return (pass); in spd_check_single_err() 106 boolean_t pass = B_TRUE; in spd_check_misc_errors() local 120 pass = B_FALSE; in spd_check_misc_errors() 125 return (pass); in spd_check_misc_errors() 166 boolean_t pass = B_TRUE; in libjedec_spd_test() local 172 pass = B_FALSE; in libjedec_spd_test() [all …]
|
/illumos-gate/usr/src/uts/common/io/nvme/ |
H A D | nvme_validate.c | 678 nvme_validate_vuc(nvme_t *nvme, nvme_ioctl_passthru_t *pass) in nvme_validate_vuc() argument 691 return (nvme_ioctl_error(&pass->npc_common, in nvme_validate_vuc() 699 if (pass->npc_timeout == 0 || in nvme_validate_vuc() 700 pass->npc_timeout > nvme_vendor_specific_admin_cmd_max_timeout) { in nvme_validate_vuc() 701 return (nvme_ioctl_error(&pass->npc_common, in nvme_validate_vuc() 705 if (!nvme_validate_one_field(&pass->npc_common, pass->npc_opcode, in nvme_validate_vuc() 710 if (!nvme_validate_one_field(&pass->npc_common, in nvme_validate_vuc() 711 pass->npc_common.nioc_nsid, &nvme_valid_vuc_nsid, &ctrl_data, 0)) { in nvme_validate_vuc() 718 if ((pass->npc_flags & ~all_flags) != 0) { in nvme_validate_vuc() 719 return (nvme_ioctl_error(&pass->npc_common, in nvme_validate_vuc() [all …]
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | collate.c | 193 substsearch(const struct lc_collate *lcc, const wchar_t key, int pass) in substsearch() argument 196 int n = lcc->lc_subst_count[pass]; in substsearch() 201 if (pass >= lcc->lc_directive_count) in substsearch() 207 p = lcc->lc_subst_table[pass] + (key & ~COLLATE_SUBST_PRIORITY); in substsearch() 382 int pass; in _collate_wxfrm() local 390 for (pass = 0; pass <= ndir; pass++) { in _collate_wxfrm() 394 if (pass != 0) { in _collate_wxfrm() 404 if (pass == ndir) { in _collate_wxfrm() 407 direc = lcc->lc_directive[pass]; in _collate_wxfrm() 432 _collate_lookup(lcc, t, &len, &pri, pass, in _collate_wxfrm() [all …]
|
H A D | wcscoll.c | 43 int direc, pass; in wcscoll_l() local 67 for (pass = 0; pass <= lcc->lc_directive_count; pass++) { in wcscoll_l() 74 if (pass == lcc->lc_directive_count) { in wcscoll_l() 77 direc = lcc->lc_directive[pass]; in wcscoll_l() 114 &pri1, pass, &st1); in wcscoll_l() 128 &pri2, pass, &st2); in wcscoll_l() 163 pass, &st1); in wcscoll_l() 178 pass, &st2); in wcscoll_l()
|
/illumos-gate/usr/src/test/util-tests/tests/cpio/ |
H A D | cpio_test.ksh | 38 function pass { function 103 pass "tar->cpio(files)" 111 pass "tar->cpio()" 123 pass "gtar->cpio(files:$f)" 134 pass "gtar->cpio($f)" 147 pass "cpio->gtar(files:$f)" 157 pass "cpio->gtar($f)" 169 pass "cpio->cpio(files:$f)" 180 pass "cpio->cpio($f)" 190 pass "cpio->cpio(files:native)" [all …]
|
/illumos-gate/usr/src/lib/libnvme/common/ |
H A D | libnvme_vuc.c | 505 nvme_ioctl_passthru_t pass; in nvme_vuc_req_exec() local 519 (void) memset(&pass, 0, sizeof (nvme_ioctl_passthru_t)); in nvme_vuc_req_exec() 520 pass.npc_common.nioc_nsid = req->nvr_nsid; in nvme_vuc_req_exec() 521 pass.npc_opcode = req->nvr_opcode; in nvme_vuc_req_exec() 522 pass.npc_timeout = req->nvr_timeout; in nvme_vuc_req_exec() 523 pass.npc_cdw12 = req->nvr_cdw12; in nvme_vuc_req_exec() 524 pass.npc_cdw13 = req->nvr_cdw13; in nvme_vuc_req_exec() 525 pass.npc_cdw14 = req->nvr_cdw14; in nvme_vuc_req_exec() 526 pass.npc_cdw15 = req->nvr_cdw14; in nvme_vuc_req_exec() 529 pass.npc_buflen = req->nvr_inlen; in nvme_vuc_req_exec() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/make/ |
H A D | make_test.ksh | 30 function pass { function 43 pass "$name" 139 $MAKE -C > $outf 2>&1 && fail "$tst" || pass "$tst" 140 egrep -s 'Missing argument' $outf && pass "$tst (output)" \ 144 MAKEFLAGS="-C" $MAKE > $outf 2>&1 && fail "$tst" || pass "$tst" 145 egrep -s 'Missing argument' $outf && pass "$tst (output)" \ 149 $MAKE -C /no/such/directory > $outf 2>&1 && fail "$tst" || pass "$tst" 150 egrep -s 'No such file or directory' $outf && pass "$tst (output)" \ 155 || pass "$tst" 156 egrep -s 'No such file or directory' $outf && pass "$tst (output)" \
|
/illumos-gate/usr/src/lib/libnsl/key/ |
H A D | gen_dhkeys.c | 63 getseed(seed, seedsize, pass) in getseed() argument 66 unsigned char *pass; 75 rseed ^= (rseed << 8) | pass[i]; 80 seed[i] = (random() & 0xff) ^ pass[i % 8]; 110 __gen_dhkeys(public, secret, pass) in __gen_dhkeys() argument 113 char *pass; 135 getseed((char *)seed, (int)sizeof (seed), (uchar_t *)pass); 170 char *pass) /* in */ in __gen_dhkeys_g() argument 174 if (! pkey || ! skey || ! pass) in __gen_dhkeys_g() 178 __gen_dhkeys(pkey, skey, pass); in __gen_dhkeys_g() [all …]
|
/illumos-gate/usr/src/test/elf-tests/tests/capabilities/ |
H A D | objcap.ksh | 39 pass() function 170 pass "elfdump -H $file contained no output" 193 pass "elfdump -H $file has ${caps[$i]}" 206 pass "elfedit has correct value for ${ee[$i]} in $file" 229 pass "exec prog $case" 235 pass "exec prog $case" 245 typeset pass="$2" 255 if (( pass == 0 )); then 259 pass "elfedit -e $cap $cmd $input failed correctly" 278 pass "elfedit -e $cap $cmd $input"
|
/illumos-gate/usr/src/test/nvme-tests/tests/ioctl/ |
H A D | lock-order.c | 89 bool pass = true; in lock_verify_write_before_read() local 121 pass = false; in lock_verify_write_before_read() 132 if (!pass) { in lock_verify_write_before_read() 137 return (pass); in lock_verify_write_before_read() 148 bool pass = true; in lock_verify_ctrl_before_ns() local 180 pass = false; in lock_verify_ctrl_before_ns() 192 if (!pass) { in lock_verify_ctrl_before_ns() 197 return (pass); in lock_verify_ctrl_before_ns() 203 bool pass = true; in lock_verif_ent_level() local 206 pass = false; in lock_verif_ent_level() [all …]
|
/illumos-gate/usr/src/test/os-tests/tests/syscall/ |
H A D | open.c | 45 boolean_t pass; in o_direct_test() local 59 pass = B_TRUE; in o_direct_test() 61 pass = B_FALSE; in o_direct_test() 71 if (!pass) { in o_direct_test() 77 if (pass) { in o_direct_test()
|
/illumos-gate/usr/src/test/os-tests/tests/sockfs/ |
H A D | recvmsg.c | 182 boolean_t pass = _B_TRUE; in servertest() local 206 pass = _B_FALSE; in servertest() 217 pass = _B_FALSE; in servertest() 228 pass = _B_FALSE; in servertest() 281 pass = _B_FALSE; in servertest() 291 pass = _B_FALSE; in servertest() 299 pass = _B_FALSE; in servertest() 329 pass = _B_FALSE; in servertest() 338 pass = _B_FALSE; in servertest() 347 pass = _B_FALSE; in servertest() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/libjedec/hex2spd/ |
H A D | libjedec_hex2spd.c | 210 bool pass; in hex2spd_test_one() local 285 pass = true; in hex2spd_test_one() 294 pass = false; in hex2spd_test_one() 298 if (pass) { in hex2spd_test_one() 323 pass = true; in hex2spd_test_one() 332 pass = false; in hex2spd_test_one() 336 if (pass) { in hex2spd_test_one() 361 pass = true; in hex2spd_test_one() 371 pass = false; in hex2spd_test_one() 375 if (pass) { in hex2spd_test_one() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/demangle/ |
H A D | llvm-stdcxxabi.c | 30 } pass[] = { variable 29681 for (i = 0; i < sizeof (pass) / sizeof (pass[0]); i++) { in pass_test() 29682 char *res = sysdemangle(pass[i].mangled, SYSDEM_LANG_CPP, NULL); in pass_test() 29685 VERIFY3S(strcmp(pass[i].demangled, res), ==, 0); in pass_test()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pppragma.c | 31 pppragma(char* directive, char* pass, char* name, char* value, int newline) in pppragma() argument 41 if (pass) in pppragma() 48 ppprintf("%s:", pass); in pppragma() 60 if (sep || pass) in pppragma()
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ipf6.conf.dfl | 31 pass in quick on lo0 32 pass out quick on lo0 35 pass in quick proto udp from any to any port = 546 36 pass out quick proto udp from any to any port = 547 39 pass in quick proto ipv6-icmp from any to any 40 pass out quick proto ipv6-icmp from any to any
|
/illumos-gate/usr/src/cmd/logname/ |
H A D | logname.c | 54 struct passwd *pass; in main() local 57 pass = getpwuid(uid); in main() 58 if (pass != NULL) { in main() 59 name = pass->pw_name; in main()
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | rexec.c | 62 const char *pass, const char *cmd, int *fd2p) in rexec() argument 64 return (rexec_af(ahost, rport, name, pass, cmd, fd2p, AF_INET)); in rexec() 68 const char *pass, const char *cmd, int *fd2p, int af) in rexec_af() argument 101 _ruserpass(res->ai_canonname, (char **)&name, (char **)&pass); in rexec_af() 163 (void) write(s, pass, strlen(pass) + 1); in rexec_af()
|
/illumos-gate/usr/src/test/os-tests/tests/portfs/ |
H A D | file_assoc.c | 103 bool pass; in fa_run_test() local 200 pass = true; in fa_run_test() 204 pass = false; in fa_run_test() 210 pass = false; in fa_run_test() 216 pass = false; in fa_run_test() 220 if (pass) { in fa_run_test()
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/ |
H A D | Project.t | 39 # pass() or fail() 41 # pass() or fail() 58 sub pass 61 fatal("pass() without start()"); 159 pass(); 180 pass(); 207 my ($ret, $file1, $file2, $file3, $file4, $file5, $pass); 332 pass(); 361 system("cmp -s $filename $filename.w") == 0 ? pass() : 718 pass(); [all …]
|