Home
last modified time | relevance | path

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

12345

/dragonfly/sys/vfs/msdosfs/
H A Dmsdosfs_denode.c127 for (dep = DEHASH(dev, dirclust, diroff); dep; dep = dep->de_next) { in msdosfs_hashget()
142 for (dep = DEHASH(dev, dirclust, diroff); dep; in msdosfs_hashget()
143 dep = dep->de_next) { in msdosfs_hashget()
151 if (dep == NULL || DETOV(dep) != vp) { in msdosfs_hashget()
173 depp = &DEHASH(dep->de_dev, dep->de_dirclust, dep->de_diroffset); in msdosfs_hashins()
197 depp = &DEHASH(dep->de_dev, dep->de_dirclust, dep->de_diroffset); in msdosfs_hashrem()
505 dep->de_dirclust, dep->de_diroffset); in detrunc()
643 detrunc(dep, dep->de_FileSize, 0); in deextend()
659 dep, dep ? (char *)dep->de_Name : "?", dep ? dep->de_refcnt : -1); in msdosfs_reclaim()
686 dep, (dep ? dep->de_Name[0] : 0)); in msdosfs_inactive()
[all …]
H A Ddenode.h189 #define DE_INTERNALIZE32(dep, dp) \ argument
191 #define DE_INTERNALIZE(dep, dp) \ argument
203 (FAT32((dep)->de_pmp) ? DE_INTERNALIZE32((dep), (dp)) : 0))
205 #define DE_EXTERNALIZE(dp, dep) \ argument
218 0 : (dep)->de_FileSize), \
228 (dep)->de_flag |= DE_MODIFIED; \
230 &(dep)->de_MTime, NULL); \
242 (dep)->de_flag |= DE_MODIFIED; \
243 (dep)->de_ADate = adate; \
248 &(dep)->de_CTime, &(dep)->de_CHun); \
[all …]
H A Dmsdosfs_vnops.c116 struct denode *dep; in msdosfs_create() local
251 fattime2timespec(dep->de_MDate, dep->de_MTime, 0, 0, &vap->va_mtime); in msdosfs_getattr()
254 fattime2timespec(dep->de_CDate, dep->de_CTime, dep->de_CHun, in msdosfs_getattr()
420 &dep->de_MDate, &dep->de_MTime, NULL); in msdosfs_setattr()
589 dep->de_diroffset, dep->de_dirclust, dep->de_StartCluster); in msdosfs_write()
786 detrunc(dep, dep->de_FileSize, ioflag & IO_SYNC); in msdosfs_write()
1512 pmp = dep->de_pmp; in msdosfs_readdir()
1776 dep = VTODE(vp); in msdosfs_bmap()
1777 pmp = dep->de_pmp; in msdosfs_bmap()
1895 dep->de_StartCluster, dep->de_dirclust, dep->de_diroffset, in msdosfs_print()
[all …]
H A Dmsdosfs_lookup.c134 struct direntry *dep = NULL; in msdosfs_lookup() local
601 dep, ddep, depp, cnp); in createde()
798 struct denode *dep; in doscheckpath() local
802 dep = target; in doscheckpath()
814 pmp = dep->de_pmp; in doscheckpath()
857 vput(DETOV(dep)); in doscheckpath()
869 if (dep != NULL) in doscheckpath()
870 vput(DETOV(dep)); in doscheckpath()
911 return (readep(dep->de_pmp, dep->de_dirclust, dep->de_diroffset, in readde()
938 dep->de_Name, dep, offset); in removede()
[all …]
H A Dmsdosfs_fat.c135 cn = dep->de_StartCluster; in pcbmap()
178 fc_lookup(dep, findcn, &i, &cn); in pcbmap()
261 cn = dep->de_fc[i].fc_frcn; in fc_lookup()
264 closest = &dep->de_fc[i]; in fc_lookup()
285 fcp = dep->de_fc; in fc_purge()
996 dep->de_StartCluster != 0) { in extendfile()
1004 dep->de_fc[FC_LASTFC].fc_frcn; in extendfile()
1017 if (dep->de_StartCluster == 0) in extendfile()
1036 if (dep->de_StartCluster == 0) { in extendfile()
1037 dep->de_StartCluster = cn; in extendfile()
[all …]
/dragonfly/sys/vfs/hpfs/
H A Dhpfs_lookup.c80 dep = D_DIRENT(dp); in hpfs_genlookupbyname()
84 dep->de_fnode, dep->de_size, dep->de_namelen, in hpfs_genlookupbyname()
85 dep->de_namelen, dep->de_name, dep->de_flag)); in hpfs_genlookupbyname()
88 dep->de_name, dep->de_namelen, dep->de_cpid); in hpfs_genlookupbyname()
91 *depp = dep; in hpfs_genlookupbyname()
96 dep = (hpfsdirent_t *)(((caddr_t)dep) + dep->de_reclen); in hpfs_genlookupbyname()
154 dep->de_fnode, dep->de_size, dep->de_namelen, in hpfs_removedirent()
155 dep->de_namelen, dep->de_name, dep->de_flag)); in hpfs_removedirent()
158 dep->de_name, dep->de_namelen, dep->de_cpid); in hpfs_removedirent()
164 bcopy (DE_NEXTDE(dep), dep, DB_BSIZE - deoff - dep->de_reclen); in hpfs_removedirent()
[all …]
H A Dhpfs_vnops.c741 dep->de_fnode, dep->de_size, dep->de_namelen, in hpfs_de_uiomove()
742 dep->de_namelen, dep->de_name, dep->de_flag)); in hpfs_de_uiomove()
773 struct hpfsdirent *dep; in hpfs_readdir() local
839 dep = D_DIRENT(dp); in hpfs_readdir()
848 dep = (hpfsdirent_t *)((caddr_t)dep + dep->de_reclen); in hpfs_readdir()
851 if((dep->de_flag & DE_DOWN) && (olsn == DE_DOWNLSN(dep))) { in hpfs_readdir()
871 dep = (hpfsdirent_t *)((caddr_t)dep + dep->de_reclen); in hpfs_readdir()
906 dep = (hpfsdirent_t *)((caddr_t)dep + dep->de_reclen); in hpfs_readdir()
911 lsn = DE_DOWNLSN(dep); in hpfs_readdir()
1039 dep->de_fnode, dep->de_cpid)); in hpfs_lookup()
[all …]
H A Dhpfs_subr.c530 struct hpfsdirent *dep; in hpfs_validateparent() local
567 dep = D_DIRENT(dp); in hpfs_validateparent()
576 dep = (hpfsdirent_t *)((caddr_t)dep + dep->de_reclen); in hpfs_validateparent()
579 if((dep->de_flag & DE_DOWN) && (olsn == DE_DOWNLSN(dep))) { in hpfs_validateparent()
588 dep = (hpfsdirent_t *)((caddr_t)dep + dep->de_reclen); in hpfs_validateparent()
600 lsn = DE_DOWNLSN(dep); in hpfs_validateparent()
610 dep = (hpfsdirent_t *)((caddr_t)dep + dep->de_reclen); in hpfs_validateparent()
615 lsn = DE_DOWNLSN(dep); in hpfs_validateparent()
632 bcopy(dep->de_name,hp->h_name,dep->de_namelen); in hpfs_validateparent()
674 struct hpfsdirent *dep; in hpfs_updateparent() local
[all …]
/dragonfly/usr.sbin/makefs/msdos/
H A Dmsdosfs_denode.c220 struct msdosfsmount *pmp = dep->de_pmp; in detrunc()
223 dep->de_Name, length, flags)); in detrunc()
236 dep->de_dirclust, dep->de_diroffset)); in detrunc()
241 if (dep->de_FileSize < length) in detrunc()
242 return deextend(dep, length); in detrunc()
254 chaintofree = dep->de_StartCluster; in detrunc()
255 dep->de_StartCluster = 0; in detrunc()
295 dep->de_FileSize = length; in detrunc()
348 if (length <= dep->de_FileSize) in deextend()
361 (void) detrunc(dep, dep->de_FileSize, 0); in deextend()
[all …]
H A Dmsdosfs_vnops.c104 unix2fattime(&st->st_birthtim, &dep->de_CDate, &dep->de_CTime); in msdosfs_times()
106 unix2fattime(&st->st_ctim, &dep->de_CDate, &dep->de_CTime); in msdosfs_times()
109 unix2fattime(&st->st_mtim, &dep->de_MDate, &dep->de_MTime); in msdosfs_times()
163 struct direntry *dep; in msdosfs_findslot() local
364 struct denode *dep; in msdosfs_mkfile() local
409 return dep; in msdosfs_mkfile()
426 DE_EXTERNALIZE(dirp, dep); in msdosfs_updatede()
448 __func__, dep->de_diroffset, dep->de_dirclust, in msdosfs_wfile()
449 dep->de_StartCluster)); in msdosfs_wfile()
543 struct denode *dep; in msdosfs_mkdire() local
[all …]
H A Dmsdosfs_fat.c149 cn = dep->de_StartCluster; in pcbmap()
190 fc_lookup(dep, findcn, &i, &cn); in pcbmap()
245 fc_setcache(dep, FC_LASTMAP, i, cn); in pcbmap()
271 cn = dep->de_fc[i].fc_frcn; in fc_lookup()
274 closest = &dep->de_fc[i]; in fc_lookup()
293 fcp = dep->de_fc; in fc_purge()
976 dep->de_StartCluster != 0) { in m_extendfile()
984 dep->de_fc[FC_LASTFC].fc_frcn; in m_extendfile()
997 if (dep->de_StartCluster == 0) in m_extendfile()
1016 if (dep->de_StartCluster == 0) { in m_extendfile()
[all …]
H A Dmsdosfs_lookup.c76 createde(struct denode *dep, struct denode *ddep, struct denode **depp, in createde() argument
88 dep, ddep, depp, cnp)); in createde()
133 DE_EXTERNALIZE(ndep, dep); in createde()
181 if (dep->de_Attributes & ATTR_DIRECTORY) { in createde()
182 dirclust = dep->de_StartCluster; in createde()
231 m_readde(struct denode *dep, struct m_buf **bpp, struct direntry **epp) in m_readde() argument
234 return (m_readep(dep->de_pmp, dep->de_dirclust, dep->de_diroffset, in m_readde()
242 uniqdosname(struct denode *dep, struct componentname *cnp, u_char *cp) in uniqdosname() argument
244 struct msdosfsmount *pmp = dep->de_pmp; in uniqdosname()
269 if ((error = pcbmap(dep, cn, &bn, 0, &blsize)) != 0) { in uniqdosname()
/dragonfly/sbin/rcrun/
H A Drcrun.sh72 for dep in $rclist; do
100 if [ X$dep = X ]; then
103 echo "Running $dep $arg"
104 (sh $dep $arg)
184 if [ X$dep = X ]; then
187 (sh $dep stop)
195 if [ X$dep = X ]; then
198 (sh $dep restart)
209 (sh $dep reload)
220 (sh $dep status)
[all …]
/dragonfly/contrib/binutils-2.27/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()
/dragonfly/contrib/binutils-2.34/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()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Deh_ptr.cc183 __get_refcounted_exception_header_from_obj (dep->primaryException); in __gxx_dependent_exception_cleanup()
192 __cxa_free_dependent_exception (dep); in __gxx_dependent_exception_cleanup()
211 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); in rethrow_exception() local
212 dep->primaryException = obj; in rethrow_exception()
215 dep->unexpectedHandler = __unexpected_handler; in rethrow_exception()
216 dep->terminateHandler = __terminate_handler; in rethrow_exception()
217 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class); in rethrow_exception()
218 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup; in rethrow_exception()
221 _Unwind_SjLj_RaiseException (&dep->unwindHeader); in rethrow_exception()
223 _Unwind_RaiseException (&dep->unwindHeader); in rethrow_exception()
[all …]
/dragonfly/contrib/gcc-8.0/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 …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-deps.c106 DEP_PRO (dep) = pro; in init_dep_1()
107 DEP_CON (dep) = con; in init_dep_1()
108 DEP_TYPE (dep) = type; in init_dep_1()
835 dep_t dep; in sd_find_dep_between_no_cache() local
877 return dep; in sd_find_dep_between_no_cache()
1397 dep_t dep; in sd_copy_back_deps() local
1464 dep_t dep; in dump_lists() local
1628 dep_t dep; in delete_all_dependences() local
1649 dep_t dep; in fixup_sched_groups() local
3671 dep_t dep; in delete_dep_nodes_in_back_deps() local
[all …]
H A Dhaifa-sched.c748 dep_t dep; in add_delay_dependencies() local
1454 dep_t dep; in dep_list_size() local
2217 dep_t dep; in schedule_insn() local
2516 dep_t dep; in mark_backtrack_feeds() local
2595 dep_t dep; in toggle_cancelled_flags() local
2854 dep_t dep; in estimate_insn_tick() local
2917 dep_t dep; in resolve_dependencies() local
5401 dep_t dep; in process_insn_forw_deps_be_in_spec() local
5477 dep_t dep; in add_to_speculative_block() local
5847 dep_t dep; in create_check_block_twin() local
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-deps.c96 DEP_PRO (dep) = pro; in init_dep_1()
836 dep_t dep; in sd_find_dep_between_no_cache() local
878 return dep; in sd_find_dep_between_no_cache()
1406 dep_t dep; in sd_copy_back_deps() local
1473 dep_t dep; in dump_lists() local
1645 dep_t dep; in delete_all_dependences() local
1666 dep_t dep; in chain_to_prev_insn() local
3857 dep_t dep; in delete_dep_nodes_in_back_deps() local
4570 gcc_assert (DEP_PRO (dep) != DEP_CON (dep)); in check_dep()
4782 dep_t dep; in find_inc() local
[all …]
H A Dhaifa-sched.c788 dep_t dep; in add_delay_dependencies() local
1156 dep_t dep; in update_insn_after_change() local
1567 dep_t dep; in dep_list_size() local
3482 dep_t dep; in model_analyze_insns() local
3625 dep_t dep; in model_add_successors_to_worklist() local
3668 dep_t dep; in model_promote_predecessors() local
3970 dep_t dep; in schedule_insn() local
4311 dep_t dep; in mark_backtrack_feeds() local
4396 dep_t dep; in toggle_cancelled_flags() local
4782 dep_t dep; in perform_replacements_new_cycle() local
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Dcerthash.c481 if (lstat(dep->d_name, &sb) == -1) { in certhash_link()
499 hi = hashinfo_from_linkname(dep->d_name, target); in certhash_link()
522 if ((f = fopen(dep->d_name, "r")) == NULL) { in certhash_file()
542 if ((hi = certhash_crl(bio, dep->d_name)) != NULL) { in certhash_file()
549 "or CRL, ignoring...\n", dep->d_name); in certhash_file()
564 struct dirent *dep; in certhash_directory() local
576 while ((dep = readdir(dip)) != NULL) { in certhash_directory()
577 if (filename_is_hash(dep->d_name)) { in certhash_directory()
578 if (certhash_link(dep, &links) == -1) in certhash_directory()
581 if (filename_is_pem(dep->d_name)) { in certhash_directory()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dx86-tune-sched-atom.c50 dep_t dep; in do_reorder_for_imul() local
81 FOR_EACH_DEP (insn, SD_LIST_FORW, sd_it, dep) in do_reorder_for_imul()
84 con = DEP_CON (dep); in do_reorder_for_imul()
129 dep_t dep; in swap_top_of_ready_list() local
157 FOR_EACH_DEP (top, SD_LIST_RES_BACK, sd_it, dep) in swap_top_of_ready_list()
160 pro = DEP_PRO (dep); in swap_top_of_ready_list()
166 FOR_EACH_DEP (next, SD_LIST_RES_BACK, sd_it, dep) in swap_top_of_ready_list()
169 pro = DEP_PRO (dep); in swap_top_of_ready_list()
/dragonfly/sys/dev/drm/i915/
H A Di915_gem_request.c124 struct i915_dependency *dep) in i915_dependency_free() argument
135 INIT_LIST_HEAD(&dep->dfs_link); in __i915_priotree_add_dependency()
138 dep->signaler = signal; in __i915_priotree_add_dependency()
139 dep->flags = flags; in __i915_priotree_add_dependency()
147 struct i915_dependency *dep; in i915_priotree_add_dependency() local
149 dep = i915_dependency_alloc(i915); in i915_priotree_add_dependency()
150 if (!dep) in i915_priotree_add_dependency()
170 list_del(&dep->wait_link); in i915_priotree_fini()
172 i915_dependency_free(i915, dep); in i915_priotree_fini()
177 list_del(&dep->signal_link); in i915_priotree_fini()
[all …]
/dragonfly/usr.bin/dsynth/
H A Dpkglist.c795 char *dep; in resolveDepString() local
812 } while (dep && *dep == 0); in resolveDepString()
813 if (dep == NULL) in resolveDepString()
822 log_component = dep; in resolveDepString()
823 dep = strchr(dep, ':'); in resolveDepString()
824 if (dep == NULL || *dep != ':') { in resolveDepString()
834 ++dep; in resolveDepString()
842 if (*dep == '/') in resolveDepString()
843 ++dep; in resolveDepString()
850 tag = strchr(dep, ':'); in resolveDepString()
[all …]

12345