Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 25 of 228) sorted by relevance

12345678910

/freebsd-12.1/tests/sys/fifo/
H A Dfifo_io.c877 *readable = (fds[0].revents & POLLIN) ? 1 : 0; in poll_status()
902 *readable = FD_ISSET(fd, &readfds) ? 1 : 0; in select_status()
970 *readable = *writable = *exception = 0; in kqueue_status()
976 *readable = 1; in kqueue_status()
985 fionread_status(int fd, int *readable, const char *testname) in fionread_status() argument
995 *readable = 1; in fionread_status()
997 *readable = 0; in fionread_status()
1014 int readable, writable, exception; in assert_status() local
1047 if (fionread_status(fd, &readable, __func__) < 0) in assert_status()
1050 if (readable != assert_readable) { in assert_status()
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c229 svn_boolean_t readable; in svn_repos_history2() local
232 if (! readable) in svn_repos_history2()
266 svn_boolean_t readable; in svn_repos_history2() local
272 if (! readable) in svn_repos_history2()
501 svn_boolean_t readable; in check_readability() local
503 if (! readable) in check_readability()
739 svn_boolean_t readable; in svn_repos_trace_node_locations() local
743 if (!readable) in svn_repos_trace_node_locations()
944 if (! readable) in svn_repos_node_location_segments()
1178 if (! readable) in find_interesting_revisions()
[all …]
H A Dreplay.c202 svn_boolean_t readable = TRUE; in add_subdir() local
245 if (! readable) in add_subdir()
344 was_readable(svn_boolean_t *readable, in was_readable() argument
361 *readable = TRUE; in was_readable()
393 SVN_ERR(authz_read_func(readable, inquire_root, inquire_path, in was_readable()
521 svn_boolean_t readable; in path_driver_cb_func() local
528 if (readable) in path_driver_cb_func()
1099 svn_boolean_t readable = TRUE; in add_subdir_ev2() local
1143 if (! readable) in add_subdir_ev2()
1273 svn_boolean_t readable; in replay_node() local
[all …]
H A Dlog.c153 svn_boolean_t readable; in svn_repos_check_revision_access() local
159 if (! readable) in svn_repos_check_revision_access()
188 if (! readable) in svn_repos_check_revision_access()
284 svn_boolean_t readable; in detect_changed() local
288 if (! readable) in detect_changed()
368 if (! readable) in detect_changed()
372 if (readable) in detect_changed()
524 svn_boolean_t readable; in get_history() local
532 if (! readable) in get_history()
1437 if (! readable) in get_path_histories()
[all …]
H A Dfs-wrap.c881 svn_boolean_t readable = TRUE; in get_locks_callback() local
886 SVN_ERR(b->authz_read_func(&readable, b->head_root, lock->path, in get_locks_callback()
890 if (readable) in get_locks_callback()
964 svn_boolean_t readable; in svn_repos_fs_get_mergeinfo2() local
967 SVN_ERR(authz_read_func(&readable, root, path, authz_read_baton, in svn_repos_fs_get_mergeinfo2()
969 if (readable && readable_paths != paths) in svn_repos_fs_get_mergeinfo2()
971 else if (!readable && readable_paths == paths) in svn_repos_fs_get_mergeinfo2()
/freebsd-12.1/contrib/ntp/lib/isc/
H A Drwlock.c119 result = isc_condition_init(&rwl->readable); in isc_rwlock_init()
145 (void)isc_condition_destroy(&rwl->readable); in isc_rwlock_init()
168 (void)isc_condition_destroy(&rwl->readable); in isc_rwlock_destroy()
257 WAIT(&rwl->readable, &rwl->lock); in isc_rwlock_lock()
273 WAIT(&rwl->readable, &rwl->lock); in isc_rwlock_lock()
459 BROADCAST(&rwl->readable); in isc_rwlock_downgrade()
512 BROADCAST(&rwl->readable); in isc_rwlock_unlock()
571 WAIT(&rwl->readable, &rwl->lock); in doit()
655 BROADCAST(&rwl->readable); in isc_rwlock_downgrade()
688 BROADCAST(&rwl->readable); in isc_rwlock_unlock()
[all …]
/freebsd-12.1/sys/dev/virtio/
H A Dvirtqueue.c516 int readable, int writable) in virtqueue_enqueue() argument
522 needed = readable + writable; in virtqueue_enqueue()
538 vq_ring_enqueue_indirect(vq, cookie, sg, readable, writable); in virtqueue_enqueue()
553 sg, readable, writable); in virtqueue_enqueue()
692 uint16_t head_idx, struct sglist *sg, int readable, int writable) in vq_ring_enqueue_segments() argument
699 needed = readable + writable; in vq_ring_enqueue_segments()
714 if (i >= readable) in vq_ring_enqueue_segments()
739 struct sglist *sg, int readable, int writable) in vq_ring_enqueue_indirect() argument
746 needed = readable + writable; in vq_ring_enqueue_indirect()
765 sg, readable, writable); in vq_ring_enqueue_indirect()
H A Dvirtqueue.h101 struct sglist *sg, int readable, int writable);
/freebsd-12.1/crypto/openssl/doc/man3/
H A DSCT_print.pod6 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 DSSL_pending.pod5 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 DASN1_STRING_print_ex.pod31 ASN1_tag2str() returns a human-readable name of the specified ASN.1 B<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 B<tag>.
H A DERR_error_string.pod6 ERR_func_error_string, ERR_reason_error_string - obtain human-readable
22 ERR_error_string() generates a human-readable string representing the
H A DX509_NAME_print_ex.pod19 X509_NAME_print_ex() prints a human readable version of B<nm> to BIO B<out>. Each
61 uses comma and plus with spaces: this is more readable that plain comma and plus.
92 B<XN_FLAG_ONELINE> is a more readable one line format which is the same as:
H A DECPKParameters_print.pod21 a human-readable output of the public parameters of the EC_GROUP to B<bp>
/freebsd-12.1/contrib/ntp/lib/isc/include/isc/
H A Drwlock.h68 isc_condition_t readable; member
81 isc_condition_t readable; member
/freebsd-12.1/usr.sbin/bhyve/
H A Dpci_virtio_scsi.c597 int readable; in pci_vtscsi_requestq_notify() local
603 readable = 0; in pci_vtscsi_requestq_notify()
611 readable++; in pci_vtscsi_requestq_notify()
617 req->vsr_niov_in = readable; in pci_vtscsi_requestq_notify()
618 req->vsr_niov_out = n - readable; in pci_vtscsi_requestq_notify()
621 memcpy(req->vsr_iov_out, iov + readable, in pci_vtscsi_requestq_notify()
/freebsd-12.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c415 if (readable || writeable) { in print_msr_pm()
417 readable ? 'R' : '-', writeable ? 'W' : '-'); in print_msr_pm()
427 int byte, bit, readable, writeable; in dump_amd_msr_pm() local
435 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1; in dump_amd_msr_pm()
437 print_msr_pm(msr, vcpu, readable, writeable); in dump_amd_msr_pm()
441 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1; in dump_amd_msr_pm()
448 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1; in dump_amd_msr_pm()
461 int byte, bit, readable, writeable; in dump_intel_msr_pm() local
469 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1; in dump_intel_msr_pm()
471 print_msr_pm(msr, vcpu, readable, writeable); in dump_intel_msr_pm()
[all …]
/freebsd-12.1/tools/tools/kdrv/
H A DKernelDriver245 if {![file readable $dir$f]} {
250 if {![file readable $dir$f]} {
255 if {![file readable $dir$f]} {
497 if {![file readable $fname]} {
528 if {![file readable $fname]} {
1010 ![file readable $drv]} {
/freebsd-12.1/lib/libc/isc/
H A Dev_streams.c53 static void readable(evContext opaqueCtx, void *uap, int fd, int evmask);
114 if (evSelectFD(opaqueCtx, fd, EV_READ, readable, new, &new->file) < 0) in evRead()
294 readable(evContext opaqueCtx, void *uap, int fd, int evmask) { in readable() function
/freebsd-12.1/contrib/file/magic/
H A DLocalstuff7 # text if readable, executable if runnable binary, data if unreadable.
/freebsd-12.1/contrib/wpa/hostapd/logwatch/
H A DREADME2 readable summary. This directory has a configuration file and a log
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dmarc217 # of bibliographic and related information in machine-readable
H A Dsereal14 # we'll print out e.g. 0x30 instead of the more human-readable
/freebsd-12.1/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c1017 int *readable, int *writable) in vtscsi_fill_scsi_cmd_sglist() argument
1042 *readable = sg->sg_nseg; in vtscsi_fill_scsi_cmd_sglist()
1051 *writable = sg->sg_nseg - *readable; in vtscsi_fill_scsi_cmd_sglist()
1054 "writable=%d\n", req, ccbh, *readable, *writable); in vtscsi_fill_scsi_cmd_sglist()
1080 int readable, writable, error; in vtscsi_execute_scsi_cmd() local
1091 error = vtscsi_fill_scsi_cmd_sglist(sc, req, &readable, &writable); in vtscsi_execute_scsi_cmd()
1098 error = virtqueue_enqueue(vq, req, sg, readable, writable); in vtscsi_execute_scsi_cmd()
1403 struct sglist *sg, int readable, int writable, int flag) in vtscsi_execute_ctrl_req() argument
1412 error = virtqueue_enqueue(vq, req, sg, readable, writable); in vtscsi_execute_ctrl_req()
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dsess_id.pod24 master key) in human readable format. Since this is a diagnostic tool that
151 The cipher and start time should be printed out in human readable form.

12345678910