Searched refs:lowercp (Results 1 – 1 of 1) sorted by relevance
145 struct g_consumer *uppercp, *lowercp; in g_union_ctl_create() local280 lowercp = g_new_consumer(gp); in g_union_ctl_create()281 lowercp->flags |= G_CF_DIRECT_SEND | G_CF_DIRECT_RECEIVE; in g_union_ctl_create()282 if ((error = g_attach(lowercp, lowerpp)) != 0) { in g_union_ctl_create()288 if ((error = g_access(lowercp, 1, 0, 1)) != 0) { in g_union_ctl_create()308 sc->sc_lowercp = lowercp; in g_union_ctl_create()355 g_access(lowercp, -1, 0, -1); in g_union_ctl_create()357 g_detach(lowercp); in g_union_ctl_create()359 g_destroy_consumer(lowercp); in g_union_ctl_create()607 struct g_consumer *lowercp; in g_union_ctl_commit() local[all …]