Searched defs:attr (Results 226 - 250 of 445) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-netfilter-linux.c136 struct nfattr *attr = NFM_NFA(nfg); local
/freebsd-10.3-release/contrib/less/
H A Dline.c21 static char *attr = NULL; /* Extension of linebuf to hold attributes */ variable
[all...]
/freebsd-10.3-release/sys/geom/
H A Dgeom_io.c281 g_io_getattr(const char *attr, struct g_consumer *cp, int *len, void *ptr) argument
/freebsd-10.3-release/sys/kern/
H A Dsubr_terminal.c200 terminal_set_winsize_blank(struct terminal *tm, const struct winsize *size, int blank, const term_attr_t *attr) argument
/freebsd-10.3-release/sys/dev/syscons/
H A Dscterm-teken.c196 unsigned int attr; local
366 unsigned int attr = 0; local
515 scteken_get_cp437(teken_char_t *c, int *attr) argument
554 int cursor, attr; local
591 int attr, row; local
[all...]
/freebsd-10.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-fifo.c285 __hal_fifo_create( vxge_hal_vpath_h vpath_handle, vxge_hal_fifo_attr_t *attr) argument
[all...]
H A Dvxgehal-ring.c522 __hal_ring_create( vxge_hal_vpath_h vpath_handle, vxge_hal_ring_attr_t *attr) argument
[all...]
/freebsd-10.3-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_user.c554 cc_attr_set(struct ccuser *user, struct ccconn *conn, uint32_t *attr, argument
305 cc_attr_query(struct ccuser *user, struct ccconn *conn, uint32_t *attr, u_int count) argument
[all...]
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_geom.c80 vdev_geom_attrchanged(struct g_consumer *cp, const char *attr) argument
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dsysfs.c46 show_admin_alias_guid(struct device *dev, struct device_attribute *attr, char *buf) argument
72 store_admin_alias_guid(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
131 show_port_gid(struct device *dev, struct device_attribute *attr, char *buf) argument
158 show_phys_port_pkey(struct device *dev, struct device_attribute *attr, char *buf) argument
182 create_sysfs_entry(void *_ctx, struct mlx4_ib_iov_sysfs_attr *_dentry, char *_name, struct kobject *_kobj, ssize_t (*show)(struct device *dev, struct device_attribute *attr, char *buf), ssize_t (*store)(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) ) argument
220 add_sysfs_port_mcg_attr(struct mlx4_ib_dev *device, int port_num, struct attribute *attr) argument
233 del_sysfs_port_mcg_attr(struct mlx4_ib_dev *device, int port_num, struct attribute *attr) argument
247 struct ib_port_attr attr; local
413 struct attribute attr; member in struct:port_attribute
419 port_attr_show(struct kobject *kobj, struct attribute *attr, char *buf) argument
431 port_attr_store(struct kobject *kobj, struct attribute *attr, const char *buf, size_t size) argument
455 struct port_attribute attr; member in struct:port_table_attribute
460 show_port_pkey(struct mlx4_port *p, struct port_attribute *attr, char *buf) argument
477 store_port_pkey(struct mlx4_port *p, struct port_attribute *attr, const char *buf, size_t count) argument
509 show_port_gid_idx(struct mlx4_port *p, struct port_attribute *attr, char *buf) argument
[all...]
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c376 int mthca_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr, argument
199 mthca_alloc_srq(struct mthca_dev *dev, struct mthca_pd *pd, struct ib_srq_attr *attr, struct mthca_srq *srq) argument
[all...]
/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c55 ipoib_create_ah(struct ipoib_dev_priv *priv, struct ib_pd *pd, struct ib_ah_attr *attr) argument
/freebsd-10.3-release/sys/ofed/include/linux/
H A Ddevice.h77 struct attribute attr; member in struct:class_attribute
88 struct attribute attr; member in struct:device_attribute
102 struct class_attribute attr; member in struct:class_attribute_string
171 class_show(struct kobject *kobj, struct attribute *attr, char *buf) argument
185 class_store(struct kobject *kobj, struct attribute *attr, cons argument
107 show_class_attr_string(struct class *class, struct class_attribute *attr, char *buf) argument
251 dev_show(struct kobject *kobj, struct attribute *attr, char *buf) argument
265 dev_store(struct kobject *kobj, struct attribute *attr, const char *buf, size_t count) argument
381 device_create_file(struct device *dev, const struct device_attribute *attr) argument
390 device_remove_file(struct device *dev, const struct device_attribute *attr) argument
398 class_create_file(struct class *class, const struct class_attribute *attr) argument
407 class_remove_file(struct class *class, const struct class_attribute *attr) argument
[all...]
/freebsd-10.3-release/contrib/ofed/libibverbs/src/
H A Dcmd.c452 ibv_cmd_create_srq(struct ibv_pd *pd, struct ibv_srq *srq, struct ibv_srq_init_attr *attr, struct ibv_create_srq *cmd, size_t cmd_size, struct ibv_create_srq_resp *resp, size_t resp_size) argument
487 ibv_cmd_create_xrc_srq(struct ibv_pd *pd, struct ibv_srq *srq, struct ibv_srq_init_attr *attr, uint32_t xrcd_handle, uint32_t xrc_cq, struct ibv_create_xrc_srq *cmd, size_t cmd_size, struct ibv_create_srq_resp *resp, size_t resp_size) argument
624 ibv_cmd_create_qp(struct ibv_pd *pd, struct ibv_qp *qp, struct ibv_qp_init_attr *attr, struct ibv_create_qp *cmd, size_t cmd_size, struct ibv_create_qp_resp *resp, size_t resp_size) argument
684 ibv_cmd_query_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, int attr_mask, struct ibv_qp_init_attr *init_attr, struct ibv_query_qp *cmd, size_t cmd_size) argument
768 ibv_cmd_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, int attr_mask, struct ibv_modify_qp *cmd, size_t cmd_size) argument
863 ibv_cmd_modify_xrc_rcv_qp(struct ibv_xrc_domain *d, uint32_t xrc_qp_num, struct ibv_qp_attr *attr, int attr_mask) argument
932 ibv_cmd_query_xrc_rcv_qp(struct ibv_xrc_domain *d, uint32_t xrc_qp_num, struct ibv_qp_attr *attr, int attr_mask, struct ibv_qp_init_attr *init_attr) argument
1239 ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah, struct ibv_ah_attr *attr) argument
[all...]
H A Dverbs.c97 char attr[41]; local
122 char attr[8]; local
452 int __ibv_query_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, argument
469 __ibv_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, int attr_mask) argument
491 __ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) argument
616 ibv_modify_xrc_rcv_qp(struct ibv_xrc_domain *d, uint32_t xrc_rcv_qpn, struct ibv_qp_attr *attr, int attr_mask) argument
631 ibv_query_xrc_rcv_qp(struct ibv_xrc_domain *d, uint32_t xrc_rcv_qpn, struct ibv_qp_attr *attr, int attr_mask, struct ibv_qp_init_attr *init_attr) argument
[all...]
/freebsd-10.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ibumad.c557 ib_port_attr_t *attr = p_attr_array; local
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/hx509/
H A Dcms.c747 find_attribute(const CMSAttributes *attr, const heim_oid *oid) argument
894 const Attribute *attr; local
1089 add_one_attribute(Attribute **attr, unsigned int *len, const heim_oid *oid, heim_octet_string *data) argument
[all...]
/freebsd-10.3-release/contrib/wpa/src/eap_common/
H A Deap_sim_common.c497 eap_sim_parse_attr(const u8 *start, const u8 *end, struct eap_sim_attrs *attr, int aka, int encr) argument
935 eap_sim_parse_encr(const u8 *k_encr, const u8 *encr_data, size_t encr_data_len, const u8 *iv, struct eap_sim_attrs *attr, int aka) argument
1051 eap_sim_msg_add_full(struct eap_sim_msg *msg, u8 attr, const u8 *data, size_t len) argument
1075 eap_sim_msg_add(struct eap_sim_msg *msg, u8 attr, u16 value, const u8 *data, size_t len) argument
1103 eap_sim_msg_add_mac(struct eap_sim_msg *msg, u8 attr) argument
[all...]
/freebsd-10.3-release/contrib/wpa/src/eap_peer/
H A Deap_sim.c295 eap_sim_learn_ids(struct eap_sm *sm, struct eap_sim_data *data, struct eap_sim_attrs *attr) argument
523 eap_sim_process_start(struct eap_sm *sm, struct eap_sim_data *data, u8 id, struct eap_sim_attrs *attr) argument
599 eap_sim_process_challenge(struct eap_sm *sm, struct eap_sim_data *data, u8 id, const struct wpabuf *reqData, struct eap_sim_attrs *attr) argument
718 eap_sim_process_notification_reauth(struct eap_sim_data *data, struct eap_sim_attrs *attr) argument
752 eap_sim_process_notification_auth(struct eap_sim_data *data, const struct wpabuf *reqData, struct eap_sim_attrs *attr) argument
780 eap_sim_process_notification( struct eap_sm *sm, struct eap_sim_data *data, u8 id, const struct wpabuf *reqData, struct eap_sim_attrs *attr) argument
815 eap_sim_process_reauthentication( struct eap_sm *sm, struct eap_sim_data *data, u8 id, const struct wpabuf *reqData, struct eap_sim_attrs *attr) argument
926 struct eap_sim_attrs attr; local
[all...]
/freebsd-10.3-release/contrib/wpa/src/eap_server/
H A Deap_server_aka.c850 eap_aka_process_identity(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
910 eap_aka_process_challenge(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1014 eap_aka_process_sync_failure(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1046 eap_aka_process_reauth(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1140 eap_aka_process_client_error(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1154 eap_aka_process_authentication_reject( struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1163 eap_aka_process_notification(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1183 struct eap_sim_attrs attr; local
[all...]
/freebsd-10.3-release/contrib/wpa/src/p2p/
H A Dp2p_group.c639 struct wps_parse_attr attr; local
/freebsd-10.3-release/contrib/wpa/src/wps/
H A Dwps_common.c378 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr) argument
/freebsd-10.3-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c1261 X509_ATTRIBUTE *attr = NULL; local
[all...]
/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-radius.c833 radius_attrs_print(register const u_char *attr, u_int length) argument
/freebsd-10.3-release/lib/libusb/
H A Dlibusb10.c101 pthread_condattr_t attr; local

Completed in 337 milliseconds

1234567891011>>