Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 25 of 56) sorted by relevance

123

/titanic_52/usr/src/cmd/svc/shell/
H A Dnet_include.sh472 processed=""
488 in_list if_comp $ifname $processed && continue
492 in_list physical_comp $ifname $processed || {
495 processed="$processed $ifname"
508 # The hostname files are processed twice. In the first
554 in_list physical_comp $ifname $processed || {
555 processed="$processed $ifname"
/titanic_52/usr/src/common/crypto/modes/
H A Dgcm.c226 /* Update pointer to next block of data to be processed. */ in gcm_mode_encrypt_contiguous_blocks()
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 in gcm_init()
[all...]
H A Dccm.c157 /* Update pointer to next block of data to be processed. */ in ccm_mode_encrypt_contiguous_blocks()
224 * When we get here, the number of bytes of payload processed in ccm_encrypt_final()
380 * all ciphertext has been processed, just waiting for in ccm_mode_decrypt_contiguous_blocks()
491 /* Update pointer to next block of data to be processed. */ in ccm_mode_decrypt_contiguous_blocks()
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()
[all...]
/titanic_52/usr/src/cmd/hal/fdi/
H A DREADME15 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_52/usr/src/lib/fm/libfmevent/common/
H A Dfmev_publish.c197 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_52/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c112 int processed, buffers_processed; in main() local
357 * Get a list of buffers that need to be processed. in main()
438 processed = 0; in main()
440 min_size, idle_time, &processed); in main()
441 if (error == 0 && processed) { in main()
445 "processed successfully."), in main()
472 buffers_processed += processed; in main()
683 * Free the list of processed entries. in cycle_logs()
692 * '*head' points to the list of entries that have been processed.
/titanic_52/usr/src/lib/libpkg/common/
H A Dcfext.h50 unsigned processed:1; /* already installed or removed */ member
/titanic_52/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c1151 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()
1423 * chain have not been processed here. so mark the first cc_ent in _sd_flclist_ea()
/titanic_52/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c324 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_52/usr/src/uts/intel/io/acpica/
H A Dacpica.c338 static int processed = 0; in acpica_process_user_options() local
343 * return if acpi-user-options has already been processed in acpica_process_user_options()
345 if (processed) in acpica_process_user_options()
348 processed = 1; in acpica_process_user_options()
427 * Make sure user options are processed, in acpica_init()
522 * Make sure user options are processed, in acpica_get_sci()
/titanic_52/usr/src/common/lzma/
H A DLzmaDec.c793 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 DLzmaEnc.c230 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_52/usr/src/cmd/keyserv/
H A Dkeyserv.dfl28 # keyserv default settings processed via keyserv(1M).
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/
H A Dtelnetd.dfl28 # telnetd default settings processed via telnetd(1M).
/titanic_52/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c2467 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_52/usr/src/uts/common/sys/
H A Discsi_authclient.h210 unsigned int processed:1; member
/titanic_52/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.h209 unsigned int processed:1; member
/titanic_52/usr/src/cmd/netfiles/
H A Dnsswitch.ad37 # If the AD backend is processed (based on the configuration) it will
/titanic_52/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c77 * When the event has been processed (which may be delayed if the instance
500 * and processed there. It waits for an acknowledgement to be written back down
506 * To impose the limit of only one event being in the pipe and processed
513 boolean_t processed; in restarter_event_proxy() local
523 * Wait for an acknowledgement that the event has been processed from in restarter_event_proxy()
527 * its caller, and the event that was being processed when the in restarter_event_proxy()
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()
555 * upon. The 'processed' argumen
559 ack_restarter_event(boolean_t processed) ack_restarter_event() argument
[all...]
/titanic_52/usr/src/lib/fm/libfmd_snmp/common/
H A Dresource.c691 if (request->processed != 0) in sunFmResourceTable_handler()
742 * actually processed; i.e. it's been delegated) in sunFmResourceCount_return()
782 if (requests->processed != 0) in sunFmResourceCount_handler()
H A Dproblem.c843 if (request->processed != 0) in sunFmProblemTable_handler()
1070 if (request->processed != 0) in sunFmFaultEventTable_handler()
/titanic_52/usr/src/test/libc-tests/cfg/symbols/
H A DREADME19 environments declared in ../compilation.cfg, and are processed by the
/titanic_52/usr/src/pkg/transforms/
H A Dglobal_zone_only_component53 # appear in the post-processed manifest.
/titanic_52/usr/src/tools/pmodes/
H A DREADME.pmodes68 -v Preceed the output caused by each processed file by a
/titanic_52/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s161 bpos,pt %xcc, .cmpbytes ! until all bytes processed

123