Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 244) sorted by path

12345678910

/illumos-gate/usr/src/boot/forth/
H A Dcheck-password.4th48 \ this is to pass 0 as a stack parameter (ie. `0 sgetkey'). This function is
H A Dsupport.4th1391 throw \ Unknown error -- pass ahead
1414 throw \ Unknown error -- pass ahead
1438 throw \ Unknown error -- pass ahead
1605 throw \ Don't know what it is all about -- pass ahead
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S35 # Basically, we first create a set of boot arguments to pass to the loaded
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dcommon178 #define va_listref(p) (&(p)) /* pass va_list to varargs function */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dcommon177 #define va_listref(p) (p) /* pass va_list to varargs function */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dcommon177 #define va_listref(p) (p) /* pass va_list to varargs function */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dcommon178 #define va_listref(p) (p) /* pass va_list to varargs function */
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h337 extern void pass(void (*)(struct dinode *), uchar_t *);
461 extern void pass();
H A Ddumpmain.c908 pass(mark, clrmap); /* mark updates 'x'_esize */ in main()
910 pass(active_mark, clrmap); /* updates 'x'_esize */ in main()
921 pass(add, dirmap); in main()
925 pass(markshad, nodmap); in main()
927 pass(estshad, shamap); in main()
1114 pass(dirdump, dirmap); in main()
1125 pass(lf_dump, filmap); in main()
H A Ddumptraverse.c32 pass(void (*fn)(struct dinode *), uchar_t *map) in pass() function
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipsecinit.sample67 # {ulp ipv6-icmp type 133-137 dir both } pass { }
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME177 that the memory used to pass data via door_call(3C) is mapped into the
H A Dipf.conf.dfl31 pass in quick on lo0
32 pass out quick on lo0
35 pass in quick proto udp from any to any port = 68
36 pass out quick proto udp from any to any port = 67
H A Dipf6.conf.dfl31 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/cmd-inet/usr.bin/ftp/
H A Dftp.c358 char *user, *pass, *acct; in login() local
361 user = pass = acct = 0; in login()
362 if (ruserpass(host, &user, &pass, &acct) < 0) { in login()
392 if (pass == NULL) in login()
393 pass = mygetpass("Password:"); in login()
396 n = command("PASS %s", pass); in login()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h624 extern int set_filters __P((struct bpf_program *pass,
H A Dsys-solaris.c2172 set_filters(pass, active) in set_filters() argument
2173 struct bpf_program *pass; in set_filters()
2178 if (pass->bf_len > 0) {
2179 if (strioctl(pppfd, PPPIO_PASSFILT, pass,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dget_names.c89 struct passwd *pass = getpwuid(getuid()); local
90 if (pass != NULL)
91 my_name = pass->pw_name;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rexecd.c159 static char pass[16]; variable
270 getstr(pass, sizeof (pass), "password"); in doit()
554 if (pass[0] != '\0') { in rexec_conv()
555 r->resp = strdup(pass); in rexec_conv()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c597 int pass = 0; in pf_ipaddr_match() local
729 pass++; in pf_ipaddr_match()
768 pass++; in pf_ipaddr_match()
793 if (pass == 2) { in pf_ipaddr_match()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sdt/
H A Dtst.sdtargs_tail_call.d38 pass = 0;
60 pass = 1;
68 /pass/
/illumos-gate/usr/src/cmd/filesync/
H A DREADME171 pass I (evaluate)
179 the main trick in this pass is that there may be
186 all restrictions and ignores take effect during this pass.
188 pass II (analyze)
191 gained during pass I, figure out what might conceivably
192 have changed and queue it for pass III. This pass doesn't
194 merely identifies candidates for pass III. This pass
195 ignores any nodes that were not evaluated during pass I.
198 which the files will be processed in pass III, and the
201 pass III (reconcile)
[all …]
/illumos-gate/usr/src/cmd/fm/dicts/
H A DNIC.po28 msgstr "No network traffic will pass through the data link or network interfaces associated with th…
45 msgstr "No network traffic will pass through the data link or network\ninterfaces associated with t…
62 msgstr "No network traffic will pass through the data link or network interfaces associated with th…
79 msgstr "No network traffic will pass through the data link or network\ninterfaces associated with t…
96 msgstr "No network traffic will pass through the data link or network\ninterfaces associated with t…
/illumos-gate/usr/src/cmd/format/
H A Danalyze.c114 int pass, needinit, data; in do_scan() local
208 for (pass = 0; pass < scan_passes || scan_loop; pass++) { in do_scan()
217 data = scan_patterns[pass % NPPATTERNS]; in do_scan()
244 fmt_print("\n pass %d", pass); in do_scan()
247 fmt_print("\n pass %d", pass); in do_scan()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A DREADME52 logon [user [dom [pass]]]

12345678910