Home
last modified time | relevance | path

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

12345678910

/freebsd-11-stable/tests/sys/fifo/
HDfifo_io.c864 poll_status(int fd, int *readable, int *writable, int *exception, in poll_status() argument
877 *readable = (fds[0].revents & POLLIN) ? 1 : 0; in poll_status()
884 select_status(int fd, int *readable, int *writable, int *exception, in select_status() argument
902 *readable = FD_ISSET(fd, &readfds) ? 1 : 0; in select_status()
953 kqueue_status(int kqueue_fd, int fd, int *readable, int *writable, in kqueue_status() argument
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()
[all …]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
HDrev_hunt.c229 svn_boolean_t readable; in svn_repos_history2() local
230 SVN_ERR(authz_read_func(&readable, root, path, in svn_repos_history2()
232 if (! readable) in svn_repos_history2()
266 svn_boolean_t readable; in svn_repos_history2() local
270 SVN_ERR(authz_read_func(&readable, history_root, history_path, in svn_repos_history2()
272 if (! readable) in svn_repos_history2()
501 svn_boolean_t readable; in check_readability() local
502 SVN_ERR(authz_read_func(&readable, root, path, authz_read_baton, pool)); in check_readability()
503 if (! readable) in check_readability()
739 svn_boolean_t readable; in svn_repos_trace_node_locations() local
[all …]
HDreplay.c199 svn_boolean_t readable = TRUE; in add_subdir() local
239 SVN_ERR(authz_read_func(&readable, target_root, new_edit_path, in add_subdir()
242 if (! readable) in add_subdir()
341 was_readable(svn_boolean_t *readable, in was_readable() argument
358 *readable = TRUE; in was_readable()
390 SVN_ERR(authz_read_func(readable, inquire_root, inquire_path, in was_readable()
518 svn_boolean_t readable; in path_driver_cb_func() local
522 SVN_ERR(was_readable(&readable, root, edit_path, cb->copies, in path_driver_cb_func()
525 if (readable) in path_driver_cb_func()
1094 svn_boolean_t readable = TRUE; in add_subdir_ev2() local
[all …]
HDlog.c153 svn_boolean_t readable; in svn_repos_check_revision_access() local
157 SVN_ERR(authz_read_func(&readable, rev_root, change->path.data, in svn_repos_check_revision_access()
159 if (! readable) in svn_repos_check_revision_access()
185 SVN_ERR(authz_read_func(&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
285 SVN_ERR(callbacks->authz_read_func(&readable, root, path, in detect_changed()
288 if (! readable) in detect_changed()
355 svn_boolean_t readable = TRUE; in detect_changed() local
363 SVN_ERR(callbacks->authz_read_func(&readable, in detect_changed()
[all …]
HDfs-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-11-stable/contrib/ntp/lib/isc/
HDrwlock.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-11-stable/sys/dev/virtio/
HDvirtqueue.c514 int readable, int writable) in virtqueue_enqueue() argument
520 needed = readable + writable; in virtqueue_enqueue()
536 vq_ring_enqueue_indirect(vq, cookie, sg, readable, writable); in virtqueue_enqueue()
551 sg, readable, writable); in virtqueue_enqueue()
690 uint16_t head_idx, struct sglist *sg, int readable, int writable) in vq_ring_enqueue_segments() argument
697 needed = readable + writable; in vq_ring_enqueue_segments()
712 if (i >= readable) in vq_ring_enqueue_segments()
737 struct sglist *sg, int readable, int writable) in vq_ring_enqueue_indirect() argument
744 needed = readable + writable; in vq_ring_enqueue_indirect()
763 sg, readable, writable); in vq_ring_enqueue_indirect()
HDvirtqueue.h99 struct sglist *sg, int readable, int writable);
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
HDrwlock.h68 isc_condition_t readable; member
81 isc_condition_t readable; member
/freebsd-11-stable/crypto/openssl/doc/ssl/
HDSSL_library_init.pod36 and provide readable error messages.
38 SSL_load_error_strings(); /* readable error messages */
HDSSL_pending.pod5 SSL_pending - obtain number of readable bytes buffered in an SSL object
/freebsd-11-stable/usr.sbin/bhyvectl/
HDbhyvectl.c412 print_msr_pm(uint64_t msr, int vcpu, int readable, int writeable) in print_msr_pm() argument
415 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()
443 print_msr_pm(msr + MSR_AMD6TH_START, vcpu, readable, in dump_amd_msr_pm()
448 readable = (bitmap[byte] & (1 << bit)) ? 0 : 1; in dump_amd_msr_pm()
450 print_msr_pm(msr + MSR_AMD7TH_START, vcpu, readable, in dump_amd_msr_pm()
[all …]
/freebsd-11-stable/tools/tools/kdrv/
HDKernelDriver245 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-11-stable/lib/libc/isc/
HDev_streams.c51 static void readable(evContext opaqueCtx, void *uap, int fd, int evmask);
112 if (evSelectFD(opaqueCtx, fd, EV_READ, readable, new, &new->file) < 0) in evRead()
292 readable(evContext opaqueCtx, void *uap, int fd, int evmask) { in readable() function
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDERR_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
HDX509_NAME_print_ex.pod19 X509_NAME_print_ex() prints a human readable version of B<nm> to BIO B<out>. Each
60 uses comma and plus with spaces: this is more readable that plain comma and plus.
91 B<XN_FLAG_ONELINE> is a more readable one line format which is the same as:
HDERR_put_error.pod27 error strings so that the application can a generate human-readable
HDRSA_print.pod30 A human-readable hexadecimal output of the components of the RSA
/freebsd-11-stable/share/skel/
HDdot.rhosts7 # This file should NOT be group or other readable.
/freebsd-11-stable/contrib/file/magic/
HDLocalstuff7 # text if readable, executable if runnable binary, data if unreadable.
/freebsd-11-stable/contrib/wpa/hostapd/logwatch/
HDREADME2 readable summary. This directory has a configuration file and a log
/freebsd-11-stable/sys/dev/virtio/scsi/
HDvirtio_scsi.c1015 int *readable, int *writable) in vtscsi_fill_scsi_cmd_sglist() argument
1040 *readable = sg->sg_nseg; in vtscsi_fill_scsi_cmd_sglist()
1049 *writable = sg->sg_nseg - *readable; in vtscsi_fill_scsi_cmd_sglist()
1052 "writable=%d\n", req, ccbh, *readable, *writable); in vtscsi_fill_scsi_cmd_sglist()
1078 int readable, writable, error; in vtscsi_execute_scsi_cmd() local
1089 error = vtscsi_fill_scsi_cmd_sglist(sc, req, &readable, &writable); in vtscsi_execute_scsi_cmd()
1096 error = virtqueue_enqueue(vq, req, sg, readable, writable); in vtscsi_execute_scsi_cmd()
1401 struct sglist *sg, int readable, int writable, int flag) in vtscsi_execute_ctrl_req() argument
1410 error = virtqueue_enqueue(vq, req, sg, readable, writable); in vtscsi_execute_ctrl_req()
/freebsd-11-stable/contrib/file/magic/Magdir/
HDmarc217 # of bibliographic and related information in machine-readable
HDsereal14 # we'll print out e.g. 0x30 instead of the more human-readable
/freebsd-11-stable/crypto/openssl/doc/apps/
HDsess_id.pod24 master key) in human readable format. Since this is a diagnostic tool that
146 The cipher and start time should be printed out in human readable form.

12345678910