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

/freebsd-11-stable/sys/nfs/
H A Dnfs_fha.h94 int (*is_read)(rpcproc_t procnum); member in struct:fha_callbacks
H A Dnfs_fha.c163 i->read = cb->is_read(procnum);
/freebsd-11-stable/sys/x86/isa/
H A Datrtc.c283 atrtc_check_cmos_access(bool is_read, ACPI_PHYSICAL_ADDRESS addr, UINT32 len) argument
290 if (is_read) {
314 bool is_read = func == ACPI_READ; local
330 if (!atrtc_check_cmos_access(is_read, addr, bytewidth)) {
332 is_read ? "Read" : "Write", (uintmax_t)addr, bytewidth);
350 is_read ? "read" : "write", (unsigned)addr, bytewidth,
/freebsd-11-stable/sbin/nvmecontrol/
H A Dnvmecontrol.c153 pt.is_read = 1;
172 pt.is_read = 1;
H A Dfirmware.c133 pt.is_read = 0;
154 pt.is_read = 0;
H A Dwdc.c90 pt.is_read = 1;
H A Dlogpage.c118 pt.is_read = 1;
/freebsd-11-stable/sys/dev/ismt/
H A Dismt.c75 #define ISMT_DESC_ADDR_RW(addr, is_read) ((addr) | (is_read))
249 uint8_t is_read)
257 desc->tgtaddr_rw = ISMT_DESC_ADDR_RW(slave, is_read);
310 int is_read; local
320 is_read = (how == SMB_QREAD ? 1 : 0);
321 return (ismt_submit(sc, desc, slave, is_read));
248 ismt_submit(struct ismt_softc *sc, struct ismt_desc *desc, uint8_t slave, uint8_t is_read) argument
/freebsd-11-stable/sys/dev/usb/
H A Dusb_dev.h83 uint8_t is_read; /* location has read access */ member in struct:usb_cdev_refdata
H A Dusb_dev.c272 crd->is_read = 1; /* ref */
289 if (crd->is_read) {
360 if (crd->is_read) {
364 crd->is_read = 0;
/freebsd-11-stable/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-11-stable/sys/fs/nfsserver/
H A Dnfs_fha_new.c78 softc->callbacks.is_read = fhanew_is_read;
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme.h1036 * is_read = 1 if the passthrough command will read data into the
1039 * is_read = 0 if the passthrough command will write data from the
1042 uint32_t is_read; member in struct:nvme_pt_command
H A Dnvme_ctrlr.c991 buf->b_iocmd = pt->is_read ? BIO_READ : BIO_WRITE;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c820 int size, int is_read)
834 if (is_read) {
818 mlx4_ACCESS_MEM(struct mlx4_dev *dev, u64 master_addr, int slave, u64 slave_addr, int size, int is_read) argument

Completed in 240 milliseconds