/titanic_50/usr/src/cmd/svc/shell/ |
H A D | net_include.sh | 472 processed="" 488 in_list if_comp $ifname $processed && continue 492 in_list physical_comp $ifname $processed || { 495 processed="$processed $ifname" 554 in_list physical_comp $ifname $processed || { 555 processed="$processed $ifname"
|
/titanic_50/usr/src/common/crypto/modes/ |
H A D | gcm.c | 420 int processed = 0, rv; in gcm_decrypt_final() local 438 processed, encrypt_block, xor_block); in gcm_decrypt_final() 460 processed += block_size; in gcm_decrypt_final() 520 ulong_t processed = 0; in gcm_format_initial_blocks() local 539 bcopy(&(iv[processed]), cb, remainder); in gcm_format_initial_blocks() 543 datap = (uint8_t *)(&(iv[processed])); in gcm_format_initial_blocks() 544 processed += block_size; in gcm_format_initial_blocks() 571 size_t remainder, processed; in gcm_init() local 586 processed = 0; in gcm_init() 595 bcopy(&(auth_data[processed]), authp, remainder); in gcm_init() [all …]
|
H A D | ccm.c | 776 size_t remainder, processed; in ccm_init() local 814 processed = block_size - encoded_a_len; in ccm_init() 815 if (processed > auth_data_len) { in ccm_init() 817 processed = auth_data_len; in ccm_init() 819 bcopy(auth_data, authp+encoded_a_len, processed); in ccm_init() 823 remainder -= processed; in ccm_init() 836 bcopy(&(auth_data[processed]), authp, remainder); in ccm_init() 840 datap = (uint8_t *)(&(auth_data[processed])); in ccm_init() 841 processed += block_size; in ccm_init()
|
/titanic_50/usr/src/cmd/hal/fdi/ |
H A D | README | 15 Device information files are processed in the following order: 26 These files are processed BEFORE the device have been been probed. 48 These files are processed AFTER the device have been probed but before 68 These files are processed AFTER the device have been been probed and 69 also AFTER the information device files have been processed
|
/titanic_50/usr/src/lib/fm/libfmevent/common/ |
H A D | fmev_publish.c | 197 uint_t processed = 0; in va2nvl() local 212 while (name != NULL && name != FMEV_ARG_TERM && processed <= ntuples) { in va2nvl() 342 processed++; in va2nvl() 346 if (name != FMEV_ARG_TERM || processed != ntuples) { in va2nvl()
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.c | 112 int processed, buffers_processed; in main() local 438 processed = 0; in main() 440 min_size, idle_time, &processed); in main() 441 if (error == 0 && processed) { in main() 472 buffers_processed += processed; in main()
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | cfext.h | 50 unsigned processed:1; /* already installed or removed */ member
|
/titanic_50/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_io.c | 1151 int sts, processed = 0; in _sd_process_pending() local 1159 if (processed) { in _sd_process_pending() 1161 cdi->cd_info->sh_numio -= processed; in _sd_process_pending() 1165 SDT_INV_BL, cdi->cd_info->sh_numio, processed); in _sd_process_pending() 1170 if (processed) { in _sd_process_pending() 1172 cdi->cd_info->sh_numio -= processed; in _sd_process_pending() 1176 SDT_INV_BL, cdi->cd_info->sh_numio, processed); in _sd_process_pending() 1203 processed++; in _sd_process_pending()
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | acpica.c | 338 static int processed = 0; in acpica_process_user_options() local 345 if (processed) in acpica_process_user_options() 348 processed = 1; in acpica_process_user_options()
|
/titanic_50/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_inbound.c | 324 uint_t expected = 0, processed = 0; in fmevt_postprocess() local 429 if (processed++ == 0) { in fmevt_postprocess() 468 if (processed != expected) in fmevt_postprocess()
|
/titanic_50/usr/src/common/lzma/ |
H A D | LzmaDec.c | 793 SizeT processed; in LzmaDec_DecodeToDic() local 819 processed = (SizeT)(p->buf - src); in LzmaDec_DecodeToDic() 820 (*srcLen) += processed; in LzmaDec_DecodeToDic() 821 src += processed; in LzmaDec_DecodeToDic() 822 inSize -= processed; in LzmaDec_DecodeToDic()
|
H A D | LzmaEnc.c | 230 UInt64 processed; member 482 #define RangeEnc_GetProcessed(p) ((p)->processed + ((p)->buf - (p)->bufBase) + (p)->cacheSize) 513 p->processed = 0; in RangeEnc_Init() 525 p->processed += num; in RangeEnc_FlushStream() 1888 UInt32 processed; in LzmaEnc_CodeOneBlock() local 1898 processed = nowPos32 - startPos32; in LzmaEnc_CodeOneBlock() 1901 if (processed + kNumOpts + 300 >= maxUnpackSize || in LzmaEnc_CodeOneBlock() 1905 else if (processed >= (1 << 15)) in LzmaEnc_CodeOneBlock()
|
/titanic_50/usr/src/cmd/keyserv/ |
H A D | keyserv.dfl | 28 # keyserv default settings processed via keyserv(1M).
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | telnetd.dfl | 28 # telnetd default settings processed via telnetd(1M).
|
/titanic_50/usr/src/lib/print/libhttp-core/common/ |
H A D | http.c | 2467 size_t processed; /* Number of bytes processed */ in http_read_ssl() 2470 error = SSLRead((SSLContextRef)http->tls, buf, len, &processed); in http_read_ssl() 2473 return (processed); in http_read_ssl() 2500 size_t processed; /* Number of bytes processed */ in http_write_ssl() 2503 error = SSLWrite((SSLContextRef)http->tls, buf, len, &processed); in http_write_ssl() 2506 return (processed); in http_write_ssl()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | iscsi_authclient.h | 210 unsigned int processed:1; member
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsiAuthClient.h | 209 unsigned int processed:1; member
|
/titanic_50/usr/src/cmd/netfiles/ |
H A D | nsswitch.ad | 37 # If the AD backend is processed (based on the configuration) it will
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd.c | 513 boolean_t processed; in restarter_event_proxy() local 530 if (safe_read(rst_event_pipe[PE_PRODUCER], &processed, in restarter_event_proxy() 531 sizeof (processed)) != 0) in restarter_event_proxy() 536 return (processed ? 0 : EAGAIN); in restarter_event_proxy() 559 ack_restarter_event(boolean_t processed) in ack_restarter_event() argument 565 if (safe_write(rst_event_pipe[PE_CONSUMER], &processed, in ack_restarter_event() 566 sizeof (processed)) == -1) in ack_restarter_event()
|
/titanic_50/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | resource.c | 691 if (request->processed != 0) in sunFmResourceTable_handler() 782 if (requests->processed != 0) in sunFmResourceCount_handler()
|
H A D | problem.c | 843 if (request->processed != 0) in sunFmProblemTable_handler() 1070 if (request->processed != 0) in sunFmFaultEventTable_handler()
|
/titanic_50/usr/src/pkg/transforms/ |
H A D | global_zone_only_component | 53 # appear in the post-processed manifest.
|
/titanic_50/usr/src/test/libc-tests/cfg/symbols/ |
H A D | README | 19 environments declared in ../compilation.cfg, and are processed by the
|
/titanic_50/usr/src/tools/pmodes/ |
H A D | README.pmodes | 68 -v Preceed the output caused by each processed file by a
|
/titanic_50/usr/src/lib/libc/sparcv9/gen/ |
H A D | strcmp.s | 161 bpos,pt %xcc, .cmpbytes ! until all bytes processed
|