/freebsd/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() 579 if (rv == 0 && !TEST_str_eq(readable, "Bad time value")) { in test_x509_time_print_iso_8601() [all …]
|
/freebsd/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 …]
|
/freebsd/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/sys/dev/virtio/ |
H A D | virtqueue.c | 525 int readable, int writable) in virtqueue_enqueue() argument 531 needed = readable + writable; in virtqueue_enqueue() 547 vq_ring_enqueue_indirect(vq, cookie, sg, readable, writable); in virtqueue_enqueue() 562 sg, readable, writable); in virtqueue_enqueue() 702 uint16_t head_idx, struct sglist *sg, int readable, int writable) in vq_ring_enqueue_segments() argument 710 sg, readable, writable); in vq_ring_enqueue_segments() 712 needed = readable + writable; in vq_ring_enqueue_segments() 727 if (i >= readable) in vq_ring_enqueue_segments() 753 struct sglist *sg, int readable, int writable) in vq_ring_enqueue_indirect() argument 760 needed = readable in vq_ring_enqueue_indirect() [all...] |
H A D | virtqueue.h | 97 struct sglist *sg, int readable, int writable);
|
/freebsd/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 | 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 | 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 | 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/sys/dev/virtio/p9fs/ |
H A D | virtio_p9fs.c | 143 int readable, writable; in vt9p_request() local 164 readable = sg->sg_nseg; in vt9p_request() 172 writable = sg->sg_nseg - readable; in vt9p_request() 174 error = virtqueue_enqueue(vq, req, sg, readable, writable); in vt9p_request()
|
/freebsd/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/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
|
/freebsd/contrib/file/magic/ |
H A D | Localstuff | 7 # text if readable, executable if runnable binary, data if unreadable.
|
/freebsd/contrib/wpa/hostapd/logwatch/ |
H A D | README | 2 readable summary. This directory has a configuration file and a log
|
/freebsd/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/sys/contrib/device-tree/Bindings/security/tpm/ |
H A D | tpm-i2c.txt | 6 - label : human readable string describing the device, eg. "tpm"
|
/freebsd/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/sys/dev/virtio/scsi/ |
H A D | virtio_scsi.c | 1042 int *readable, int *writable) in vtscsi_fill_scsi_cmd_sglist() argument 1067 *readable = sg->sg_nseg; in vtscsi_fill_scsi_cmd_sglist() 1076 *writable = sg->sg_nseg - *readable; in vtscsi_fill_scsi_cmd_sglist() 1079 "writable=%d\n", req, ccbh, *readable, *writable); in vtscsi_fill_scsi_cmd_sglist() 1105 int readable, writable, error; in vtscsi_execute_scsi_cmd() local 1116 error = vtscsi_fill_scsi_cmd_sglist(sc, req, &readable, &writable); in vtscsi_execute_scsi_cmd() 1123 error = virtqueue_enqueue(vq, req, sg, readable, writable); in vtscsi_execute_scsi_cmd() 1430 struct sglist *sg, int readable, int writable, int flag) in vtscsi_execute_ctrl_req() argument 1439 error = virtqueue_enqueue(vq, req, sg, readable, writable); in vtscsi_execute_ctrl_req()
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | cn9130-cf-pro.dts | 255 * external phy is not readable. 300 * it is not readable.
|