| /freebsd-14.2/crypto/openssl/test/ |
| H A D | x509_time_test.c | 486 const char *readable; member 513 const char *readable; member 543 const char *readable; in test_x509_time_print_rfc_822() local 549 readable = x509_print_tests_rfc_822[idx].readable; in test_x509_time_print_rfc_822() 551 if (rv == 0 && !TEST_str_eq(readable, "Bad time value")) { in test_x509_time_print_rfc_822() 556 || !TEST_int_eq(rv, (int)strlen(readable)) in test_x509_time_print_rfc_822() 557 || !TEST_strn_eq(pp, readable, rv)) in test_x509_time_print_rfc_822() 571 const char *readable; in test_x509_time_print_iso_8601() local 577 readable = x509_print_tests_iso_8601[idx].readable; in test_x509_time_print_iso_8601() 584 || !TEST_int_eq(rv, (int)strlen(readable)) in test_x509_time_print_iso_8601() [all …]
|
| /freebsd-14.2/tests/sys/fifo/ |
| H A D | fifo_io.c | 875 *readable = (fds[0].revents & POLLIN) ? 1 : 0; in poll_status() 900 *readable = FD_ISSET(fd, &readfds) ? 1 : 0; in select_status() 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() 1012 int readable, writable, exception; in assert_status() local 1045 if (fionread_status(fd, &readable, __func__) < 0) in assert_status() 1048 if (readable != assert_readable) { in assert_status() [all …]
|
| /freebsd-14.2/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:
|
| /freebsd-14.2/sys/dev/virtio/ |
| H A D | virtqueue.c | 526 int readable, int writable) in virtqueue_enqueue() argument 532 needed = readable + writable; in virtqueue_enqueue() 548 vq_ring_enqueue_indirect(vq, cookie, sg, readable, writable); in virtqueue_enqueue() 563 sg, readable, writable); in virtqueue_enqueue() 703 uint16_t head_idx, struct sglist *sg, int readable, int writable) in vq_ring_enqueue_segments() argument 711 sg, readable, writable); in vq_ring_enqueue_segments() 713 needed = readable + writable; in vq_ring_enqueue_segments() 728 if (i >= readable) in vq_ring_enqueue_segments() 754 struct sglist *sg, int readable, int writable) in vq_ring_enqueue_indirect() argument 761 needed = readable + writable; in vq_ring_enqueue_indirect() [all …]
|
| H A D | virtqueue.h | 97 struct sglist *sg, int readable, int writable);
|
| /freebsd-14.2/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:
|
| /freebsd-14.2/usr.sbin/bhyvectl/ |
| H A D | bhyvectl.c | 246 if (readable || writeable) { in print_msr_pm() 248 readable ? 'R' : '-', writeable ? 'W' : '-'); in print_msr_pm() 258 int byte, bit, readable, writeable; in dump_amd_msr_pm() local 266 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1; in dump_amd_msr_pm() 268 print_msr_pm(msr, vcpu, readable, writeable); in dump_amd_msr_pm() 272 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1; in dump_amd_msr_pm() 279 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1; in dump_amd_msr_pm() 292 int byte, bit, readable, writeable; in dump_intel_msr_pm() local 300 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1; in dump_intel_msr_pm() 302 print_msr_pm(msr, vcpu, readable, writeable); in dump_intel_msr_pm() [all …]
|
| /freebsd-14.2/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]} {
|
| /freebsd-14.2/lib/libc/isc/ |
| H A D | ev_streams.c | 50 static void readable(evContext opaqueCtx, void *uap, int fd, int evmask); 111 if (evSelectFD(opaqueCtx, fd, EV_READ, readable, new, &new->file) < 0) in evRead() 291 readable(evContext opaqueCtx, void *uap, int fd, int evmask) { in readable() function
|
| /freebsd-14.2/contrib/file/magic/ |
| H A D | Localstuff | 7 # text if readable, executable if runnable binary, data if unreadable.
|
| /freebsd-14.2/contrib/wpa/hostapd/logwatch/ |
| H A D | README | 2 readable summary. This directory has a configuration file and a log
|
| /freebsd-14.2/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
|
| H A D | sereal | 14 # we'll print out e.g. 0x30 instead of the more human-readable
|
| H A D | unknown | 34 0 long 0x10e unknown readable demand paged pure executable
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/security/tpm/ |
| H A D | tpm-i2c.txt | 6 - label : human readable string describing the device, eg. "tpm"
|
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | openssl-namedisplay-options.pod | 45 Display the name in one line, using a format that is more readable 137 … options ending in "space" additionally place a space after the separator to make it more readable. 160 Align field values for a more readable output. Only usable with
|
| H A D | openssl-sess_id.pod.in | 25 the SSL session master key) in human readable format. Since this is a 145 The cipher and start time should be printed out in human readable form.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/power/ |
| H A D | pd-samsung.yaml | 38 Human readable string with domain name. Will be visible in userspace
|
| /freebsd-14.2/sys/dev/virtio/scsi/ |
| H A D | virtio_scsi.c | 1043 int *readable, int *writable) in vtscsi_fill_scsi_cmd_sglist() argument 1068 *readable = sg->sg_nseg; in vtscsi_fill_scsi_cmd_sglist() 1077 *writable = sg->sg_nseg - *readable; in vtscsi_fill_scsi_cmd_sglist() 1080 "writable=%d\n", req, ccbh, *readable, *writable); in vtscsi_fill_scsi_cmd_sglist() 1106 int readable, writable, error; in vtscsi_execute_scsi_cmd() local 1117 error = vtscsi_fill_scsi_cmd_sglist(sc, req, &readable, &writable); in vtscsi_execute_scsi_cmd() 1124 error = virtqueue_enqueue(vq, req, sg, readable, writable); in vtscsi_execute_scsi_cmd() 1431 struct sglist *sg, int readable, int writable, int flag) in vtscsi_execute_ctrl_req() argument 1440 error = virtqueue_enqueue(vq, req, sg, readable, writable); in vtscsi_execute_ctrl_req()
|