| /onnv-gate/usr/src/cmd/ssh/sshd/ |
| H A D | auth2.c | 277 int authenticated, partial; in userauth_finish() local 285 partial = 0; in userauth_finish() 305 partial = userauth_check_partial_failure(authctxt); in userauth_finish() 314 partial = 1; in userauth_finish() 344 if (authenticated && !partial) { in userauth_finish() 393 packet_put_char((authenticated && partial && methods) ? 1 : 0); in userauth_finish() 596 int partial = 0; in authmethods_get() local 612 partial = (required + sufficient) > 0; in authmethods_get() 638 if ((partial && authmethods[i]->sufficient) || in authmethods_get()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Carp/ |
| H A D | Heavy.pm | 222 my ($known, $partial) = get_status($cache, $child); 224 while (@$partial and not exists $known->{$parent}) { 225 my $anc = shift @$partial; 231 push @$partial, @$anc_partial;
|
| /onnv-gate/usr/src/cmd/backup/dump/ |
| H A D | partial.c | 33 static int partial; variable 78 partial = 1; in partial_check() 115 if (partial == 0)
|
| H A D | lint.sed | 19 /partial.c",.*name used but not defined: ulimit/d 28 /partial.c",.*deallocating NULL pointer/d
|
| /onnv-gate/usr/src/lib/libc/i386/gen/ |
| H A D | lmul.s | 45 movl %eax,%ecx / partial high(product) 49 addl %eax,%ecx / partial sum of high(product)
|
| H A D | memset.s | 46 shll $8,%eax / This is ugly, but no P6 partial stalls
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| H A D | Cmd.pm | 253 my $partial = defined(${*$cmd}{'net_cmd_partial'}) 279 substr($buf,0,0) = $partial; ## prepend from last sysread 283 $partial = pop @buf; 295 ${*$cmd}{'net_cmd_partial'} = $partial;
|
| /onnv-gate/usr/src/cmd/svr4pkg/pkginfo/ |
| H A D | pkginfo.c | 125 short partial; member 374 (choice->partial || (info.status == PI_PARTIAL) || in report() 526 if (dp->partial) in dumpinfo() 529 dp->partial); in dumpinfo() 718 dp->partial++; in rdcontents()
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/ |
| H A D | misc.c | 197 dhcp_lookup_dd(dsvc_handle_t hand, boolean_t partial, uint_t query, in dhcp_lookup_dd() argument 201 return (lookup_dd(hand, partial, query, count, targetp, recordsp, in dhcp_lookup_dd() 294 ret = lookup_dd(hand, partial, query, count, targetp, in dhcp_lookup_dd() 472 dhcp_lookup_dd_classify(dsvc_dnet_t *pnd, boolean_t partial, uint_t query, in dhcp_lookup_dd_classify() argument 496 err = dhcp_lookup_dd(pnd->dh, partial, query, count, targetp, in dhcp_lookup_dd_classify()
|
| /onnv-gate/usr/src/cmd/bnu/ |
| H A D | pk0.c | 324 int partial; local 347 partial = 0; 357 partial = B_SHORT; 364 pk->p_os[x] = B_READY+partial;
|
| /onnv-gate/usr/src/lib/libdhcpsvc/modules/templates/ |
| H A D | dhcptab.c | 87 lookup_dt(void *handle, boolean_t partial, uint_t query, int count, in lookup_dt() argument
|
| H A D | dhcp_network.c | 90 lookup_dn(void *handle, boolean_t partial, uint_t query, int count, in lookup_dn() argument
|
| /onnv-gate/usr/src/cmd/svr4pkg/pkgadd/ |
| H A D | check.c | 656 return (getyorn(a_msg, a_pkg, ADM(partial, "nocheck"), in ckpartinst() 657 ADM(partial, "quit"), HLP_PKGADDCHK_PARTIAL, NULL)); in ckpartinst() 678 return (getyorn(a_msg, a_pkg, ADM(partial, "nocheck"), in ckpartrem() 679 ADM(partial, "quit"), HLP_PKGADDCHK_PARTIAL, NULL)); in ckpartrem()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
| H A D | PerlIO.pod | 81 leaving invalid parts (usually a partial character) in the buffer. 87 encounters partial character. The following is what happens when 98 because it is invalid (partial character). 121 …f fixed buffer. Since ISO-2022-JP is guaranteed to revert to ASCII at the end of the line, partial
|
| /onnv-gate/usr/src/lib/lvm/libmeta/common/ |
| H A D | meta_import.c | 1020 int partial = imp_flags & MD_IM_PARTIAL_DISKSET; in set_append() local 1034 misp->mis_partial = partial; in set_append() 1882 int partial = 0; in build_did_list() local 1982 partial = ENOTSUP; in build_did_list() 2005 if (partial) in build_did_list() 2006 return (partial); in build_did_list() 2264 int partial = 0; in report_set_info() local 2282 partial = misp->mis_partial; in report_set_info() 2293 if (partial == MD_IM_PARTIAL_DISKSET) { in report_set_info() 2370 if (partial) { in report_set_info() [all …]
|
| /onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| H A D | dryrun.c | 98 unsigned partial:1; /* 1 if a partial installation was detected. */ member 269 wr_OK(fp_dra, "PARTIAL", dr_info.partial_set, dr_info.partial); in write_dryrun_ascii() 468 if (dr_info.partial != 0) in init_drinfo() 775 dr_info.partial = (value ? 1 : 0); in set_dr_info()
|
| /onnv-gate/usr/src/cmd/svr4pkg/hdrs/ |
| H A D | install.h | 88 char *partial; member
|
| /onnv-gate/usr/src/cmd/avs/dsstat/ |
| H A D | sndr_stats.c | 767 sndr_strcmp(char *full, char *partial) in sndr_strcmp() argument 772 rc = strcmp(full, partial); in sndr_strcmp() 775 (strlen(partial) == NAMED_LEN) && in sndr_strcmp() 778 rc = strncmp(f, partial, NAMED_LEN); in sndr_strcmp()
|
| /onnv-gate/usr/src/psm/stand/bootblks/ufs/common/ |
| H A D | ufs.fth | 225 : read-partial-block ( adr len off block# -- ) 304 fpath-buf file-size 0 0 read-partial-block ( tail$ ) 518 \ initial partial block 522 read-partial-block ( #read adr len len ) 532 \ final partial block 535 read-partial-block ( #read adr len )
|
| /onnv-gate/usr/src/cmd/sgs/rtld.4.x/ |
| H A D | umultiply.s | 88 andcc %g0, %g0, %o4 ! zero the partial product 142 ! Because of the way the shift into the partial product is calculated
|
| /onnv-gate/usr/src/cmd/svr4pkg/pkgscripts/ |
| H A D | default | 28 partial=ask
|
| /onnv-gate/usr/src/uts/common/fs/objfs/ |
| H A D | objfs_data.c | 526 off_t partial = offset % sizeof (sym); in read_symtab() local 534 if ((error = uiomove((char *)&sym + partial, in read_symtab() 535 sizeof (sym) - partial, UIO_READ, uio)) != 0 || in read_symtab()
|
| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A D | SSL_write.pod | 55 SSL_write() will also return with success, when a partial write has been 59 A partial write is performed with the size of a message block, which is
|
| /onnv-gate/usr/src/lib/libc/sparcv9/gen/ |
| H A D | strcmp.s | 95 sllx %o0, %g5, %g1 ! partial unaligned word from s2 117 sllx %o0, %g5, %g1 ! partial unaligned word from s2
|
| /onnv-gate/usr/src/lib/libdhcpsvc/modules/files0/ |
| H A D | dhcptab.c | 248 lookup_dt(void *handle, boolean_t partial, uint_t query, int count, in lookup_dt() argument 264 retval = find_dt(fp, partial ? FIND_PARTIAL : 0, query, count, targetp, in lookup_dt()
|