Lines Matching defs:void
198 static void cte_queue_create(ct_equeue_t *, ct_listnum_t, int, int);
199 static void cte_queue_destroy(ct_equeue_t *);
200 static void cte_queue_drain(ct_equeue_t *, int);
201 static void cte_trim(ct_equeue_t *, contract_t *);
202 static void cte_copy(ct_equeue_t *, ct_equeue_t *);
210 contract_compar(const void *x, const void *y)
228 void
229 contract_init(void)
259 static void
284 contract_ctor(contract_t *ct, ct_type_t *type, ct_template_t *tmpl, void *data,
338 (void) project_hold(ct->ct_proj);
386 void
442 void
476 void
607 (void) contract_type_pbundle(ct->ct_type, p);
782 void
813 void
865 void
909 void
913 void *cookie = NULL;
963 void
964 contract_status_common(contract_t *ct, zone_t *zone, void *status,
1161 contract_max(void)
1356 void
1431 ctparam_copyin(const void *uaddr, ct_kparam_t *kparam, int flag, int cmd)
1434 void *ubuf;
1469 ctparam_copyout(ct_kparam_t *kparam, void *uaddr, int flag)
1500 void
1648 static void
1670 void
1682 void
1704 void
1705 ctmpl_init(ct_template_t *new, ctmplops_t *ops, ct_type_t *type, void *data)
1723 void
1758 static void
1792 static void
1811 static void
1827 static void
1851 static void
2027 static void
2059 static void
2119 static void
2163 static void
2235 static void
2395 void
2417 void
2459 void
2475 (void) cte_qmove(q, l, list_head(&q->ctq_events));
2506 (void) cte_qmove(q, l, list_next(&q->ctq_events, old));
2523 cte_get_event(ct_listener_t *l, int nonblock, void *uaddr, const cred_t *cr,
2642 (void) cte_qmove(q, l, list_next(&q->ctq_events, temp));