Home
last modified time | relevance | path

Searched defs:gp (Results 1 – 25 of 153) sorted by relevance

1234567

/freebsd-src/sys/geom/mountver/
H A Dg_mountver.c99 struct g_geom *gp; in g_mountver_done() local
136 g_mountver_send(struct g_geom *gp, struct bio *bp) in g_mountver_send()
161 struct g_geom *gp; in g_mountver_queue() local
172 g_mountver_send_queued(struct g_geom *gp) in g_mountver_send_queued()
191 g_mountver_discard_queued(struct g_geom *gp) in g_mountver_discard_queued()
213 struct g_geom *gp; in g_mountver_start() local
247 struct g_geom *gp; in g_mountver_access() local
273 struct g_geom *gp; in g_mountver_create() local
360 g_mountver_destroy(struct g_geom *gp, boolean_t force) in g_mountver_destroy()
394 g_mountver_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp) in g_mountver_destroy_geom()
[all …]
/freebsd-src/contrib/nvi/vi/
H A Dvs_split.c44 GS *gp; in vs_split() local
206 GS *gp; in vs_vsplit() local
294 vs_insert(SCR *sp, GS *gp) in vs_insert()
335 GS *gp; in vs_discard() local
452 GS *gp; in vs_join() local
612 GS *gp; in vs_fg() local
665 GS *gp; in vs_bg() local
703 GS *gp; in vs_swap() local
798 GS *gp; in vs_resize() local
915 GS *gp; in vs_getbg() local
H A Dvs_msg.c57 GS *gp; in vs_busy() local
159 GS *gp; in vs_update() local
229 GS *gp; in vs_msg() local
394 GS *gp; in vs_output() local
514 GS *gp; in vs_ex_resolve() local
638 GS *gp; in vs_resolve() local
744 GS *gp; in vs_scroll() local
780 GS *gp; in vs_wait() local
848 GS *gp; in vs_divider() local
867 GS *gp; in vs_msgsave() local
/freebsd-src/sys/geom/multipath/
H A Dg_multipath.c125 g_multipath_good(struct g_geom *gp) in g_multipath_good()
142 struct g_geom *gp; in g_multipath_fault() local
181 g_multipath_choose(struct g_geom *gp, struct bio *bp) in g_multipath_choose()
207 struct g_geom *gp; in g_mpd() local
268 struct g_geom *gp; in g_multipath_resize() local
341 struct g_geom *gp; in g_multipath_start() local
409 struct g_geom *gp; in g_multipath_done_error() local
489 struct g_geom *gp; in g_multipath_access() local
536 struct g_geom *gp; in g_multipath_create() local
580 g_multipath_add_disk(struct g_geom *gp, struct g_provider *pp) in g_multipath_add_disk()
[all …]
/freebsd-src/contrib/nvi/cl/
H A Dcl_main.c52 GS *gp; in main() local
162 GS *gp; in gs_init() local
176 cl_init(GS *gp) in cl_init()
281 sig_init(GS *gp, SCR *sp) in sig_init()
345 sig_end(GS *gp) in sig_end()
363 cl_func_std(GS *gp) in cl_func_std()
H A Dcl_screen.c49 GS *gp; in cl_screen() local
131 cl_quit(GS *gp) in cl_quit()
184 GS *gp; in cl_vi_init() local
380 cl_vi_end(GS *gp) in cl_vi_end()
497 cl_ex_end(GS *gp) in cl_ex_end()
/freebsd-src/sys/geom/
H A Dgeom_slice.c72 g_slice_free(struct g_geom *gp) in g_slice_free()
97 struct g_geom *gp; in g_slice_access() local
157 struct g_geom *gp; in g_slice_finish_hot() local
214 struct g_geom *gp; in g_slice_start() local
326 g_slice_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp, str… in g_slice_dumpconf()
351 g_slice_config(struct g_geom *gp, u_int idx, int how, off_t offset, off_t length, u_int sectorsize,… in g_slice_config()
445 g_slice_conf_hot(struct g_geom *gp, u_int idx, off_t offset, off_t length, int ract, int dact, int … in g_slice_conf_hot()
489 struct g_geom *gp; in g_slice_orphan() local
514 g_slice_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp) in g_slice_destroy_geom()
524 struct g_geom *gp; in g_slice_new() local
H A Dgeom_dump.c69 g_confdot_geom(struct sbuf *sb, struct g_geom *gp) in g_confdot_geom()
90 struct g_geom *gp; in g_confdot_class() local
113 g_conftxt_geom(struct sbuf *sb, struct g_geom *gp, int level) in g_conftxt_geom()
134 struct g_geom *gp; in g_conftxt_class() local
243 g_conf_geom(struct sbuf *sb, struct g_geom *gp) in g_conf_geom()
269 g_conf_matchgp(struct g_geom *gp, struct g_geom **gps) in g_conf_matchgp()
284 struct g_geom *gp; in g_conf_class() local
H A Dgeom_subr.c127 struct g_geom *gp; in g_load_class() local
183 struct g_geom *gp; in g_unload_class() local
304 struct g_geom *gp; in g_retaste_event() local
373 struct g_geom *gp; in g_new_geomf() local
408 g_destroy_geom(struct g_geom *gp) in g_destroy_geom()
431 g_wither_geom(struct g_geom *gp, int error) in g_wither_geom()
463 g_wither_geom_close(struct g_geom *gp, int error) in g_wither_geom_close()
484 struct g_geom *gp, *gp2; in g_wither_washer() local
518 g_new_consumer(struct g_geom *gp) in g_new_consumer()
542 struct g_geom *gp; in g_destroy_consumer() local
[all …]
H A Dgeom_disk.c179 struct g_geom *gp; in g_disk_kerneldump() local
586 g_disk_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp, stru… in g_disk_dumpconf()
668 struct g_geom *gp; in g_disk_resize() local
693 struct g_geom *gp; in g_disk_create() local
821 struct g_geom *gp; in g_disk_destroy() local
953 struct g_geom *gp; in disk_gone() local
1002 struct g_geom *gp = dp->d_geom; in disk_attr_changed() local
1018 struct g_geom *gp = dp->d_geom; in disk_media_changed() local
1034 struct g_geom *gp = dp->d_geom; in disk_media_gone() local
1061 struct g_geom *gp; in g_kern_disks() local
/freebsd-src/sys/geom/nop/
H A Dg_nop.c109 struct g_geom *gp; in g_nop_resize() local
140 struct g_geom *gp; in g_nop_kerneldump() local
166 g_nop_pass(struct bio *cbp, struct g_geom *gp) in g_nop_pass()
177 struct g_geom *gp; in g_nop_pass_timeout() local
198 struct g_geom *gp; in g_nop_start() local
322 struct g_geom *gp; in g_nop_access() local
341 struct g_geom *gp; in g_nop_create() local
487 struct g_geom *gp = pp->geom; in g_nop_providergone() local
500 g_nop_destroy(struct g_geom *gp, boolean_t force) in g_nop_destroy()
529 g_nop_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp) in g_nop_destroy_geom()
[all …]
/freebsd-src/contrib/nvi/common/
H A Dkey.c103 GS *gp; in v_key_init() local
183 GS *gp; in v_key_ilookup() local
361 GS *gp; in v_event_push() local
411 GS *gp; in v_event_append() local
535 GS *gp; in v_event_get() local
749 GS *gp; in v_sync() local
893 GS *gp; in v_event_flush() local
909 GS *gp; in v_event_grow() local
H A Doptions.h31 #define OG_CLR(gp, o) ((gp)->opts[(o)].o_cur.val) = 0 argument
32 #define OG_SET(gp, o) ((gp)->opts[(o)].o_cur.val) = 1 argument
33 #define OG_STR(gp, o) ((gp)->opts[(o)].o_cur.str) argument
34 #define OG_VAL(gp, o) ((gp)->opts[(o)].o_cur.val) argument
35 #define OG_ISSET(gp, o) OG_VAL(gp, o) argument
37 #define OG_D_STR(gp, o) ((gp)->opts[(o)].o_def.str) argument
38 #define OG_D_VAL(gp, o) ((gp)->opts[(o)].o_def.val) argument
H A Dscreen.c34 screen_init(GS *gp, SCR *orig, SCR **spp) in screen_init()
201 GS *gp; in screen_next() local
/freebsd-src/sys/geom/vinum/
H A Dgeom_vinum.c
H A Dgeom_vinum_list.c
H A Dgeom_vinum_create.c
/freebsd-src/sys/geom/uzip/
H A Dg_uzip.c145 g_uzip_softc_free(struct g_geom *gp) in g_uzip_softc_free()
171 g_uzip_cached(struct g_geom *gp, struct bio *bp) in g_uzip_cached()
221 g_uzip_request(struct g_geom *gp, struct bio *bp) in g_uzip_request()
325 struct g_geom *gp; in g_uzip_read_done() local
353 struct g_geom *gp; in g_uzip_do() local
459 struct g_geom *gp; in g_uzip_start() local
475 struct g_geom *gp; in g_uzip_start() local
507 struct g_geom *gp; in g_uzip_orphan() local
535 struct g_geom *gp; in g_uzip_access() local
561 struct g_geom *gp) in g_uzip_parse_toc()
[all …]
/freebsd-src/sys/geom/part/
H A Dg_part.c294 struct g_geom *gp; g_part_get_physpath_done() local
470 g_part_new_provider(struct g_geom * gp,struct g_part_table * table,struct g_part_entry * entry) g_part_new_provider() argument
515 struct g_geom *gp; g_part_find_geom() local
527 struct g_geom *gp; g_part_parm_geom() local
675 g_part_probe(struct g_geom * gp,struct g_consumer * cp,int depth) g_part_probe() argument
723 struct g_geom *gp; g_part_ctl_add() local
838 struct g_geom *gp; g_part_ctl_bootcode() local
881 struct g_geom *gp; g_part_ctl_commit() local
969 struct g_geom *gp; g_part_ctl_create() local
1096 struct g_geom *gp; g_part_ctl_delete() local
1157 struct g_geom *gp; g_part_ctl_destroy() local
1239 struct g_geom *gp; g_part_ctl_modify() local
1294 struct g_geom *gp; g_part_ctl_recover() local
1334 struct g_geom *gp; g_part_ctl_resize() local
1425 struct g_geom *gp; g_part_ctl_setunset() local
1480 struct g_geom *gp; g_part_ctl_undo() local
1572 g_part_wither(struct g_geom * gp,int error) g_part_wither() argument
1948 g_part_destroy_geom(struct gctl_req * req,struct g_class * mp,struct g_geom * gp) g_part_destroy_geom() argument
1962 struct g_geom *gp; g_part_taste() local
2076 g_part_dumpconf(struct sbuf * sb,const char * indent,struct g_geom * gp,struct g_consumer * cp,struct g_provider * pp) g_part_dumpconf() argument
2224 struct g_geom *gp; g_part_start() local
2353 struct g_geom *gp; g_part_unload_event() local
[all...]
/freebsd-src/sys/geom/union/
H A Dg_union.c148 struct g_geom *gp; in g_union_ctl_create() local
405 struct g_geom *gp; in g_union_ctl_destroy() local
454 struct g_geom *gp; in g_union_find_geom() local
471 struct g_geom *gp; in g_union_ctl_reset() local
527 struct g_geom *gp; in g_union_ctl_revert() local
608 struct g_geom *gp; in g_union_ctl_commit() local
1201 struct g_geom *gp; in g_union_kerneldump() local
1240 g_union_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, in g_union_dumpconf()
1298 struct g_geom *gp) in g_union_destroy_geom()
1308 g_union_destroy(struct gctl_req *req, struct g_geom *gp, bool force) in g_union_destroy()
[all …]
/freebsd-src/sys/geom/shsec/
H A Dg_shsec.c177 struct g_geom *gp; in g_shsec_orphan() local
196 struct g_geom *gp; in g_shsec_access() local
465 struct g_geom *gp; in g_shsec_add_disk() local
528 struct g_geom *gp; in g_shsec_create() local
576 struct g_geom *gp; in g_shsec_destroy() local
620 struct g_geom *gp) in g_shsec_destroy_geom()
634 struct g_geom *gp; in g_shsec_taste() local
728 struct g_geom *gp; in g_shsec_find_device() local
813 g_shsec_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, in g_shsec_dumpconf()
/freebsd-src/sys/geom/concat/
H A Dg_concat.c156 struct g_geom *gp; in g_concat_orphan() local
175 struct g_geom *gp; in g_concat_access() local
532 struct g_geom *gp; in g_concat_add_disk() local
629 struct g_geom *gp; in g_concat_create() local
681 struct g_geom *gp; in g_concat_destroy() local
729 struct g_class *mp __unused, struct g_geom *gp) in g_concat_destroy_geom()
743 struct g_geom *gp; in g_concat_taste() local
849 struct g_geom *gp; in g_concat_ctl_create() local
927 struct g_geom *gp; in g_concat_find_device() local
1057 struct g_geom *gp; in g_concat_ctl_append() local
[all …]
/freebsd-src/sbin/geom/core/
H A Dgeom.c673 struct ggeom *gp; in find_geom_by_provider() local
689 compute_tree_width_geom(struct gmesh *mesh, struct ggeom *gp, int indent) in compute_tree_width_geom()
722 struct ggeom *gp; in compute_tree_width() local
741 show_tree_geom(struct gmesh *mesh, struct ggeom *gp, int indent, int width) in show_tree_geom()
780 struct ggeom *gp; in show_tree() local
872 struct ggeom *gp; in find_geom() local
936 list_one_geom(struct ggeom *gp) in list_one_geom()
970 struct ggeom *gp; in list_one_geom_by_provider() local
1014 struct ggeom *gp; in std_list() local
1062 status_update_len(struct ggeom *gp, int *name_len, int *status_len) in status_update_len()
[all …]
/freebsd-src/sys/geom/stripe/
H A Dg_stripe.c188 struct g_geom *gp; in g_stripe_orphan() local
204 struct g_geom *gp; in g_stripe_access() local
752 struct g_geom *gp; in g_stripe_add_disk() local
833 struct g_geom *gp; in g_stripe_create() local
900 struct g_geom *gp; in g_stripe_destroy() local
942 struct g_class *mp __unused, struct g_geom *gp) in g_stripe_destroy_geom()
956 struct g_geom *gp; in g_stripe_taste() local
1062 struct g_geom *gp; in g_stripe_ctl_create() local
1147 struct g_geom *gp; in g_stripe_find_device() local
1236 g_stripe_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, in g_stripe_dumpconf()
/freebsd-src/sys/geom/cache/
H A Dg_cache.c345 struct g_geom *gp; in g_cache_start() local
436 struct g_geom *gp; in g_cache_access() local
458 struct g_geom *gp; in g_cache_find_device() local
472 struct g_geom *gp; in g_cache_create() local
554 struct g_geom *gp; in g_cache_destroy() local
597 g_cache_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp) in g_cache_destroy_geom()
660 struct g_geom *gp; in g_cache_taste() local
707 struct g_geom *gp; in g_cache_ctl_create() local
976 g_cache_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, in g_cache_dumpconf()

1234567