Searched refs:attr (Results 126 - 150 of 832) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dsa_impl.h51 * | unused | len | bswap | attr num |
61 * | attr # |
63 * | attr # |
72 #define ATTR_ENCODE(x, attr, length, bswap) \
76 BF64_SET(x, 0, 16, attr); \
101 sa_attr_type_t *lot_attrs; /* array of attr #'s */
103 uint32_t lot_attr_count; /* total attr count */
144 sa_attr_table_t *sa_attr_table; /* private attr table */
149 sa_attr_type_t *sa_user_table; /* user name->attr mapping table */
245 #define SA_REGISTERED_LEN(sa, attr) s
[all...]
/freebsd-current/tests/sys/fs/fusefs/
H A Dcache.cc93 SET_OUT_HEADER_LEN(out, attr);
94 out.body.attr.attr_valid = attr_valid;
95 out.body.attr.attr.ino = ino;
96 out.body.attr.attr.mode = S_IFREG | 0644;
97 out.body.attr.attr.size = size;
107 out.body.entry.attr.mode = S_IFREG | 0644;
109 out.body.entry.attr
[all...]
H A Dnotify.cc73 out.body.entry.attr.mode = S_IFREG | 0644;
75 out.body.entry.attr.ino = ino;
76 out.body.entry.attr.nlink = 1;
77 out.body.entry.attr.size = size;
233 out.body.entry.attr.mode = S_IFDIR | 0755;
235 out.body.entry.attr.nlink = 2;
282 SET_OUT_HEADER_LEN(out, attr);
283 out.body.attr.attr.mode = S_IFDIR | 0755;
284 out.body.attr
[all...]
H A Dlookup.cc79 out.body.entry.attr.ino = ino; // Must match nodeid
80 out.body.entry.attr.mode = S_IFREG | 0644;
81 out.body.entry.attr.size = 1;
82 out.body.entry.attr.blocks = 2;
83 out.body.entry.attr.atime = 3;
84 out.body.entry.attr.mtime = 4;
85 out.body.entry.attr.ctime = 5;
86 out.body.entry.attr.atimensec = 6;
87 out.body.entry.attr.mtimensec = 7;
88 out.body.entry.attr
[all...]
H A Dnfs.cc85 out.body.entry.attr.mode = mode;
96 out.body.entry.attr.mode = mode;
122 out.body.entry.attr.mode = mode;
125 out.body.entry.attr.uid = uid;
133 out.body.entry.attr.mode = mode;
136 out.body.entry.attr.uid = uid;
160 out.body.entry.attr.mode = mode;
163 out.body.entry.attr.ino = ino;
186 out.body.entry.attr.mode = mode;
189 out.body.entry.attr
[all...]
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_kobject.c120 struct attribute **attr; local
123 for (attr = t->default_attrs; *attr != NULL; attr++) {
124 error = sysfs_create_file(kobj, *attr);
209 lkpi_kobj_attr_show(struct kobject *kobj, struct attribute *attr, char *buf) argument
212 container_of(attr, struct kobj_attribute, attr);
221 lkpi_kobj_attr_store(struct kobject *kobj, struct attribute *attr, argument
225 container_of(attr, struc
[all...]
/freebsd-current/sys/dev/vt/hw/efifb/
H A Defifb.c105 char attr[16]; local
115 if (TUNABLE_STR_FETCH("hw.efifb.cache_attr", attr, sizeof(attr))) {
120 if (strcasecmp(attr, "wc") != 0 &&
121 strcasecmp(attr, "uc") != 0) {
122 printf("efifb: unsupported cache attr specified: %s\n",
123 attr);
125 } else if (strcasecmp(attr, "uc") == 0) {
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_sake.c147 struct eap_sake_parse_attr attr; local
157 if (eap_sake_parse_attributes(payload, payload_len, &attr))
160 if (!attr.perm_id_req && !attr.any_id_req) {
190 struct eap_sake_parse_attr attr; local
206 if (eap_sake_parse_attributes(payload, payload_len, &attr))
209 if (!attr.rand_s) {
215 os_memcpy(data->rand_s, attr.rand_s, EAP_SAKE_RAND_LEN);
229 if (attr.serverid) {
231 attr
293 struct eap_sake_parse_attr attr; local
[all...]
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dsmpdump.c82 void drsmp_get_init(void *umad, DRPath * path, int attr, int mod) argument
93 smp->attr_id = (uint16_t) htons((uint16_t) attr);
107 void smp_get_init(void *umad, int lid, int attr, int mod) argument
118 smp->attr_id = (uint16_t) htons((uint16_t) attr);
125 void drsmp_set_init(void *umad, DRPath * path, int attr, int mod, void *data) argument
132 smp->attr_id = (uint16_t) htons((uint16_t) attr);
226 int i, portid, mod = 0, attr; local
235 char usage_args[] = "<dlid|dr_path> <attr> [mod]";
264 attr = strtoul(argv[1], 0, 0);
283 drsmp_get_init(umad, &path, attr, mo
[all...]
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server_aka.c874 struct eap_sim_attrs *attr)
880 if (attr->mac || attr->iv || attr->encr_data) {
892 if (!attr->identity || attr->identity_len == 0) {
900 new_identity = os_malloc(attr->identity_len);
908 os_memcpy(sm->identity, attr->identity, attr->identity_len);
909 sm->identity_len = attr
871 eap_aka_process_identity(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
931 eap_aka_process_challenge(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1036 eap_aka_process_sync_failure(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1069 eap_aka_process_reauth(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1164 eap_aka_process_client_error(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1178 eap_aka_process_authentication_reject( struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1187 eap_aka_process_notification(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1207 struct eap_sim_attrs attr; local
[all...]
H A Deap_server_sim.c433 struct eap_sim_attrs *attr)
454 if (!attr->identity || attr->identity_len == 0) {
460 new_identity = os_malloc(attr->identity_len);
465 os_memcpy(sm->identity, attr->identity, attr->identity_len);
466 sm->identity_len = attr->identity_len;
525 if (attr->nonce_mt == NULL || attr->selected_version < 0) {
531 if (!eap_sim_supported_ver(data, attr
430 eap_sim_process_start(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
584 eap_sim_process_challenge(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
624 eap_sim_process_reauth(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
705 eap_sim_process_client_error(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
719 eap_sim_process_notification(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
739 struct eap_sim_attrs attr; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp110 dw_attr_t &attr, DWARFFormValue &form_value) {
111 attr = attr_spec.Attr;
146 dw_attr_t attr; local
147 ExtractAttrAndFormValue(attribute, attr, form_value);
150 switch (attr) {
311 dw_attr_t attr; local
312 ExtractAttrAndFormValue(attribute, attr, form_value);
317 switch (attr) {
328 attributes.Append(form_value, offset, attr);
333 ((attr
108 ExtractAttrAndFormValue( const llvm::DWARFAbbreviationDeclaration::AttributeSpec &attr_spec, dw_attr_t &attr, DWARFFormValue &form_value) argument
358 GetAttributeValue( const DWARFUnit *cu, const dw_attr_t attr, DWARFFormValue &form_value, dw_offset_t *end_attr_offset_ptr, bool check_specification_or_abstract_origin) const argument
415 GetAttributeValueAsString( const DWARFUnit *cu, const dw_attr_t attr, const char *fail_value, bool check_specification_or_abstract_origin) const argument
428 GetAttributeValueAsUnsigned( const DWARFUnit *cu, const dw_attr_t attr, uint64_t fail_value, bool check_specification_or_abstract_origin) const argument
439 GetAttributeValueAsOptionalUnsigned( const DWARFUnit *cu, const dw_attr_t attr, bool check_specification_or_abstract_origin) const argument
453 GetAttributeValueAsReference( const DWARFUnit *cu, const dw_attr_t attr, bool check_specification_or_abstract_origin) const argument
463 GetAttributeValueAsAddress( const DWARFUnit *cu, const dw_attr_t attr, uint64_t fail_value, bool check_specification_or_abstract_origin) const argument
[all...]
H A DDWARFDebugInfoEntry.h64 GetAttributeValue(const DWARFUnit *cu, const dw_attr_t attr,
70 const DWARFUnit *cu, const dw_attr_t attr, const char *fail_value,
74 const DWARFUnit *cu, const dw_attr_t attr, uint64_t fail_value,
78 const DWARFUnit *cu, const dw_attr_t attr,
82 const DWARFUnit *cu, const dw_attr_t attr,
86 const DWARFUnit *cu, const dw_attr_t attr, uint64_t fail_value,
/freebsd-current/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs_attr_003_pos.ksh109 typeset attr=$2
111 if [[ -z $attr ]]; then
112 attr="AHRSadimu"
114 attr="${attr}q"
118 $CHMOD S+c${attr} $object
131 typeset attr=$2
133 if [[ -z $attr ]]; then
135 attr="AHRSadimu"
137 attr
[all...]
H A Dcifs_attr_001_pos.ksh84 typeset attr=${2:-AHRS}
93 $RUNWATTR -u $user "$CHMOD S+c${attr} $object"
96 $CHMOD S+c${attr} $object
113 typeset attr=${2:-AHRS}
122 $RUNWATTR -u $user "$CHMOD S-c${attr} $object"
125 $CHMOD S-c${attr} $object
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_cq.c69 struct ib_cq_init_attr attr = {}; local
77 ret = uverbs_copy_from(&attr.comp_vector, attrs,
80 ret = uverbs_copy_from(&attr.cqe, attrs,
88 ret = uverbs_get_flags32(&attr.flags, attrs,
103 if (attr.comp_vector >= attrs->ufile->device->num_comp_vectors) {
124 ret = ib_dev->create_cq(cq, &attr, &attrs->driver_udata);
/freebsd-current/crypto/openssl/crypto/
H A Dthreads_pthread.c60 pthread_mutexattr_t attr;
71 pthread_mutexattr_init(&attr);
74 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_ERRORCHECK);
80 if (pthread_mutex_init(lock, &attr) != 0) {
81 pthread_mutexattr_destroy(&attr);
86 pthread_mutexattr_destroy(&attr);
/freebsd-current/contrib/ofed/libirdma/
H A Dirdma_umain.h149 struct ibv_device_attr_ex *attr, size_t attr_size);
151 struct ibv_port_attr *attr);
179 struct ibv_qp_init_attr *attr);
180 int irdma_uquery_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, int attr_mask,
182 int irdma_umodify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr,
189 struct ibv_ah *irdma_ucreate_ah(struct ibv_pd *ibpd, struct ibv_ah_attr *attr);
/freebsd-current/contrib/wpa/src/wps/
H A Dwps_dev_attr.c377 struct wps_parse_attr *attr)
379 if (wps_process_manufacturer(dev, attr->manufacturer,
380 attr->manufacturer_len) ||
381 wps_process_model_name(dev, attr->model_name,
382 attr->model_name_len) ||
383 wps_process_model_number(dev, attr->model_number,
384 attr->model_number_len) ||
385 wps_process_serial_number(dev, attr->serial_number,
386 attr->serial_number_len) ||
387 wps_process_primary_dev_type(dev, attr
376 wps_process_device_attrs(struct wps_device_data *dev, struct wps_parse_attr *attr) argument
[all...]
/freebsd-current/sys/dev/syscons/
H A Dscvtb.c167 sc_vtb_clear(sc_vtb_t *vtb, int c, int attr) argument
170 fillw_io(attr | c, sc_vtb_pointer(vtb, 0), vtb->vtb_size);
172 fillw(attr | c, (void *)sc_vtb_pointer(vtb, 0), vtb->vtb_size);
224 sc_vtb_erase(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
229 fillw_io(attr | c, sc_vtb_pointer(vtb, at), count);
231 fillw(attr | c, (void *)sc_vtb_pointer(vtb, at), count);
252 sc_vtb_delete(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
270 fillw_io(attr | c, sc_vtb_pointer(vtb, at + len),
273 fillw(attr | c, (void *)sc_vtb_pointer(vtb, at + len),
278 sc_vtb_ins(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
[all...]
/freebsd-current/sys/dev/fb/
H A Dsplash_txt.c68 u_char ch, attr; local
77 attr = *pdata++;
80 sc->scr_map[ch], (int)attr << 8);
/freebsd-current/contrib/xz/src/liblzma/api/
H A Dlzma.h248 # define lzma_attribute(attr) __attribute__(attr)
260 # define lzma_attribute(attr)
/freebsd-current/contrib/ofed/libibmad/
H A Dgs.c68 rpc.attr.id = id;
72 rpc.attr.mod = 0;
109 rpc.attr.id = id;
121 rpc.attr.mod = 0;
H A Dcc.c57 DEBUG("attr 0x%x mod 0x%x route %s", attrid, mod, portid2str(portid));
59 rpc.attr.id = attrid;
60 rpc.attr.mod = mod;
92 DEBUG("attr 0x%x mod 0x%x route %s", attrid, mod, portid2str(portid));
94 rpc.attr.id = attrid;
95 rpc.attr.mod = mod;
/freebsd-current/contrib/netbsd-tests/lib/libpthread/
H A Dt_condwait.c55 pthread_condattr_t attr; local
62 PTHREAD_REQUIRE(pthread_condattr_init(&attr));
63 PTHREAD_REQUIRE(pthread_condattr_setclock(&attr, clck));
64 pthread_cond_init(&cond, &attr);

Completed in 224 milliseconds

1234567891011>>