Home
last modified time | relevance | path

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

12345

/minix3/external/bsd/bind/dist/lib/isc/
H A Drwlock.c228 result = isc_condition_init(&rwl->readable); in isc_rwlock_init()
254 (void)isc_condition_destroy(&rwl->readable); in isc_rwlock_init()
277 (void)isc_condition_destroy(&rwl->readable); in isc_rwlock_destroy()
366 WAIT(&rwl->readable, &rwl->lock); in isc_rwlock_lock()
382 WAIT(&rwl->readable, &rwl->lock); in isc_rwlock_lock()
568 BROADCAST(&rwl->readable); in isc_rwlock_downgrade()
621 BROADCAST(&rwl->readable); in isc_rwlock_unlock()
680 WAIT(&rwl->readable, &rwl->lock); in doit()
764 BROADCAST(&rwl->readable); in isc_rwlock_downgrade()
797 BROADCAST(&rwl->readable); in isc_rwlock_unlock()
[all …]
/minix3/external/bsd/bind/dist/lib/isc/include/isc/
H A Drwlock.h71 isc_condition_t readable; member
84 isc_condition_t readable; member
/minix3/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_library_init.pod36 and provide readable error messages.
38 SSL_load_error_strings(); /* readable error messages */
H A DSSL_pending.pod5 SSL_pending - obtain number of readable bytes buffered in an SSL object
/minix3/external/bsd/file/dist/magic/
H A DLocalstuff7 # text if readable, executable if runnable binary, data if unreadable.
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli17 human-readable validation report. See [llvm::verifyModule]. *)
22 human-readable validation report. See [llvm::verifyFunction]. *)
/minix3/crypto/external/bsd/openssl/dist/doc/crypto/
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
58 uses comma and plus with spaces: this is more readable that plain comma and plus.
89 B<XN_FLAG_ONELINE> is a more readable one line format which is the same as:
H A DERR_put_error.pod27 error strings so that the application can a generate human-readable
H A DRSA_print.pod30 A human-readable hexadecimal output of the components of the RSA
H A DEVP_PKEY_print_private.pod22 of key B<pkey> respectively. The key is sent to BIO B<out> in human readable
/minix3/lib/libc/isc/
H A Dev_streams.c52 static void readable(evContext opaqueCtx, void *uap, int fd, int evmask);
113 if (evSelectFD(opaqueCtx, fd, EV_READ, readable, new, &new->file) < 0) in evRead()
293 readable(evContext opaqueCtx, void *uap, int fd, int evmask) { in readable() function
/minix3/lib/
H A Dbumpversion94 echo $0: $versf is not readable 1>&2
/minix3/external/bsd/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-dwarfdump.rst13 and prints their contents in human-readable form.
H A Dllvm-dis.rst17 bitcode file and converts it into human-readable LLVM assembly language.
H A Dllvm-link.rst37 If specified, :program:`llvm-link` prints a human-readable version of the
/minix3/minix/include/minix/
H A Daudio_fw.h28 int readable; member
/minix3/external/bsd/file/dist/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
H A Dunknown34 0 long 0x10e unknown readable demand paged pure executable
/minix3/minix/drivers/audio/es1370/
H A Des1370.c61 sub_dev[DAC1_CHAN].readable = 0; in drv_init()
68 sub_dev[ADC1_CHAN].readable = 1; in drv_init()
76 sub_dev[MIXER].readable = 0; in drv_init()
78 sub_dev[DAC2_CHAN].readable = 0; in drv_init()
/minix3/minix/drivers/audio/es1371/
H A Des1371.c67 sub_dev[DAC1_CHAN].readable = 0; in drv_init()
74 sub_dev[ADC1_CHAN].readable = 1; in drv_init()
82 sub_dev[MIXER].readable = 0; in drv_init()
84 sub_dev[DAC2_CHAN].readable = 0; in drv_init()
/minix3/external/bsd/llvm/dist/llvm/test/Other/
H A Dcan-execute.txt9 TestProg, then a file with executable bit but not readable and finally a
/minix3/minix/drivers/audio/sb16/
H A Dsb16.c46 sub_dev[AUDIO].readable = 1; in drv_init()
54 sub_dev[MIXER].readable = 0; in drv_init()
/minix3/crypto/external/bsd/openssl/dist/doc/apps/
H A Dsess_id.pod23 master key) in human readable format. Since this is a diagnostic tool that
145 The cipher and start time should be printed out in human readable form.

12345