Home
last modified time | relevance | path

Searched refs:dep (Results 1 – 25 of 1173) sorted by relevance

12345678910>>...47

/netbsd/sys/fs/msdosfs/
H A Ddenode.h142 (dep)->de_fc[slot].fc_frcn = frcn; \
143 (dep)->de_fc[slot].fc_fsrcn = fsrcn;
145 #define fc_last_to_nexttolast(dep) \ argument
147 (dep)->de_fc[FC_NEXTTOLASTFC].fc_frcn = (dep)->de_fc[FC_LASTFC].fc_frcn; \
148 (dep)->de_fc[FC_NEXTTOLASTFC].fc_fsrcn = (dep)->de_fc[FC_LASTFC].fc_fsrcn; \
218 #define DE_INTERNALIZE32(dep, dp) \ argument
220 #define DE_INTERNALIZE(dep, dp) \ argument
232 (FAT32((dep)->de_pmp) ? DE_INTERNALIZE32((dep), (dp)) : 0))
238 #define DE_EXTERNALIZE(dp, dep) \ argument
250 ((dep)->de_Attributes & ATTR_DIRECTORY) ? 0 : (dep)->de_FileSize), \
[all …]
H A Dmsdosfs_denode.c370 dep->de_dirclust, dep->de_diroffset); in msdosfs_detrunc()
510 (void) msdosfs_detrunc(dep, dep->de_FileSize, 0, cred); in msdosfs_deextend()
522 uvm_vnp_setwritesize(DETOV(dep), (voff_t)dep->de_FileSize); in msdosfs_deextend()
527 uvm_vnp_setsize(DETOV(dep), (voff_t)dep->de_FileSize); in msdosfs_deextend()
544 dep, dep->de_Name, dep->de_refcnt); in msdosfs_reclaim()
550 if (dep->de_devvp) { in msdosfs_reclaim()
551 vrele(dep->de_devvp); in msdosfs_reclaim()
552 dep->de_devvp = 0; in msdosfs_reclaim()
555 dep->de_flag = 0; in msdosfs_reclaim()
596 dep, dep->de_refcnt, vp->v_mount->mnt_flag, in msdosfs_inactive()
[all …]
H A Dmsdosfs_vnops.c177 DETIMES(dep, NULL, NULL, NULL, dep->de_pmp->pm_gmtoff); in msdosfs_close()
295 msdosfs_dos2unixtime(dep->de_CDate, dep->de_CTime, dep->de_CHun, in msdosfs_getattr()
384 &dep->de_MDate, &dep->de_MTime, NULL); in msdosfs_setattr()
568 dep->de_diroffset, dep->de_dirclust, dep->de_StartCluster); in msdosfs_write()
626 rem = round_page(dep->de_FileSize) - dep->de_FileSize; in msdosfs_write()
689 dep = VTODE(vp); in msdosfs_update()
690 DETIMES(dep, acc, mod, NULL, dep->de_pmp->pm_gmtoff); in msdosfs_update()
737 if (ddep == dep) in msdosfs_remove()
1330 dep->de_StartCluster, dep->de_dirclust, dep->de_diroffset); in msdosfs_print()
1349 return lf_advlock(ap, &dep->de_lockf, dep->de_FileSize); in msdosfs_advlock()
[all …]
H A Dmsdosfs_lookup.c120 struct direntry *dep; in msdosfs_lookup() local
289 (struct winentry *)dep, in msdosfs_lookup()
577 dep, ddep, depp, cnp); in msdosfs_createde()
623 DE_EXTERNALIZE(ndep, dep); in msdosfs_createde()
685 dirclust = dep->de_StartCluster; in msdosfs_createde()
873 return (msdosfs_readep(dep->de_pmp, dep->de_dirclust, dep->de_diroffset, in msdosfs_readde()
907 dep->de_Name, dep, offset); in msdosfs_removede()
910 if (--dep->de_refcnt == 0) { in msdosfs_removede()
916 new_key.dk_dirgen = dep; in msdosfs_removede()
919 dep->de_key = new_key; in msdosfs_removede()
[all …]
H A Dmsdosfs_fat.c182 msdosfs_pcbmap(struct denode *dep, in msdosfs_pcbmap() argument
209 cn = dep->de_StartCluster; in msdosfs_pcbmap()
331 fc_setcache(dep, FC_LASTMAP, i, cn); in msdosfs_pcbmap()
359 cn = dep->de_fc[i].fc_frcn; in msdosfs_fc_lookup()
362 closest = &dep->de_fc[i]; in msdosfs_fc_lookup()
381 fcp = dep->de_fc; in msdosfs_fc_purge()
1044 dep->de_StartCluster != 0) { in msdosfs_extendfile()
1052 fc_last_to_nexttolast(dep); in msdosfs_extendfile()
1066 if (dep->de_StartCluster == 0) in msdosfs_extendfile()
1085 if (dep->de_StartCluster == 0) { in msdosfs_extendfile()
[all …]
/netbsd/usr.bin/make/unit-tests/
H A Ddeptgt-end-fail.mk20 . for target in ${all}-${all-dep}-${end}-${end-dep}
23 echo Test case all=${all} all-dep=${all-dep} end=${end} end-dep=${end-dep}.
25 all=${all} all-dep=${all-dep} \
26 end=${end} end-dep=${end-dep} \
39 all all-dep end-dep: .PHONY
44 all: all-dep
48 all-dep:
50 @${CMD.${all-dep}}
52 .END: end-dep
56 end-dep:
[all …]
H A Ddep-double-colon-indep.mk16 @rm -f dep-double-colon-1???
18 _!= touch -t 202001011200 dep-double-colon-1200
19 _!= touch -t 202001011300 dep-double-colon-1300
20 _!= touch -t 202001011400 dep-double-colon-1400
21 _!= touch -t 202001011500 dep-double-colon-1500
23 all: dep-double-colon-1300
25 dep-double-colon-1300:: dep-double-colon-1200
28 dep-double-colon-1300:: dep-double-colon-1400
31 dep-double-colon-1300:: dep-double-colon-1500
/netbsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_denode.c208 struct msdosfsmount *pmp = dep->de_pmp; in msdosfs_detrunc()
224 dep->de_dirclust, dep->de_diroffset); in msdosfs_detrunc()
228 if (dep->de_FileSize < length) in msdosfs_detrunc()
242 chaintofree = dep->de_StartCluster; in msdosfs_detrunc()
243 dep->de_StartCluster = 0; in msdosfs_detrunc()
284 dep->de_FileSize = length; in msdosfs_detrunc()
286 dep->de_flag |= DE_UPDATE|DE_MODIFIED; in msdosfs_detrunc()
339 if (length <= dep->de_FileSize) in msdosfs_deextend()
352 (void) msdosfs_detrunc(dep, dep->de_FileSize, 0, cred); in msdosfs_deextend()
362 dep->de_FileSize = length; in msdosfs_deextend()
[all …]
H A Dmsdosfs_vnops.c119 &dep->de_MTime, NULL); in msdosfs_times()
151 struct direntry *dep; in msdosfs_findslot() local
356 struct denode *dep; in msdosfs_mkfile() local
404 return dep; in msdosfs_mkfile()
417 dep->de_flag &= ~DE_MODIFIED; in msdosfs_updatede()
421 DE_EXTERNALIZE(dirp, dep); in msdosfs_updatede()
433 size_t osize = dep->de_FileSize; in msdosfs_wfile()
443 dep->de_diroffset, dep->de_dirclust, dep->de_StartCluster)); in msdosfs_wfile()
481 cn = dep->de_StartCluster; in msdosfs_wfile()
547 struct denode *dep; in msdosfs_mkdire() local
[all …]
/netbsd/external/gpl2/gmake/dist/
H A Drule.c84 register struct dep *dep; in count_implicit_rule_limits() local
97 for (dep = rule->deps; dep != 0; dep = dep->next) in count_implicit_rule_limits()
129 bcopy (dep->name, name, p - dep->name); in count_implicit_rule_limits()
165 struct dep *deps; in convert_suffix_rule()
386 ptr = p->dep; in install_pattern_rule()
414 register struct dep *dep; in freerule() local
419 dep = rule->deps; in freerule()
420 while (dep) in freerule()
422 struct dep *t; in freerule()
424 t = dep->next; in freerule()
[all …]
H A Dimplicit.c263 struct dep *dep, *expl_d; in pattern_search() local
269 struct dep **d_ptr; in pattern_search()
488 for (dep = rule->deps; dep != 0; dep = dep->next) in pattern_search()
813 struct dep *next = dep->next; in pattern_search()
815 dep = next; in pattern_search()
862 for (dep = f->deps; dep != 0; dep = dep->next) in pattern_search()
864 dep->file = enter_file (dep->name); in pattern_search()
866 if (dep->name != dep->file->name) in pattern_search()
869 dep->file->tried_implicit |= dep->changed; in pattern_search()
890 dep->name = s; in pattern_search()
[all …]
H A Ddep.h36 struct dep struct
38 struct dep *next; argument
77 extern struct dep *alloc_dep PARAMS ((void));
78 extern void free_dep PARAMS ((struct dep *d));
79 extern struct dep *copy_dep_chain PARAMS ((const struct dep *d));
80 extern void free_dep_chain PARAMS ((struct dep *d));
82 extern struct dep *read_all_makefiles PARAMS ((char **makefiles));
84 extern int update_goal_chain PARAMS ((struct dep *goals));
85 extern void uniquize_deps PARAMS ((struct dep *));
H A Dmisc.c485 struct dep *
488 struct dep *d = (struct dep *) xmalloc (sizeof (struct dep)); in alloc_dep()
497 free_dep (struct dep *d) in free_dep()
511 struct dep *
514 register struct dep *c; in copy_dep_chain()
515 struct dep *firstnew = 0; in copy_dep_chain()
516 struct dep *lastnew = 0; in copy_dep_chain()
520 c = (struct dep *) xmalloc (sizeof (struct dep)); in copy_dep_chain()
547 struct dep *df = d; in free_dep_chain()
578 dep_name (struct dep *dep) in dep_name() argument
[all …]
/netbsd/external/gpl3/gdb/dist/gas/
H A Ddepend.c59 struct dependency *dep; in register_dependency() local
64 for (dep = dep_chain; dep != NULL; dep = dep->next) in register_dependency()
66 if (!filename_cmp (filename, dep->file)) in register_dependency()
70 dep = XNEW (struct dependency); in register_dependency()
71 dep->file = xstrdup (filename); in register_dependency()
72 dep->next = dep_chain; in register_dependency()
73 dep_chain = dep; in register_dependency()
186 struct dependency *dep; in print_dependencies() local
200 for (dep = dep_chain; dep != NULL; dep = dep->next) in print_dependencies()
201 wrap_output (f, dep->file, ' '); in print_dependencies()
/netbsd/external/gpl3/binutils/dist/gas/
H A Ddepend.c59 struct dependency *dep; in register_dependency() local
64 for (dep = dep_chain; dep != NULL; dep = dep->next) in register_dependency()
66 if (!filename_cmp (filename, dep->file)) in register_dependency()
70 dep = XNEW (struct dependency); in register_dependency()
71 dep->file = xstrdup (filename); in register_dependency()
72 dep->next = dep_chain; in register_dependency()
73 dep_chain = dep; in register_dependency()
186 struct dependency *dep; in print_dependencies() local
200 for (dep = dep_chain; dep != NULL; dep = dep->next) in print_dependencies()
201 wrap_output (f, dep->file, ' '); in print_dependencies()
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Ddepend.c59 struct dependency *dep; in register_dependency() local
64 for (dep = dep_chain; dep != NULL; dep = dep->next) in register_dependency()
66 if (!filename_cmp (filename, dep->file)) in register_dependency()
70 dep = XNEW (struct dependency); in register_dependency()
71 dep->file = xstrdup (filename); in register_dependency()
72 dep->next = dep_chain; in register_dependency()
73 dep_chain = dep; in register_dependency()
186 struct dependency *dep; in print_dependencies() local
200 for (dep = dep_chain; dep != NULL; dep = dep->next) in print_dependencies()
201 wrap_output (f, dep->file, ' '); in print_dependencies()
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Ddepend.c59 struct dependency *dep; in register_dependency() local
64 for (dep = dep_chain; dep != NULL; dep = dep->next) in register_dependency()
66 if (!filename_cmp (filename, dep->file)) in register_dependency()
70 dep = XNEW (struct dependency); in register_dependency()
71 dep->file = xstrdup (filename); in register_dependency()
72 dep->next = dep_chain; in register_dependency()
73 dep_chain = dep; in register_dependency()
186 struct dependency *dep; in print_dependencies() local
200 for (dep = dep_chain; dep != NULL; dep = dep->next) in print_dependencies()
201 wrap_output (f, dep->file, ' '); in print_dependencies()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_scheduler.c396 node = dep->signaler; in __i915_schedule()
505 dep->signaler = signal; in __i915_sched_node_add_dependency()
506 dep->waiter = node; in __i915_sched_node_add_dependency()
507 dep->flags = flags; in __i915_sched_node_add_dependency()
539 struct i915_dependency *dep; in i915_sched_node_add_dependency() local
542 if (!dep) in i915_sched_node_add_dependency()
548 i915_dependency_free(dep); in i915_sched_node_add_dependency()
568 list_del(&dep->wait_link); in i915_sched_node_fini()
570 i915_dependency_free(dep); in i915_sched_node_fini()
579 list_del(&dep->signal_link); in i915_sched_node_fini()
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_ptr.cc169 __get_refcounted_exception_header_from_obj (dep->primaryException); in __gxx_dependent_exception_cleanup()
178 __cxa_free_dependent_exception (dep); in __gxx_dependent_exception_cleanup()
197 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); in rethrow_exception() local
198 dep->primaryException = obj; in rethrow_exception()
203 dep->unexpectedHandler = get_unexpected (); in rethrow_exception()
205 dep->terminateHandler = get_terminate (); in rethrow_exception()
206 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class); in rethrow_exception()
207 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup; in rethrow_exception()
213 _Unwind_SjLj_RaiseException (&dep->unwindHeader); in rethrow_exception()
215 _Unwind_RaiseException (&dep->unwindHeader); in rethrow_exception()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_ptr.cc201 __get_refcounted_exception_header_from_obj (dep->primaryException); in __gxx_dependent_exception_cleanup()
210 __cxa_free_dependent_exception (dep); in __gxx_dependent_exception_cleanup()
229 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); in rethrow_exception() local
230 dep->primaryException = obj; in rethrow_exception()
233 dep->unexpectedHandler = get_unexpected (); in rethrow_exception()
234 dep->terminateHandler = get_terminate (); in rethrow_exception()
235 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class); in rethrow_exception()
236 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup; in rethrow_exception()
242 _Unwind_SjLj_RaiseException (&dep->unwindHeader); in rethrow_exception()
244 _Unwind_RaiseException (&dep->unwindHeader); in rethrow_exception()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.c104 dep->unused = 0; in init_dep_1()
837 dep_t dep; in sd_find_dep_between_no_cache() local
879 return dep; in sd_find_dep_between_no_cache()
1407 dep_t dep; in sd_copy_back_deps() local
1474 dep_t dep; in dump_lists() local
1646 dep_t dep; in delete_all_dependences() local
1667 dep_t dep; in chain_to_prev_insn() local
3863 dep_t dep; in delete_dep_nodes_in_back_deps() local
4576 gcc_assert (DEP_PRO (dep) != DEP_CON (dep)); in check_dep()
4788 dep_t dep; in find_inc() local
[all …]
H A Dsched-deps.cc104 dep->unused = 0; in init_dep_1()
837 dep_t dep; in sd_find_dep_between_no_cache() local
879 return dep; in sd_find_dep_between_no_cache()
1407 dep_t dep; in sd_copy_back_deps() local
1474 dep_t dep; in dump_lists() local
1646 dep_t dep; in delete_all_dependences() local
1667 dep_t dep; in chain_to_prev_insn() local
3846 dep_t dep; in delete_dep_nodes_in_back_deps() local
4559 gcc_assert (DEP_PRO (dep) != DEP_CON (dep)); in check_dep()
4774 dep_t dep; in find_inc() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c104 dep->unused = 0; in init_dep_1()
837 dep_t dep; in sd_find_dep_between_no_cache() local
879 return dep; in sd_find_dep_between_no_cache()
1407 dep_t dep; in sd_copy_back_deps() local
1474 dep_t dep; in dump_lists() local
1646 dep_t dep; in delete_all_dependences() local
1667 dep_t dep; in chain_to_prev_insn() local
3863 dep_t dep; in delete_dep_nodes_in_back_deps() local
4576 gcc_assert (DEP_PRO (dep) != DEP_CON (dep)); in check_dep()
4788 dep_t dep; in find_inc() local
[all …]
/netbsd/external/gpl2/gmake/dist/tests/scripts/options/
H A Dsymlinks18 # Set up a symlink sym -> dep
19 # We'll make both dep and targ older than sym
22 &utouch(-10, 'dep');
24 symlink("../$dirnm/dep", 'sym');
32 # Now update dep; in all cases targ should be out of date.
33 &touch('dep');
42 # Add in a new link between sym and dep. Be sure it's newer than targ.
44 rename('dep', 'dep1');
45 symlink('dep1', 'dep');
52 rmfiles('targ', 'dep', 'sym', 'dep1');
[all …]
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_link.c181 dep->de_nsym++; in prepare_elf32()
184 dep->de_nsym++; in prepare_elf32()
187 if ((dep->de_rel = calloc(dep->de_nrel, in prepare_elf32()
193 free(dep->de_rel); in prepare_elf32()
197 if ((dep->de_strtab = calloc(dep->de_strlen, 1)) == NULL) { in prepare_elf32()
206 rel = dep->de_rel; in prepare_elf32()
207 sym = dep->de_sym; in prepare_elf32()
382 dep->de_nsym++; in prepare_elf64()
385 dep->de_nsym++; in prepare_elf64()
388 if ((dep->de_rel = calloc(dep->de_nrel, in prepare_elf64()
[all …]

12345678910>>...47