Searched refs:attr (Results 276 - 300 of 549) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-ring.h174 vxge_hal_ring_attr_t *attr);
/freebsd-9.3-release/sys/geom/
H A Dgeom.h78 typedef void g_attrchanged_t (struct g_consumer *, const char *attr);
247 int g_attr_changed(struct g_provider *pp, const char *attr, int flag);
263 int g_getattr__(const char *attr, struct g_consumer *cp, void *var, int len);
310 int g_io_getattr(const char *attr, struct g_consumer *cp, int *len, void *ptr);
H A Dgeom_disk.h119 void disk_attr_changed(struct disk *dp, const char *attr, int flag);
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dio.h91 void *_ioremap_attr(vm_paddr_t phys_addr, unsigned long size, int attr);
H A Dlinux_compat.c112 struct attribute **attr; local
115 for (attr = t->default_attrs; *attr != NULL; attr++) {
116 error = sysfs_create_file(kobj, *attr);
617 _ioremap_attr(vm_paddr_t phys_addr, unsigned long size, int attr) argument
621 addr = pmap_mapdev_attr(phys_addr, size, attr);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dmad.c1709 struct ib_ah_attr attr; local
1723 if (ib_query_ah(wr->send_buf.ah, &attr))
1727 if (!!(attr.ah_flags & IB_AH_GRH) !=
1734 if (!(attr.ah_flags & IB_AH_GRH)) {
1737 return (!lmc || !((attr.src_path_bits ^
1742 attr.grh.sgid_index, &sgid))
1749 if (!(attr.ah_flags & IB_AH_GRH))
1750 return attr.dlid == rwc->wc->slid;
1752 return !memcmp(attr.grh.dgid.raw, rwc->recv_buf.grh->sgid.raw,
2217 struct ib_qp_attr *attr; local
2646 struct ib_qp_attr *attr; local
[all...]
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps_i.h216 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr);
245 int wps_process_cred(struct wps_parse_attr *attr,
247 int wps_process_ap_settings(struct wps_parse_attr *attr,
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_rwlock.c66 rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr __unused)
115 _pthread_rwlock_init (pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr) argument
118 return (rwlock_init(rwlock, attr));
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.h75 struct tpt_attributes attr; member in struct:iwch_mr
90 struct tpt_attributes attr; member in struct:iwch_mw
160 struct iwch_qp_attributes attr; member in struct:iwch_qp
H A Diw_cxgb_hal.c869 cxio_rdma_init(struct cxio_rdev *rdev_p, struct t3_rdma_init_attr *attr, argument
885 wqe->wrh.gen_tid_len = htobe32(V_FW_RIWR_TID(attr->tid) |
888 wqe->qpid = htobe32(attr->qpid);
889 wqe->pdid = htobe32(attr->pdid);
890 wqe->scqid = htobe32(attr->scqid);
891 wqe->rcqid = htobe32(attr->rcqid);
892 wqe->rq_addr = htobe32(attr->rq_addr - rdev_p->rnic_info.rqt_base);
893 wqe->rq_size = htobe32(attr->rq_size);
894 wqe->mpaattrs = attr->mpaattrs;
895 wqe->qpcaps = attr
[all...]
/freebsd-9.3-release/sys/fs/pseudofs/
H A Dpseudofs.h259 pfs_attr_t attr, pfs_vis_t vis,
262 pfs_fill_t fill, pfs_attr_t attr,
266 pfs_fill_t fill, pfs_attr_t attr,
/freebsd-9.3-release/sys/pc98/cbus/
H A Dscterm-sck.c81 int attr_mask; /* current logical attr mask */
89 int cur_attr; /* current hardware attr word */
937 int attr; local
946 attr = tcp->cur_attr;
960 p = sc_vtb_putchar(&scp->vtb, p, map[c], attr);
984 kanji_code | ((i == 0) ? 0x00 : 0x80), attr);
1002 sc_vtb_putchar(&scp->vtb, p, map[c], attr);
1023 attr);
1212 int attr, mask = tcp->attr_mask; local
1215 attr
[all...]
/freebsd-9.3-release/usr.sbin/bluetooth/sdpd/
H A Dsar.c46 * Prepare SDP attr/value pair. Check if profile implements the attribute
55 provider_p const provider, uint16_t attr,
58 profile_attr_create_p cf = profile_get_attr(provider->profile, attr);
68 SDP_PUT16(attr, buf);
79 * attr value - 3+ bytes
80 * [ attr value ]
222 * attr value - 3+ bytes AttributeList
223 * [ attr value ]
54 server_prepare_attr_value_pair( provider_p const provider, uint16_t attr, uint8_t *buf, uint8_t const * const eob) argument
/freebsd-9.3-release/crypto/openssl/crypto/pkcs12/
H A Dp12_crt.c73 X509_ATTRIBUTE *attr; local
77 attr = EVP_PKEY_get_attr(pkey, idx);
78 if (!X509at_add1_attr(&bag->attrib, attr))
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.c334 abbrev_attr *attr; local
336 for (attr = abbrev->first_attr; attr;)
338 abbrev_attr *next = attr->next;
340 free (attr);
341 attr = next;
380 abbrev_attr *attr; local
382 attr = malloc (sizeof (*attr));
384 if (attr
1695 abbrev_attr *attr; local
2269 abbrev_attr *attr; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pragma.c84 dtrace_attribute_t attr, *a; local
95 if (dtrace_str2attr(dnp->dn_string, &attr) == -1) {
127 *a = attr;
139 idp->di_attr = attr;
148 attr, 0, &dt_idops_thaw, (void *)prname, dtp->dt_gen);
H A Ddt_subr.c194 dtrace_attr2str(dtrace_attribute_t attr, char *buf, size_t len) argument
196 const char *name = dtrace_stability_name(attr.dtat_name);
197 const char *data = dtrace_stability_name(attr.dtat_data);
198 const char *class = dtrace_class_name(attr.dtat_class);
225 dtrace_str2attr(const char *str, dtrace_attribute_t *attr) argument
231 if (str == NULL || attr == NULL)
234 *attr = _dtrace_maxattr;
243 attr->dtat_name = s;
256 attr->dtat_data = s;
269 attr
[all...]
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dimgact_coff.c162 struct vattr attr; local
192 if ((error = VOP_GETATTR(vp, &attr, td->td_ucred)) != 0)
196 || ((attr.va_mode & 0111) == 0)
197 || (attr.va_type != VREG))
200 if (attr.va_size == 0) {
/freebsd-9.3-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c1149 X509_ATTRIBUTE *attr = NULL; local
1155 if (!(attr = X509_ATTRIBUTE_create(nid, atrtype, value)))
1157 if (!sk_X509_ATTRIBUTE_push(*sk, attr)) {
1158 X509_ATTRIBUTE_free(attr);
1165 attr = sk_X509_ATTRIBUTE_value(*sk, i);
1166 if (OBJ_obj2nid(attr->object) == nid) {
1167 X509_ATTRIBUTE_free(attr);
1168 attr = X509_ATTRIBUTE_create(nid, atrtype, value);
1169 if (attr == NULL)
1171 if (!sk_X509_ATTRIBUTE_set(*sk, i, attr)) {
[all...]
/freebsd-9.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-fifo.c155 __hal_fifo_open(xge_hal_channel_h channelh, xge_hal_channel_attr_t *attr) argument
166 queue = &fifo->config->queue[attr->post_qid];
198 (attr->post_qid * XGE_HAL_FIFO_HW_PAIR_OFFSET));
232 attr->per_dtr_space;
252 fifo->channel.dtr_init = attr->dtr_init;
253 fifo->channel.userdata = attr->userdata;
270 status = __hal_channel_initialize(channelh, attr,
/freebsd-9.3-release/lib/libradius/
H A Dradlib.c1213 struct vendor_attribute *attr; local
1215 attr = (struct vendor_attribute *)*data;
1216 *vendor = ntohl(attr->vendor_value);
1217 *data = attr->attrib_data;
1218 *len = attr->attrib_len - 2;
1220 return (attr->attrib_type);
1235 struct vendor_attribute *attr; local
1244 if ((attr = malloc(len + 6)) == NULL) {
1249 attr->vendor_value = htonl(vendor);
1250 attr
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c368 zap_attribute_t attr; local
376 zap_cursor_retrieve(&zc, &attr) == 0;
378 (void) printf("\t\t%s = ", attr.za_name);
379 if (attr.za_num_integers == 0) {
383 prop = umem_zalloc(attr.za_num_integers *
384 attr.za_integer_length, UMEM_NOFAIL);
385 (void) zap_lookup(os, object, attr.za_name,
386 attr.za_integer_length, attr.za_num_integers, prop);
387 if (attr
426 zap_attribute_t attr; local
453 zap_attribute_t attr; local
491 zap_attribute_t attr; local
[all...]
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dcompat-1_0.c198 struct ibv_qp * (*create_qp)(struct ibv_pd *pd, struct ibv_qp_init_attr *attr);
199 int (*query_qp)(struct ibv_qp *qp, struct ibv_qp_attr *attr,
202 int (*modify_qp)(struct ibv_qp *qp, struct ibv_qp_attr *attr,
211 struct ibv_ah * (*create_ah)(struct ibv_pd *pd, struct ibv_ah_attr *attr);
808 int __ibv_query_qp_1_0(struct ibv_qp_1_0 *qp, struct ibv_qp_attr *attr, argument
815 ret = ibv_query_qp(qp->real_qp, attr, attr_mask, &real_init_attr);
831 int __ibv_modify_qp_1_0(struct ibv_qp_1_0 *qp, struct ibv_qp_attr *attr, argument
834 return ibv_modify_qp(qp->real_qp, attr, attr_mask);
852 struct ibv_ah_attr *attr)
861 real_ah = ibv_create_ah(pd->real_pd, attr);
851 __ibv_create_ah_1_0(struct ibv_pd_1_0 *pd, struct ibv_ah_attr *attr) argument
[all...]
/freebsd-9.3-release/lib/libstand/
H A Ddosfs.c219 if ((!(de->attr & FA_DIR) && (!clus != !size)) ||
220 ((de->attr & FA_DIR) && size) ||
349 sb->st_mode = f->de.attr & FA_DIR ? S_IFDIR | 0555 : S_IFREG | 0444;
385 if (dd.de.attr & FA_LABEL)
388 if ((dd.de.attr & FA_MASK) == FA_XDE) {
419 d->d_type = (dd.de.attr & FA_DIR) ? DT_DIR : DT_REG;
497 if (!(de->attr & FA_DIR))
545 if ((dir[ent].de.attr & FA_MASK) == FA_XDE) {
559 } else if (!(dir[ent].de.attr & FA_LABEL)) {
656 if (!(size = cv4(de->size)) && de->attr
[all...]
/freebsd-9.3-release/sbin/ifconfig/
H A Dregdomain.c70 start_element(void *data, const char *name, const char **attr) argument
84 for (i = 0; attr[i] != NULL; i += 2) {
85 if (iseq(attr[i], "id")) {
86 id = attr[i+1];
87 } else if (iseq(attr[i], "ref")) {
88 ref = attr[i+1];
89 } else if (iseq(attr[i], "mode")) {
90 mode = attr[i+1];
93 mt->level + 1, "", attr[i], attr[
[all...]

Completed in 288 milliseconds

<<11121314151617181920>>