Searched refs:uctx (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_uds.c100 struct uds_ctx *uctx; local
103 uctx = malloc(sizeof(*uctx));
104 if (uctx == NULL)
108 error = uds_addr(addr, &uctx->uc_sun);
110 free(uctx);
114 uctx->uc_fd = socket(AF_UNIX, SOCK_STREAM, 0);
115 if (uctx->uc_fd == -1) {
117 free(uctx);
121 uctx
132 struct uds_ctx *uctx; local
159 struct uds_ctx *uctx = ctx; local
173 struct uds_ctx *uctx; local
202 struct uds_ctx *uctx = ctx; local
235 struct uds_ctx *uctx = ctx; local
247 struct uds_ctx *uctx = ctx; local
259 const struct uds_ctx *uctx = ctx; local
270 const struct uds_ctx *uctx = ctx; local
294 const struct uds_ctx *uctx = ctx; local
318 struct uds_ctx *uctx = ctx; local
[all...]
/freebsd-9.3-release/sbin/hastd/
H A Dproto_uds.c93 struct uds_ctx *uctx; local
96 uctx = malloc(sizeof(*uctx));
97 if (uctx == NULL)
101 if ((ret = uds_addr(addr, &uctx->uc_sun)) != 0) {
102 free(uctx);
106 uctx->uc_fd = socket(AF_UNIX, SOCK_STREAM, 0);
107 if (uctx->uc_fd == -1) {
109 free(uctx);
113 uctx
138 struct uds_ctx *uctx = ctx; local
157 struct uds_ctx *uctx = ctx; local
171 struct uds_ctx *uctx; local
200 struct uds_ctx *uctx = ctx; local
233 struct uds_ctx *uctx = ctx; local
245 struct uds_ctx *uctx = ctx; local
257 const struct uds_ctx *uctx = ctx; local
268 const struct uds_ctx *uctx = ctx; local
292 const struct uds_ctx *uctx = ctx; local
316 struct uds_ctx *uctx = ctx; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dclient.c245 static isc_result_t request_soa(updatectx_t *uctx);
247 static isc_result_t send_update(updatectx_t *uctx);
1857 update_sendevent(updatectx_t *uctx, isc_result_t result) { argument
1860 dns_message_destroy(&uctx->updatemsg);
1861 if (uctx->tsigkey != NULL)
1862 dns_tsigkey_detach(&uctx->tsigkey);
1863 if (uctx->sig0key != NULL)
1864 dst_key_free(&uctx->sig0key);
1866 if (uctx->canceled)
1867 uctx
1882 updatectx_t *uctx = event->ev_arg; local
1950 send_update(updatectx_t *uctx) argument
2006 updatectx_t *uctx; local
2117 process_soa(updatectx_t *uctx, dns_rdataset_t *soaset, dns_name_t *soaname) argument
2180 updatectx_t *uctx; local
2357 request_soa(updatectx_t *uctx) argument
2411 updatectx_t *uctx; local
2682 updatectx_t *uctx; local
2870 updatectx_t *uctx; local
2895 updatectx_t *uctx; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Ddarwin-fallback.c322 struct gcc_ucontext *uctx; local
336 uctx = (struct gcc_ucontext *) gprs[3];
337 is_vector = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE
338 || uctx->mcsize == UC_FLAVOR_VEC_SIZE);
339 is_64 = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE
340 || uctx->mcsize == UC_FLAVOR64_SIZE);
345 uctx = (struct gcc_ucontext *) gprs[4];
368 struct gcc_mcontext64 *m64 = (struct gcc_mcontext64 *)uctx->mcontext;
396 struct gcc_mcontext32 *m = uctx->mcontext;
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.h96 struct cxio_ucontext uctx; member in struct:cxio_rdev
142 void cxio_release_ucontext(struct cxio_rdev *rdev, struct cxio_ucontext *uctx);
143 void cxio_init_ucontext(struct cxio_rdev *rdev, struct cxio_ucontext *uctx);
145 struct cxio_ucontext *uctx);
147 struct cxio_ucontext *uctx);
H A Diw_cxgb_hal.c226 get_qpid(struct cxio_rdev *rdev_p, struct cxio_ucontext *uctx) argument
232 mtx_lock(&uctx->lock);
233 if (!TAILQ_EMPTY(&uctx->qpids)) {
235 entry = TAILQ_FIRST(&uctx->qpids);
236 TAILQ_REMOVE(&uctx->qpids, entry, entry);
248 TAILQ_INSERT_TAIL(&uctx->qpids, entry, entry);
252 mtx_unlock(&uctx->lock);
259 struct cxio_ucontext *uctx)
266 mtx_lock(&uctx->lock);
267 TAILQ_INSERT_TAIL(&uctx
258 put_qpid(struct cxio_rdev *rdev_p, u32 qpid, struct cxio_ucontext *uctx) argument
272 cxio_release_ucontext(struct cxio_rdev *rdev_p, struct cxio_ucontext *uctx) argument
287 cxio_init_ucontext(struct cxio_rdev *rdev_p, struct cxio_ucontext *uctx) argument
294 cxio_create_qp(struct cxio_rdev *rdev_p, u32 kernel_domain, struct t3_wq *wq, struct cxio_ucontext *uctx) argument
362 cxio_destroy_qp(struct cxio_rdev *rdev_p, struct t3_wq *wq, struct cxio_ucontext *uctx) argument
[all...]
H A Diw_cxgb_provider.c138 cxio_release_ucontext(&rhp->rdev, &ucontext->uctx);
153 cxio_init_ucontext(&rhp->rdev, &context->uctx);
751 ucontext ? &ucontext->uctx : &rhp->rdev.uctx);
814 ucontext ? &ucontext->uctx : &rhp->rdev.uctx)) {
851 ucontext ? &ucontext->uctx : &rhp->rdev.uctx);
H A Diw_cxgb_provider.h185 struct cxio_ucontext uctx; member in struct:iwch_ucontext

Completed in 132 milliseconds