Searched refs:wce (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_dbg.c191 void cxio_dump_wce(struct t3_cqe *wce) argument
193 uint64_t *data = (uint64_t *)wce;
194 int size = sizeof(*wce);
H A Diw_cxgb_hal.h182 void cxio_dump_wce(struct t3_cqe *wce);
/freebsd-11-stable/contrib/gcc/
H A Dgimplify.c4133 tree wce = *wce_p;
4135 if (TREE_CODE (wce) == WITH_CLEANUP_EXPR)
4139 tsi_link_before (&iter, TREE_OPERAND (wce, 0), TSI_SAME_STMT);
4148 if (CLEANUP_EH_ONLY (wce))
4155 append_to_statement_list (TREE_OPERAND (wce, 0),
4184 tree wce;
4220 wce = build1 (WITH_CLEANUP_EXPR, void_type_node, cleanup);
4222 append_to_statement_list (wce, &gimplify_ctxp->conditional_cleanups);
4232 wce = build1 (WITH_CLEANUP_EXPR, void_type_node, cleanup);
4233 CLEANUP_EH_ONLY (wce)
4132 tree wce = *wce_p; local
4183 tree wce; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_disk.c531 int wce = 1; local
547 (void) ldi_ioctl(dvd->vd_lh, DKIOCSETWCE, (intptr_t)&wce,
H A Dzvol.c2210 int wce = (zv->zv_flags & ZVOL_WCE) ? 1 : 0; local
2211 if (ddi_copyout(&wce, (void *)arg, sizeof (int),
2218 int wce; local
2219 if (ddi_copyin((void *)arg, &wce, sizeof (int),
2224 if (wce) {

Completed in 105 milliseconds