Searched refs:is_read (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/sys/nfs/
H A Dnfs_fha.h88 int (*is_read)(rpcproc_t procnum); member in struct:fha_callbacks
H A Dnfs_fha.c184 if (cb->is_read(procnum) || cb->is_write(procnum))
/freebsd-9.3-release/sbin/nvmecontrol/
H A Dnvmecontrol.c136 pt.is_read = 1;
155 pt.is_read = 1;
H A Dfirmware.c131 pt.is_read = 0;
152 pt.is_read = 0;
H A Dlogpage.c78 pt.is_read = 1;
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_dev.h81 uint8_t is_read; /* location has read access */ member in struct:usb_cdev_refdata
H A Dusb_dev.c263 crd->is_read = 1; /* ref */
280 if (crd->is_read) {
347 if (crd->is_read) {
351 crd->is_read = 0;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-data-ref.h83 bool is_read; member in struct:data_reference
123 #define DR_IS_READ(DR) (DR)->is_read
H A Dtree-data-ref.c1014 analyze_array (tree stmt, tree ref, bool is_read)
1036 DR_IS_READ (res) = is_read;
1058 analyze_indirect_ref (tree stmt, tree ref, bool is_read)
1115 return init_data_ref (stmt, ref, NULL_TREE, access_fn, is_read, base_address,
1128 bool is_read,
1157 DR_IS_READ (res) = is_read;
1439 address_analysis (tree expr, tree stmt, bool is_read, struct data_reference *dr,
1461 base_addr0 = address_analysis (oprnd0, stmt, is_read, dr, &address_offset,
1465 base_addr1 = address_analysis (oprnd1, stmt, is_read, dr, &address_offset,
1511 base_address = object_analysis (TREE_OPERAND (expr, 0), stmt, is_read,
1012 analyze_array(tree stmt, tree ref, bool is_read) argument
1056 analyze_indirect_ref(tree stmt, tree ref, bool is_read) argument
1122 init_data_ref(tree stmt, tree ref, tree base, tree access_fn, bool is_read, tree base_address, tree init_offset, tree step, tree misalign, tree memtag, struct ptr_info_def *ptr_info, enum data_ref_type type) argument
1436 address_analysis(tree expr, tree stmt, bool is_read, struct data_reference *dr, tree *offset, tree *misalign, tree *aligned_to, tree *step) argument
1595 object_analysis(tree memref, tree stmt, bool is_read, struct data_reference **dr, tree *offset, tree *misalign, tree *aligned_to, tree *step, tree *memtag, struct ptr_info_def **ptr_info, subvar_t *subvars) argument
1955 create_data_ref(tree memref, tree stmt, bool is_read) argument
[all...]
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_fha_new.c78 softc->callbacks.is_read = fhanew_is_read;
/freebsd-9.3-release/sys/nfsserver/
H A Dnfs_fha_old.c85 softc->callbacks.is_read = fhaold_is_read;
/freebsd-9.3-release/sys/dev/nvme/
H A Dnvme.h774 * is_read = 1 if the passthrough command will read data into the
777 * is_read = 0 if the passthrough command will write data from the
780 uint32_t is_read; member in struct:nvme_pt_command
H A Dnvme_ctrlr.c968 buf->b_iocmd = pt->is_read ? BIO_READ : BIO_WRITE;

Completed in 99 milliseconds