Searched refs:gc (Results 1 - 25 of 109) sorted by relevance

12345

/freebsd-12-stable/usr.sbin/bhyve/
H A Dbhyvegc.c48 struct bhyvegc *gc; local
51 gc = calloc(1, sizeof (struct bhyvegc));
58 gc->raw = 1;
61 gc->raw = 0;
64 gc->gc_image = gc_image;
66 return (gc);
70 bhyvegc_set_fbaddr(struct bhyvegc *gc, void *fbaddr) argument
72 gc->raw = 1;
73 if (gc->gc_image->data && gc
79 bhyvegc_resize(struct bhyvegc *gc, int width, int height) argument
97 bhyvegc_get_image(struct bhyvegc *gc) argument
[all...]
H A Dbhyvegc.h44 void bhyvegc_set_fbaddr(struct bhyvegc *gc, void *fbaddr);
45 void bhyvegc_resize(struct bhyvegc *gc, int width, int height);
46 struct bhyvegc_image *bhyvegc_get_image(struct bhyvegc *gc);
H A Dconsole.c38 struct bhyvegc *gc; member in struct:__anon17363
55 console.gc = bhyvegc_init(w, h, fbaddr);
61 bhyvegc_set_fbaddr(console.gc, fbaddr);
69 bhyvegc_image = bhyvegc_get_image(console.gc);
85 (*console.fb_render_cb)(console.gc, console.fb_arg);
H A Dconsole.h36 typedef void (*fb_render_func_t)(struct bhyvegc *gc, void *arg);
H A Drfb.c313 rfb_send_rect(struct rfb_softc *rc, int cfd, struct bhyvegc_image *gc, argument
350 for (p = &gc->data[y * gc->width + x]; y < h; y++) {
367 p += gc->width;
386 for (p = &gc->data[y * gc->width + x]; y < h; y++) {
390 p += gc->width;
405 rfb_send_all(struct rfb_softc *rc, int cfd, struct bhyvegc_image *gc) argument
429 srect_hdr.width = htons(gc->width);
430 srect_hdr.height = htons(gc
[all...]
/freebsd-12-stable/sys/gdb/
H A Dgdb_cons.c119 struct gdbcons *gc = arg; local
123 for (i = 0; i < gc->npending; i++)
124 gdb_tx_puthex(gc->buf[i]);
126 gc->npending = 0;
145 struct gdbcons *gc; local
148 gc = cp->cn_arg;
149 if (gc->npending != 0) {
155 callout_stop(&gc->flush);
156 if (gc->npending == sizeof(gc
[all...]
/freebsd-12-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c308 struct gconfig *gc; local
318 LIST_FOREACH(gc, &pp->lg_geom->lg_config, lg_config) {
319 if (strcmp(gc->lg_name, "scheme") == 0) {
320 scheme = gc->lg_val;
330 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
331 if (strcmp(gc->lg_name, "index") == 0) {
332 idx = atoi(gc->lg_val);
375 struct gconfig *gc; local
386 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
387 if (strcmp(gc
428 struct gconfig *gc; local
507 struct gconfig *gc; local
787 struct gconfig *gc; local
812 struct gconfig *gc; local
898 struct gconfig *gc; local
985 struct gconfig *gc; local
1269 struct gconfig *gc; local
1345 struct gconfig *gc; local
1389 struct gconfig *gc; local
[all...]
H A Dpart_wizard.c98 struct gconfig *gc; local
119 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
120 if (strcmp(gc->lg_name, "type") == 0)
121 type = gc->lg_val;
122 if (strcmp(gc->lg_name, "descr") == 0)
123 desc = gc->lg_val;
203 struct gconfig *gc; local
220 LIST_FOREACH(gc, &gpart->lg_config, lg_config) {
221 if (strcmp(gc->lg_name, "scheme") == 0) {
222 scheme = gc
[all...]
H A Dpartedit.c404 struct gconfig *gc; local
418 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
419 if (strcmp(gc->lg_name, "scheme") == 0) {
420 scheme = gc->lg_val;
421 } else if (strcmp(gc->lg_name, "modified") == 0) {
422 modified = gc->lg_val;
469 struct gconfig *gc; local
473 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
474 if (strcmp(gc->lg_name, "scheme") == 0)
475 (*items)[*nitems-1].type = gc
[all...]
/freebsd-12-stable/stand/usb/test/
H A DMakefile45 LDFLAGS+= -Wl,--gc-sections
/freebsd-12-stable/contrib/elftoolchain/libelf/
H A Dgelf_cap.c96 gelf_update_cap(Elf_Data *ed, int ndx, GElf_Cap *gc) argument
109 if (d == NULL || ndx < 0 || gc == NULL ||
140 LIBELF_COPY_U32(cap32, gc, c_tag);
141 LIBELF_COPY_U32(cap32, gc, c_un.c_val);
145 *cap64 = *gc;
/freebsd-12-stable/contrib/gcc/
H A Dtree-vn.c52 VEC (tree, gc) *vuses;
194 static VEC (tree, gc) *
199 VEC (tree, gc) *vuses = NULL;
205 VEC_safe_push (tree, gc, vuses, vuse);
211 static VEC (tree, gc) *shared_lookup_vuses;
217 static VEC (tree, gc) *
229 VEC_safe_push (tree, gc, shared_lookup_vuses, vuse);
252 vn_add_with_vuses (tree expr, tree val, VEC (tree, gc) *vuses)
291 vn_lookup_with_vuses (tree expr, VEC (tree, gc) *vuses)
330 print_creation_to_file (tree v, tree expr, VEC (tree, gc) *vuse
[all...]
H A Dtree-ssanames.c62 VEC(tree,gc) *ssa_names;
82 ssa_names = VEC_alloc (tree, gc, 50);
100 VEC_free (tree, gc, ssa_names);
149 VEC_safe_push (tree, gc, ssa_names, t);
H A Dtree-ssa-propagate.c145 static GTY(()) VEC(tree,gc) *interesting_ssa_edges;
161 static GTY(()) VEC(tree,gc) *varying_ssa_edges;
267 VEC_safe_push (tree, gc, varying_ssa_edges, use_stmt);
269 VEC_safe_push (tree, gc, interesting_ssa_edges, use_stmt);
365 process_ssa_edge_worklist (VEC(tree,gc) **worklist)
485 interesting_ssa_edges = VEC_alloc (tree, gc, 20);
486 varying_ssa_edges = VEC_alloc (tree, gc, 20);
530 VEC_free (tree, gc, interesting_ssa_edges);
531 VEC_free (tree, gc, varying_ssa_edges);
/freebsd-12-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c121 time_t cl_expiration; /* when to gc */
596 struct rpc_gss_cred *gc)
682 client->cl_seq = gc->gc_seq;
720 client->cl_rawcred.service = gc->gc_svc;
964 struct rpc_gss_cred gc; local
982 memset(&gc, 0, sizeof(gc));
987 if (!xdr_rpc_gss_cred(&xdrs, &gc)) {
994 if (gc.gc_version != RPCSEC_GSS_VERSION) {
1000 if (gc
593 svc_rpc_gss_accept_sec_context(struct svc_rpc_gss_client *client, struct svc_req *rqst, struct rpc_gss_init_res *gr, struct rpc_gss_cred *gc) argument
[all...]
/freebsd-12-stable/contrib/lua/src/
H A Dlobject.h101 GCObject *gc; /* collectable objects */ member in union:Value
167 #define gcvalue(o) check_exp(iscollectable(o), val_(o).gc)
169 #define tsvalue(o) check_exp(ttisstring(o), gco2ts(val_(o).gc))
170 #define uvalue(o) check_exp(ttisfulluserdata(o), gco2u(val_(o).gc))
171 #define clvalue(o) check_exp(ttisclosure(o), gco2cl(val_(o).gc))
172 #define clLvalue(o) check_exp(ttisLclosure(o), gco2lcl(val_(o).gc))
173 #define clCvalue(o) check_exp(ttisCclosure(o), gco2ccl(val_(o).gc))
175 #define hvalue(o) check_exp(ttistable(o), gco2t(val_(o).gc))
177 #define thvalue(o) check_exp(ttisthread(o), gco2th(val_(o).gc))
178 /* a dead value may get the 'gc' fiel
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlobject.h153 #define gcvalue(o) check_exp(iscollectable(o), val_(o).gc)
155 #define rawtsvalue(o) check_exp(ttisstring(o), &val_(o).gc->ts)
157 #define rawuvalue(o) check_exp(ttisuserdata(o), &val_(o).gc->u)
159 #define clvalue(o) check_exp(ttisclosure(o), &val_(o).gc->cl)
160 #define clLvalue(o) check_exp(ttisLclosure(o), &val_(o).gc->cl.l)
161 #define clCvalue(o) check_exp(ttisCclosure(o), &val_(o).gc->cl.c)
163 #define hvalue(o) check_exp(ttistable(o), &val_(o).gc->h)
165 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th)
166 /* a dead value may get the 'gc' field, but cannot access its contents */
167 #define deadvalue(o) check_exp(ttisdeadkey(o), cast(void *, val_(o).gc))
388 GCObject *gc; /* collectable objects */ member in union:Value
[all...]
/freebsd-12-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c140 time_t cl_expiration; /* when to gc */
847 struct rpc_gss_cred *gc)
990 client->cl_rawcred.service = gc->gc_svc;
1257 struct rpc_gss_cred gc; local
1275 memset(&gc, 0, sizeof(gc));
1280 if (!xdr_rpc_gss_cred(&xdrs, &gc)) {
1289 if (gc.gc_version != RPCSEC_GSS_VERSION) {
1295 if (gc.gc_proc == RPCSEC_GSS_INIT) {
1296 if (gc
844 svc_rpc_gss_accept_sec_context(struct svc_rpc_gss_client *client, struct svc_req *rqst, struct rpc_gss_init_res *gr, struct rpc_gss_cred *gc) argument
[all...]
/freebsd-12-stable/contrib/nvi/vi/
H A Dv_match.c42 int cnt, isempty, matchc, startc, (*gc)(SCR *, VCS *);
78 gc = cnt & 1 ? cs_prev : cs_next;
88 if (gc(sp, &cs))
/freebsd-12-stable/stand/i386/
H A DMakefile.inc30 LD_FLAGS_BIN= -static -N --gc-sections
/freebsd-12-stable/crypto/openssl/crypto/perlasm/
H A Darm-xlate.pl112 if ($line =~ m/\G(@|\/\/|$)/gc) {
115 elsif ($line =~ m/\G\{/gc) {
121 elsif ($line =~ m/\G\"/gc) {
/freebsd-12-stable/contrib/gcc/cp/
H A Dname-lookup.h96 DEF_VEC_ALLOC_O(cxx_saved_binding,gc);
155 DEF_VEC_ALLOC_O(cp_class_binding,gc);
196 VEC(tree,gc) *static_decls;
210 VEC(cp_class_binding,gc) *class_shadowed;
/freebsd-12-stable/stand/mips/beri/loader/
H A DMakefile95 CFLAGS+= -Wl,--gc-sections
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_iter.c40 zcp_list_func_t *gc; member in struct:zcp_list_info
110 .gc = NULL,
199 .gc = NULL,
300 .gc = NULL,
380 .gc = zcp_props_list_gc,
511 if (info->gc != NULL) {
519 lua_pushcfunction(state, info->gc);
/freebsd-12-stable/contrib/binutils/binutils/
H A Dresrc.c2442 const rc_group_cursor *gc;
2445 for (c = 0, gc = group_cursor; gc != NULL; gc = gc->next, c++)
2454 for (c = 1, gc = group_cursor; gc != NULL; gc = gc->next, c++)
2458 (int) gc
2439 const rc_group_cursor *gc; local
[all...]

Completed in 166 milliseconds

12345