| /src/sys/dev/usb/ |
| H A D | emdtv_board.c | 81 const struct emdtv_board *eb; local in function:emdtv_board_lookup
|
| H A D | emdtv.c | 388 const struct emdtv_board *eb = sc->sc_board; local in function:emdtv_gpio_ctl
|
| /src/sbin/gpt/ |
| H A D | main.c | 116 char *eb; local in function:get_tstamp
|
| /src/sbin/newfs_msdos/ |
| H A D | newfs_msdos.c | 66 char *eb; local in function:get_tstamp
|
| /src/sys/ufs/chfs/ |
| H A D | chfs_nodeops.c | 346 struct chfs_eraseblock *eb, *tmpeb; local in function:chfs_mark_node_obsolete
|
| H A D | chfs_gc.c | 424 struct chfs_eraseblock *eb; local in function:chfs_gcollect_pass [all...] |
| /src/tests/lib/libc/net/ |
| H A D | h_dns_server.c | 144 char *eb = buf + buflen; local in function:name2str
|
| /src/lib/libedit/ |
| H A D | keymacro.c | 633 char *b = buf, *eb = b + len; local in function:keymacro__decode_str
|
| /src/sys/arch/amiga/stand/binpatch/ |
| H A D | binpatch.c | 406 char *eb = strchr(symbol, ']'); local in function:FindOffset
|
| /src/usr.sbin/makefs/ |
| H A D | makefs.c | 478 char *eb; local in function:get_tstamp
|
| /src/bin/pax/ |
| H A D | options.c | 2110 char *eb; local in function:set_tstamp
|
| /src/sys/rump/librump/rumpkern/ |
| H A D | rump.c | 828 rump_boot_etfs_register(struct rump_boot_etfs *eb) argument
|
| /src/sys/arch/luna68k/dev/ |
| H A D | omrasops.c | 1287 int sb, eb, db, sboff, full, cnt, lnum, rnum; local in function:om1_copycols 1420 int sb, eb, db, sboff, full, cnt, lnum, rnum; local in function:om4_copycols
|
| /src/sys/arch/m68k/m68k/ |
| H A D | db_disasm.c | 3128 prints_bf(dis_buffer_t *dbuf, int val, int sb, int eb) argument 3139 printu_bf(dis_buffer_t *dbuf, u_int val, int sb, int eb) argument
|
| /src/usr.sbin/tprof/ |
| H A D | tprof_top.c | 436 struct sample_elm * const *eb = b; local in function:sample_sortfunc_accumulative 445 struct sample_elm * const *eb = b; local in function:sample_sortfunc_instantaneous
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| H A D | i915_gem_execbuffer.c | 290 static inline bool eb_use_cmdparser(const struct i915_execbuffer *eb) argument 297 static int eb_create(struct i915_execbuffer *eb) argument 374 eb_pin_vma(struct i915_execbuffer * eb,const struct drm_i915_gem_exec_object2 * entry,struct i915_vma * vma) argument 428 eb_validate_vma(struct i915_execbuffer * eb,struct drm_i915_gem_exec_object2 * entry,struct i915_vma * vma) argument 483 eb_add_vma(struct i915_execbuffer * eb,unsigned int i,unsigned batch_idx,struct i915_vma * vma) argument 576 eb_reserve_vma(const struct i915_execbuffer * eb,struct i915_vma * vma) argument 633 eb_reserve(struct i915_execbuffer * eb) argument 712 eb_batch_index(const struct i915_execbuffer * eb) argument 720 eb_select_context(struct i915_execbuffer * eb) argument 739 eb_lookup_vmas(struct i915_execbuffer * eb) argument 826 eb_get_vma(const struct i915_execbuffer * eb,unsigned long handle) argument 845 eb_release_vmas(const struct i915_execbuffer * eb) argument 869 eb_reset_vmas(const struct i915_execbuffer * eb) argument 877 eb_destroy(const struct i915_execbuffer * eb) argument 1148 __reloc_gpu_alloc(struct i915_execbuffer * eb,struct i915_vma * vma,unsigned int len) argument 1233 reloc_gpu(struct i915_execbuffer * eb,struct i915_vma * vma,unsigned int len) argument 1261 relocate_entry(struct i915_vma * vma,const struct drm_i915_gem_relocation_entry * reloc,struct i915_execbuffer * eb,const struct i915_vma * target) argument 1351 eb_relocate_entry(struct i915_execbuffer * eb,struct i915_vma * vma,const struct drm_i915_gem_relocation_entry * reloc) argument 1445 eb_relocate_vma(struct i915_execbuffer * eb,struct i915_vma * vma) argument 1539 eb_relocate_vma_slow(struct i915_execbuffer * eb,struct i915_vma * vma) argument 1588 eb_copy_relocations(const struct i915_execbuffer * eb) argument 1669 eb_prefault_relocations(const struct i915_execbuffer * eb) argument 1688 eb_relocate_slow(struct i915_execbuffer * eb) argument 1805 eb_relocate(struct i915_execbuffer * eb) argument 1826 eb_move_to_gpu(struct i915_execbuffer * eb) argument 2041 eb_parse_pipeline(struct i915_execbuffer * eb,struct i915_vma * shadow,struct i915_vma * trampoline) argument 2117 eb_parse(struct i915_execbuffer * eb) argument 2207 eb_submit(struct i915_execbuffer * eb) argument 2323 __eb_pin_engine(struct i915_execbuffer * eb,struct intel_context * ce) argument 2393 eb_unpin_engine(struct i915_execbuffer * eb) argument 2406 eb_select_legacy_ring(struct i915_execbuffer * eb,struct drm_file * file,struct drm_i915_gem_execbuffer2 * args) argument 2447 eb_pin_engine(struct i915_execbuffer * eb,struct drm_file * file,struct drm_i915_gem_execbuffer2 * args) argument 2550 await_fence_array(struct i915_execbuffer * eb,struct drm_syncobj ** fences) argument 2580 signal_fence_array(struct i915_execbuffer * eb,struct drm_syncobj ** fences) argument 2607 struct i915_execbuffer eb; local in function:i915_gem_do_execbuffer [all...] |
| /src/sbin/sysctl/ |
| H A D | sysctl.c | 410 char eb[64]; local in function:findhandler
|
| /src/sys/rump/librump/rumpvfs/ |
| H A D | rumpfs.c | 2003 struct rump_boot_etfs *eb; local in function:rumpfs_init [all...] |