Searched refs:read_data (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_001_neg.ksh75 log_mustnot usr_exec $CHMOD ${A}owner@:read_data:allow $node
81 log_mustnot usr_exec $CHMOD A+$tp:read_data:deny $node
118 log_mustnot $CHMOD A+owner@:read_data:allow $node
120 $CHMOD A+owner@:read_data:allow $node
H A Dzfs_acl_chmod_aclmode_001_pos.ksh96 set -A ace_file_preset "read_data" \
100 "read_data/write_data" \
101 "read_data/write_data/append_data" \
103 "read_data/execute" \
105 "read_data/write_data/append_data/execute"
123 # $3 ACE access which is read_data, write_data or execute
169 if [[ $acl_access == *"read_data"* ]]; then
171 tmpstr=${tmpstr}/read_data
173 tmpstr=${tmpstr}/list_directory/read_data
H A Dzfs_acl_chmod_rwx_002_pos.ksh41 # chmod A{+|-|=} read_data|write_data|execute for owner@ group@ or everyone@
48 # 4. Separately chmod +|-|= read_data|write_data|execute
63 log_assert "chmod A{+|-|=} read_data|write_data|execute for owner@, group@ " \
69 set -A a_access read_data write_data execute
117 # $2 ACE access which is read_data, write_data or execute
260 log_pass "chmod A{+|-|=} read_data|write_data|execute for owner@, group@ " \
H A Dzfs_acl_chmod_rwacl_001_pos.ksh102 chgusr_exec $user $CHMOD A0+owner@:read_data:allow $node
/freebsd-12-stable/sys/dev/atkbdc/
H A Datkbdc.c82 #define read_data(k) (bus_space_read_1((k)->iot, (k)->ioh0, 0)) macro
464 addq(&kbdc->kbd, read_data(kbdc));
467 addq(&kbdc->aux, read_data(kbdc));
512 addq(&kbdc->aux, read_data(kbdc));
539 b = read_data(kbdc);
568 addq(&kbdc->kbd, read_data(kbdc));
595 b = read_data(kbdc);
770 return read_data(kbdcp(p));
795 return read_data(kbdcp(p));
821 addq(&kbdcp(p)->aux, read_data(kbdc
[all...]
/freebsd-12-stable/contrib/binutils/bfd/
H A Dlibieee.h76 bfd_boolean read_data; member in struct:ieee_data_struct
H A Dieee.c1663 if (ieee->read_data)
1665 ieee->read_data = TRUE;
1808 ieee->read_data = FALSE;
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_private.h205 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *); member in struct:archive_read::archive_format_descriptor
238 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *),
H A Darchive_read.c991 if (a->format->read_data == NULL) {
994 "No format->read_data function registered");
998 return (a->format->read_data)(a, buff, size, offset);
1200 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *),
1222 a->formats[i].read_data = read_data;
H A Darchive_read_support_format_mtree.c132 static int read_data(struct archive_read *a,
289 mtree_bid, archive_read_format_mtree_options, read_header, read_data, skip, NULL, cleanup, NULL, NULL);
1862 read_data(struct archive_read *a, const void **buff, size_t *size, function
/freebsd-12-stable/contrib/dialog/
H A Dguage.c89 read_data(char *buffer, FILE *fp) function
96 DLG_TRACE(("read_data:%s", buffer));
190 } else if ((status = read_data(buf, dialog_state.pipe_input)) > 0) {
198 if ((status = read_data(buf, dialog_state.pipe_input)) > 0) {
207 while ((status = read_data(buf, dialog_state.pipe_input)) > 0
/freebsd-12-stable/tests/sys/cddl/zfs/tests/acl/
H A Dacl_common.kshlib378 *:read_data:*|read_data)
394 *:read_data:*|read_data)
/freebsd-12-stable/contrib/pjdfstest/tests/granular/
H A D02.t36 expect EPERM -u 65534 -g 65534 prependacl ${n0} user:65534:read_data::allow
38 expect 0 -u 65534 -g 65534 prependacl ${n0} user:65534:read_data::allow
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dspillbuf.c352 read_data(struct memblock_t **mem, function
458 SVN_ERR(read_data(&mem, buf, scratch_pool));
501 /* If this call to read_data() will read from the spill file, and we
507 SVN_ERR(read_data(&mem, buf, iterpool));
/freebsd-12-stable/sys/dev/iicbus/
H A Dad7417.c81 struct read_data { struct
99 struct write_data out, struct read_data *in);
215 struct read_data *in)
495 struct read_data data;
H A Dds1631.c88 struct read_data { struct
/freebsd-12-stable/crypto/heimdal/kadmin/
H A Drpc.c199 read_data(krb5_storage *sp, krb5_storage *msg, size_t len) function
237 CHECK(read_data(sp, msg, len));
826 CHECK(read_data(sp, msg, len));
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c267 read_data(const ctf_header_t *hp, const ctf_data_t *cd) function
992 error |= read_data(hp, &cd);
/freebsd-12-stable/tools/tools/net80211/w00t/ap/
H A Dap.c548 void read_data(struct params *p, struct ieee80211_frame *wh, int len) function
696 read_data(p, wh, rc);
/freebsd-12-stable/sys/dev/sym/
H A Dsym_hipd.c9312 static void S24C16_read_byte(hcb_p np, u_char *read_data, u_char ack_data, argument
9318 *read_data = 0;
9321 *read_data |= ((read_bit & 0x01) << (7 - x));
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_type.h3224 __be32 read_data; member in struct:ixgbe_hic_internal_phy_resp
H A Dixgbe_x550.c1347 *data = IXGBE_BE32_TO_CPU(hic.rsp.read_data);

Completed in 186 milliseconds