Searched defs:priv (Results 26 - 50 of 415) sorted by relevance

1234567891011>>

/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_md5.c24 static void eap_md5_deinit(struct eap_sm *sm, void *priv) argument
29 static struct wpabuf * eap_md5_process(struct eap_sm *sm, void *priv, argument
H A Deap_gtc.c37 static void eap_gtc_deinit(struct eap_sm *sm, void *priv) argument
44 static struct wpabuf * eap_gtc_process(struct eap_sm *sm, void *priv, argument
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_resources.c41 void mlx4_en_fill_qp_context(struct mlx4_en_priv *priv, int size, int stride, argument
H A Dmlx4_en_cq.c52 int mlx4_en_create_cq(struct mlx4_en_priv *priv, argument
113 int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq, argument
182 mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq) argument
201 mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) argument
214 mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) argument
220 mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) argument
[all...]
H A Dmlx4_en_main.c115 struct mlx4_en_priv *priv; local
/freebsd-current/sys/dev/netmap/
H A Dnetmap_legacy.c360 netmap_ioctl_legacy(struct netmap_priv_d *priv, u_long cmd, caddr_t data, argument
/freebsd-current/sys/netgraph/
H A Dng_split.c84 priv_p priv; local
103 priv_p priv = NG_NODE_PRIVATE(node); local
129 const priv_p priv local
151 const priv_p priv = NG_NODE_PRIVATE(node); local
[all...]
H A Dng_UI.c100 priv_p priv; local
114 const priv_p priv = NG_NODE_PRIVATE(node); local
136 const priv_p priv local
168 const priv_p priv = NG_NODE_PRIVATE(node); local
209 const priv_p priv = NG_NODE_PRIVATE(node); local
224 const priv_p priv = NG_NODE_PRIVATE(NG_HOOK_NODE(hook)); local
[all...]
/freebsd-current/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c39 int ipoib_mcast_attach(struct ipoib_dev_priv *priv, u16 mlid, union ib_gid *mgid, int set_qkey) argument
77 ipoib_init_qp(struct ipoib_dev_priv *priv) argument
131 ipoib_transport_dev_init(struct ipoib_dev_priv *priv, struct ib_device *ca) argument
246 ipoib_transport_dev_cleanup(struct ipoib_dev_priv *priv) argument
269 struct ipoib_dev_priv *priv = local
[all...]
/freebsd-current/sys/powerpc/mikrotik/
H A Drb_led.c139 rbled_toggle(void *priv, int onoff) argument
/freebsd-current/sys/kern/
H A Dkern_priv.c94 SDT_PROVIDER_DEFINE(priv); variable
99 priv_check_cred_pre(struct ucred *cred, int priv) argument
112 priv_check_cred_post(struct ucred *cred, int priv, int error, bool handled) argument
148 priv_check_cred(struct ucred *cred, int priv) argument
153 priv)); local
268 priv_check(struct thread *td, int priv) argument
[all...]
/freebsd-current/sys/dev/ftwd/
H A Dftwd.c47 ftwd_func(void *priv, u_int cmd, int *error) argument
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstrtab.c207 strtab_write(const strtab_t *sp, ssize_t (*func)(void *, size_t, void *), void *priv) argument
/freebsd-current/contrib/sendmail/libmilter/
H A Dexample.c49 struct mlfiPriv *priv = MLFIPRIV; local
98 struct mlfiPriv *priv; local
[all...]
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_intf.c50 static void mlx4_add_device(struct mlx4_interface *intf, struct mlx4_priv *priv) argument
74 static void mlx4_remove_device(struct mlx4_interface *intf, struct mlx4_priv *priv) argument
92 struct mlx4_priv *priv; local
117 struct mlx4_priv *priv; local
132 struct mlx4_priv *priv = mlx4_priv(dev); local
185 struct mlx4_priv *priv = mlx4_priv(dev); local
200 struct mlx4_priv *priv = mlx4_priv(dev); local
218 struct mlx4_priv *priv = mlx4_priv(dev); local
238 struct mlx4_priv *priv = mlx4_priv(dev); local
[all...]
H A Dmlx4_profile.c74 struct mlx4_priv *priv = mlx4_priv(dev); local
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_openbsd.c29 wpa_driver_openbsd_get_ssid(void *priv, u8 *ssid) argument
47 wpa_driver_openbsd_get_bssid(void *priv, u8 *bssid) argument
62 wpa_driver_openbsd_get_capa(void *priv, struct wpa_driver_capa *capa) argument
72 wpa_driver_openbsd_set_key(void *priv, struct wpa_driver_set_key_params *params) argument
121 wpa_driver_openbsd_deinit(void *priv) argument
[all...]
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server_gtc.c43 static void eap_gtc_reset(struct eap_sm *sm, void *priv) argument
50 static struct wpabuf * eap_gtc_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
77 static bool eap_gtc_check(struct eap_sm *sm, void *priv, argument
93 static void eap_gtc_process(struct eap_sm *sm, void *priv, argument
187 static bool eap_gtc_isDone(struct eap_sm *sm, void *priv) argument
194 static bool eap_gtc_isSuccess(struct eap_sm *sm, void *priv) argument
[all...]
H A Deap_server_identity.c45 static void eap_identity_reset(struct eap_sm *sm, void *priv) argument
52 static struct wpabuf * eap_identity_buildReq(struct eap_sm *sm, void *priv, argument
82 static bool eap_identity_check(struct eap_sm *sm, void *priv, argument
99 static void eap_identity_process(struct eap_sm *sm, void *priv, argument
143 static bool eap_identity_isDone(struct eap_sm *sm, void *priv) argument
150 static bool eap_identity_isSuccess(struct eap_sm *sm, void *priv) argument
[all...]
H A Deap_server_md5.c38 static void eap_md5_reset(struct eap_sm *sm, void *priv) argument
45 static struct wpabuf * eap_md5_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
76 static bool eap_md5_check(struct eap_sm *sm, void *priv, argument
98 static void eap_md5_process(struct eap_sm *sm, void *priv, argument
139 static bool eap_md5_isDone(struct eap_sm *sm, void *priv) argument
146 static bool eap_md5_isSuccess(struct eap_sm *sm, void *priv) argument
[all...]
/freebsd-current/sys/dev/gpio/
H A Dgpioled.c73 gpioled_control(void *priv, int onoff) argument
/freebsd-current/sys/dev/drm2/
H A Ddrm_lock.c299 static int drm_notifier(void *priv) argument
H A Ddrm_auth.c78 static int drm_add_magic(struct drm_master *master, struct drm_file *priv, argument
/freebsd-current/usr.sbin/bhyve/
H A Dpci_hda.h69 void *priv; member in struct:hda_codec_inst
/freebsd-current/usr.sbin/bluetooth/sdpd/
H A Dserver.h45 unsigned priv : 1; /* descriptor is privileged */ member in struct:fd_idx

Completed in 238 milliseconds

1234567891011>>