/titanic_51/usr/src/lib/crypt_modules/bsdmd5/ |
H A D | bsdmd5.c | 79 uchar_t final[16]; /* XXX: 16 is some number from the orig source */ in crypt_genhash_impl() local 113 MD5Final(final, &ctx1); in crypt_genhash_impl() 115 MD5Update(&ctx, final, pl > 16 ? 16 : pl); in crypt_genhash_impl() 118 (void) memset(final, 0, sizeof (final)); in crypt_genhash_impl() 123 MD5Update(&ctx, final, 1); in crypt_genhash_impl() 134 MD5Final(final, &ctx); in crypt_genhash_impl() 147 MD5Update(&ctx1, final, 16); in crypt_genhash_impl() 157 MD5Update(&ctx1, final, 16); in crypt_genhash_impl() 161 MD5Final(final, in crypt_genhash_impl() [all...] |
/titanic_51/usr/src/lib/krb5/kdb/ |
H A D | kdb_convert.c | 294 int i, j, k, cnt, final, nattrs, tmpint, nprincs; in ulog_conv_2logentry() local 313 final = -1; in ulog_conv_2logentry() 365 ULOG_ENTRY_TYPE(upd, ++final).av_type = in ulog_conv_2logentry() 367 ULOG_ENTRY(upd, final).av_attrflags = in ulog_conv_2logentry() 374 ULOG_ENTRY_TYPE(upd, ++final).av_type = in ulog_conv_2logentry() 376 ULOG_ENTRY(upd, final).av_max_life = in ulog_conv_2logentry() 383 ULOG_ENTRY_TYPE(upd, ++final).av_type = in ulog_conv_2logentry() 386 final).av_max_renew_life = in ulog_conv_2logentry() 393 ULOG_ENTRY_TYPE(upd, ++final).av_type = in ulog_conv_2logentry() 395 ULOG_ENTRY(upd, final) in ulog_conv_2logentry() [all...] |
/titanic_51/usr/src/test/zfs-tests/tests/functional/rsend/ |
H A D | rsend_004_pos.ksh | 36 # zfs send -R -i send incremental from fs@init to fs@final. 41 # 3. Create final snapshot 43 # snapshot suffix @final 48 log_assert "zfs send -R -i send incremental from fs@init to fs@final." 54 log_must eval "$ZFS send -R $POOL@final > $BACKDIR/pool-final-R" 55 log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/pool-final-R" 61 srclist=$(getds_with_suffix $POOL2 @final) 66 log_must eval "$ZFS send -R -i @init $POOL2@final > " \ 67 "$BACKDIR/pool-init-final [all...] |
H A D | rsend_002_pos.ksh | 36 # zfs send -I sends all incrementals from fs@init to fs@final. 40 # 2. Send -I @snapA @final 47 log_assert "zfs send -I sends all incrementals from fs@init to fs@final." 53 log_must eval "$ZFS send -R $POOL@final > $BACKDIR/pool-R" 60 log_must eval "$ZFS send -I $POOL2@init $POOL2@final > " \ 61 "$BACKDIR/pool-init-final-I" 62 log_must destroy_tree $POOL2@final $POOL2@snapC $POOL2@snapA 63 log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/pool-init-final-I" 73 log_must eval "$ZFS send -I @init $dstds/$FS@final > $BACKDIR/fs-init-final [all...] |
H A D | rsend_005_pos.ksh | 36 # zfs send -R -I send all the incremental between fs@init with fs@final 40 # 2. Send -R -I @init @final on pool 48 log_assert "zfs send -R -I send all the incremental between @init with @final" 54 log_must eval "$ZFS send -R $POOL@final > $BACKDIR/pool-final-R" 55 log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/pool-final-R" 61 log_must eval "$ZFS send -R -I @init $POOL2@final > " \ 62 "$BACKDIR/pool-init-final-IR" 66 list="$list $(getds_with_suffix $POOL2 @final)" 68 log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/pool-init-final [all...] |
H A D | rsend_012_pos.ksh | 168 log_must eval "$ZFS send -R $POOL@final > $BACKDIR/pool-final-R" 169 log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/pool-final-R" 195 log_must cmp_ds_prop ${pair[$i]}@final ${pair[((i+1))]}@final
|
H A D | rsend_007_pos.ksh | 75 log_must eval "$ZFS send -R $POOL@final > $BACKDIR/pool-final-R" 76 log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/pool-final-R" 84 log_must eval "$ZFS send -R -I @init $dstds@final > " \ 85 "$BACKDIR/pool-init-final-IR" 89 list="$list $(getds_with_suffix $dstds @final)" 92 log_must eval "$ZFS receive -d -F $dstds < $BACKDIR/pool-init-final-IR" 94 $ZFS receive -d -F $dstds < $BACKDIR/pool-init-final-IR
|
/titanic_51/usr/src/lib/libm/i386/src/ |
H A D | nextafterf.s | 60 je .final 69 je .final 75 jmp .final 81 .final: label
|
H A D | nextafter.s | 65 je .final 78 je .final 87 jmp .final 96 .final: label
|
/titanic_51/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_text.c | 353 boolean_t final; in iscsit_send_next_text_response() local 364 final = B_TRUE; in iscsit_send_next_text_response() 367 final = B_FALSE; in iscsit_send_next_text_response() 387 if (final) { in iscsit_send_next_text_response() 403 } while (!final); in iscsit_send_next_text_response()
|
/titanic_51/usr/src/cmd/avs/errgen/ |
H A D | errgen.help.txt | 51 The message_key will become the #define or static final name of the message 83 public static final String SV_ENOMINOR = `SV_ENOMINOR`; 88 public static final String SV_EARRBOUND = `SV_EARRBOUND`; 93 public static final String SV_EINTERNALDUMP = `SV_EINTERNALDUMP`;
|
/titanic_51/usr/src/common/mapfiles/gen/ |
H A D | map.noexeglobs.2.template | 25 # Template mapfile for generating a final mapfile to demote all user global 27 # the "MAP-" commented entries to select lines for the final mapfile.
|
H A D | map.noexeglobs.1.template | 25 # Template mapfile for generating a final mapfile to demote all user global
|
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_tree.c | 41 int final:1; /* Indicate don't search next file */ member 196 * Set the final flag on a particular node. 202 node->final = 1; in profile_make_node_final() 207 * Check the final flag on a node 211 return (node->final != 0); in profile_is_node_final() 551 if (p->final) in profile_node_iterator()
|
/titanic_51/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pm_gen_copyright | 54 static final Object[][] pmHelpBundlecontents = {
|
/titanic_51/usr/src/lib/libc/i386/gen/ |
H A D | lmul.s | 53 addl %edx,%ecx / final high(product)
|
/titanic_51/usr/src/cmd/sgs/rtld/i386/ |
H A D | boot_elf.s | 180 * ret to our final destination. 184 ret / jmp to final destination 317 movl %eax, 8(%ebp) / store final destination
|
/titanic_51/usr/src/lib/libbc/libc/gen/common/ |
H A D | iso.multibyte.c | 52 #define FINAL 0x33 /* Temporary final character */ 61 char final; /* final character */ member 143 if (ch < 0x30) /* ch should be a final character */ in _mbtowc_iso() 155 _des_states[i].final = ch; in _mbtowc_iso() 174 if (ch < 0x30) /* ch should be a final character */ in _mbtowc_iso() 186 _des_states[i].final = ch; in _mbtowc_iso() 225 if (ch < 0x30) /* ch should be a final character */ in _mbtowc_iso()
|
/titanic_51/usr/src/cmd/dtrace/test/tst/common/json/ |
H A D | tst.general.d.out | 155 in |["abcd \" \\ \/ \b \f \n \r \t \u0000 \uf00F ", "final"]| 159 out |final|
|
/titanic_51/usr/src/lib/libzfs/common/ |
H A D | libzfs_fru.c | 427 libzfs_fru_clear(libzfs_handle_t *hdl, boolean_t final) in libzfs_fru_clear() argument 446 if (final) { in libzfs_fru_clear()
|
/titanic_51/usr/src/lib/libpp/common/ |
H A D | pp.tab | 45 final 182 FINAL # final hosted macro value
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pp.tab | 45 final 182 FINAL # final hosted macro value
|
/titanic_51/usr/src/cmd/vi/port/ |
H A D | ex_vops2.c | 1601 int i, cnt, final; in reccnt() local 1604 final = strlen(mapto) - strlen(cap); in reccnt() 1606 for (i=0; i <= final; i++) in reccnt() 1609 && (i == final || !wordch(&mapto[i+strlen(cap)]))) /* suffix ok */ in reccnt()
|
/titanic_51/usr/src/cmd/sgs/librtld/common/ |
H A D | librtld.msg | 43 @ MSG_IMG_DATASEC "%s: final data section not found"
|
/titanic_51/exception_lists/ |
H A D | mapfilechk | 28 # in which the final path segment:
|