| /src/crypto/openssl/test/ |
| H A D | x509_time_test.c | 635 const char *readable; member 662 const char *readable; member 692 const char *readable; in test_x509_time_print_rfc_822() local 698 readable = x509_print_tests_rfc_822[idx].readable; in test_x509_time_print_rfc_822() 700 if (rv == 0 && !TEST_str_eq(readable, "Bad time value")) { in test_x509_time_print_rfc_822() 705 || !TEST_int_eq(rv, (int)strlen(readable)) in test_x509_time_print_rfc_822() 706 || !TEST_strn_eq(pp, readable, rv)) in test_x509_time_print_rfc_822() 720 const char *readable; in test_x509_time_print_iso_8601() local 726 readable = x509_print_tests_iso_8601[idx].readable; in test_x509_time_print_iso_8601() 728 if (rv == 0 && !TEST_str_eq(readable, "Bad time value")) { in test_x509_time_print_iso_8601() [all …]
|
| /src/tests/sys/fifo/ |
| H A D | fifo_io.c | 862 poll_status(int fd, int *readable, int *writable, int *exception, in poll_status() argument 875 *readable = (fds[0].revents & POLLIN) ? 1 : 0; in poll_status() 882 select_status(int fd, int *readable, int *writable, int *exception, in select_status() argument 900 *readable = FD_ISSET(fd, &readfds) ? 1 : 0; in select_status() 951 kqueue_status(int kqueue_fd, int fd, int *readable, int *writable, in kqueue_status() argument 968 *readable = *writable = *exception = 0; in kqueue_status() 974 *readable = 1; in kqueue_status() 983 fionread_status(int fd, int *readable, const char *testname) in fionread_status() argument 993 *readable = 1; in fionread_status() 995 *readable = 0; in fionread_status() [all …]
|
| /src/tests/sys/common/ |
| H A D | net_receiver.py | 69 readable, writable, exceptional = select.select(inputs, [], inputs) 70 for s in readable: 98 readable, writable, exceptional = select.select(inputs, [], inputs) 99 for s in readable:
|
| /src/sys/dev/virtio/ |
| H A D | virtqueue.c | 667 int readable, int writable) in virtqueue_enqueue() argument 673 needed = readable + writable; in virtqueue_enqueue() 689 vq_ring_enqueue_indirect(vq, cookie, sg, readable, writable); in virtqueue_enqueue() 704 sg, readable, writable); in virtqueue_enqueue() 855 uint16_t head_idx, struct sglist *sg, int readable, int writable) in vq_ring_enqueue_segments() argument 863 sg, readable, writable); in vq_ring_enqueue_segments() 865 needed = readable + writable; in vq_ring_enqueue_segments() 880 if (i >= readable) in vq_ring_enqueue_segments() 906 struct sglist *sg, int readable, int writable) in vq_ring_enqueue_indirect() argument 913 needed = readable + writable; in vq_ring_enqueue_indirect() [all …]
|
| H A D | virtqueue.h | 97 struct sglist *sg, int readable, int writable);
|
| /src/crypto/openssl/doc/man3/ |
| H A D | SCT_print.pod | 6 Prints Signed Certificate Timestamps in a human-readable way 20 a human-readable format. SCT_LIST_print() prints an entire list of SCTs in a 29 a human-readable string. Call SCT_validate() or SCT_LIST_validate()
|
| H A D | SSL_pending.pod | 5 SSL_pending, SSL_has_pending - check for readable bytes buffered in an 30 will ignore them. Therefore, it is possible for no more bytes to be readable from 32 to return 0, even though readable application data bytes are available (because
|
| H A D | OSSL_CMP_STATUSINFO_new.pod | 32 OSSL_CMP_snprint_PKIStatusInfo() places a human-readable string 36 OSSL_CMP_CTX_snprint_PKIStatus() places a human-readable string
|
| H A D | ERR_error_string.pod | 6 ERR_func_error_string, ERR_reason_error_string - obtain human-readable 25 ERR_error_string() generates a human-readable string representing the
|
| H A D | ASN1_STRING_print_ex.pod | 31 ASN1_tag2str() returns a human-readable name of the specified ASN.1 I<tag>. 58 double quote characters: this is arguably more readable than the backslash 99 ASN1_tag2str() returns a human-readable name of the specified ASN.1 I<tag>.
|
| H A D | X509_NAME_print_ex.pod | 21 X509_NAME_print_ex() prints a human readable version of I<nm> to BIO I<out>. 67 this is more readable that plain comma and plus. 98 B<XN_FLAG_ONELINE> is a more readable one line format which is the same as:
|
| H A D | OSSL_IETF_ATTR_SYNTAX_print.pod | 16 OSSL_IETF_ATTR_SYNTAX_print() prints a human readable version of I<a> to
|
| H A D | OSSL_GENERAL_NAMES_print.pod | 16 OSSL_GENERAL_NAMES_print() prints a human readable version of the GeneralNames
|
| /src/sys/dev/virtio/p9fs/ |
| H A D | virtio_p9fs.c | 145 int readable, writable; in vt9p_request() local 166 readable = sg->sg_nseg; in vt9p_request() 174 writable = sg->sg_nseg - readable; in vt9p_request() 176 error = virtqueue_enqueue(vq, req, sg, readable, writable); in vt9p_request()
|
| /src/usr.sbin/bhyvectl/amd64/ |
| H A D | bhyvectl_machdep.c | 327 print_msr_pm(uint64_t msr, int vcpu, int readable, int writeable) in print_msr_pm() argument 330 if (readable || writeable) { in print_msr_pm() 332 readable ? 'R' : '-', writeable ? 'W' : '-'); in print_msr_pm() 342 int byte, bit, readable, writeable; in dump_amd_msr_pm() local 350 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1; in dump_amd_msr_pm() 352 print_msr_pm(msr, vcpu, readable, writeable); in dump_amd_msr_pm() 356 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1; in dump_amd_msr_pm() 358 print_msr_pm(msr + MSR_AMD6TH_START, vcpu, readable, in dump_amd_msr_pm() 363 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1; in dump_amd_msr_pm() 365 print_msr_pm(msr + MSR_AMD7TH_START, vcpu, readable, in dump_amd_msr_pm() [all …]
|
| /src/tools/tools/kdrv/ |
| H A D | KernelDriver | 244 if {![file readable $dir$f]} { 249 if {![file readable $dir$f]} { 254 if {![file readable $dir$f]} { 496 if {![file readable $fname]} { 527 if {![file readable $fname]} { 1009 ![file readable $drv]} {
|
| /src/lib/libc/isc/ |
| H A D | ev_streams.c | 47 static void readable(evContext opaqueCtx, void *uap, int fd, int evmask); 108 if (evSelectFD(opaqueCtx, fd, EV_READ, readable, new, &new->file) < 0) in evRead() 288 readable(evContext opaqueCtx, void *uap, int fd, int evmask) { in readable() function
|
| /src/contrib/file/magic/ |
| H A D | Localstuff | 7 # text if readable, executable if runnable binary, data if unreadable.
|
| /src/contrib/wpa/hostapd/logwatch/ |
| H A D | README | 2 readable summary. This directory has a configuration file and a log
|
| /src/contrib/file/magic/Magdir/ |
| H A D | pci_ids | 8 # show hexadecimal PCI vendor identification in human readable text form 44 # show hexadecimal PCI class+sub+ProgIF identification in human readable text form
|
| H A D | marc21 | 7 # of bibliographic and related information in machine-readable
|
| /src/sys/contrib/device-tree/Bindings/security/tpm/ |
| H A D | tpm-i2c.txt | 6 - label : human readable string describing the device, eg. "tpm"
|
| /src/crypto/openssl/doc/man1/ |
| H A D | openssl-namedisplay-options.pod | 47 Display the name in one line, using a format that is more readable 139 … options ending in "space" additionally place a space after the separator to make it more readable. 162 Align field values for a more readable output. Only usable with
|
| /src/sys/dev/virtio/scsi/ |
| H A D | virtio_scsi.c | 1041 int *readable, int *writable) in vtscsi_fill_scsi_cmd_sglist() argument 1066 *readable = sg->sg_nseg; in vtscsi_fill_scsi_cmd_sglist() 1075 *writable = sg->sg_nseg - *readable; in vtscsi_fill_scsi_cmd_sglist() 1078 "writable=%d\n", req, ccbh, *readable, *writable); in vtscsi_fill_scsi_cmd_sglist() 1104 int readable, writable, error; in vtscsi_execute_scsi_cmd() local 1115 error = vtscsi_fill_scsi_cmd_sglist(sc, req, &readable, &writable); in vtscsi_execute_scsi_cmd() 1122 error = virtqueue_enqueue(vq, req, sg, readable, writable); in vtscsi_execute_scsi_cmd() 1429 struct sglist *sg, int readable, int writable, int flag) in vtscsi_execute_ctrl_req() argument 1438 error = virtqueue_enqueue(vq, req, sg, readable, writable); in vtscsi_execute_ctrl_req()
|
| /src/contrib/sqlite3/autosetup/teaish/ |
| H A D | core.tcl | 749 if {[file readable "${tclHome}/tclConfig.sh"]} { 753 if {[file readable "${tclHome}/$i/tclConfig.sh"]} { 769 if {[file readable "${libdir}/tclConfig.sh"]} { 773 if {[file readable "${libdir}/$i/tclConfig.sh"]} { 779 if {![file readable $cfg]} { 963 if {[file readable $f]} { 1034 if {![file readable $extT]} {
|