Searched refs:dep (Results 1 - 25 of 132) sorted by relevance

123456

/freebsd-10-stable/sys/fs/msdosfs/
H A Ddenode.h131 #define fc_setcache(dep, slot, frcn, fsrcn) \
132 (dep)->de_fc[(slot)].fc_frcn = (frcn); \
133 (dep)->de_fc[(slot)].fc_fsrcn = (fsrcn);
176 * dep is a struct denode * (internal form),
179 #define DE_INTERNALIZE32(dep, dp) \
180 ((dep)->de_StartCluster |= getushort((dp)->deHighClust) << 16)
181 #define DE_INTERNALIZE(dep, dp) \
182 (bcopy((dp)->deName, (dep)->de_Name, 11), \
183 (dep)->de_Attributes = (dp)->deAttributes, \
184 (dep)
[all...]
H A Dmsdosfs_denode.c287 deupdat(dep, waitfor)
288 struct denode *dep;
297 if (DETOV(dep)->v_mount->mnt_flag & MNT_RDONLY) {
298 dep->de_flag &= ~(DE_UPDATE | DE_CREATE | DE_ACCESS |
303 DETIMES(dep, &ts, &ts, &ts);
304 if ((dep->de_flag & DE_MODIFIED) == 0 && waitfor == 0)
306 dep->de_flag &= ~DE_MODIFIED;
307 if (DETOV(dep)->v_vflag & VV_ROOT)
309 if (dep->de_refcnt <= 0)
311 error = readde(dep,
558 struct denode *dep = VTODE(vp); local
593 struct denode *dep = VTODE(vp); local
[all...]
H A Dmsdosfs_vnops.c140 struct denode *dep; local
183 error = createde(&ndirent, pdep, &dep, cnp);
186 *ap->a_vpp = DETOV(dep);
218 struct denode *dep = VTODE(ap->a_vp); local
219 vnode_create_vobject(ap->a_vp, dep->de_FileSize, ap->a_td);
233 struct denode *dep = VTODE(vp); local
239 DETIMES(dep, &ts, &ts, &ts);
255 struct denode *dep = VTODE(ap->a_vp); local
256 struct msdosfsmount *pmp = dep->de_pmp;
291 struct denode *dep local
371 struct denode *dep = VTODE(ap->a_vp); local
576 struct denode *dep = VTODE(vp); local
677 struct denode *dep = VTODE(vp); local
928 struct denode *dep = VTODE(ap->a_vp); local
1381 struct denode *dep; local
1583 struct denode *dep = VTODE(ap->a_vp); local
1866 struct denode *dep; local
1924 struct denode *dep = VTODE(ap->a_vp); local
1967 struct denode *dep = VTODE(ap->a_vp); local
2014 struct denode *dep; local
[all...]
H A Dmsdosfs_lookup.c132 struct direntry *dep = NULL; local
241 dep = (struct direntry *)(bp->b_data + blkoff);
251 if (dep->deName[0] == SLOT_EMPTY ||
252 dep->deName[0] == SLOT_DELETED) {
263 if (dep->deName[0] == SLOT_EMPTY) {
278 if (dep->deAttributes == ATTR_WIN95) {
283 (struct winentry *)dep, chksum,
300 if (dep->deAttributes & ATTR_VOLUME) {
308 chksum_ok = (chksum == winChksum(dep->deName));
310 && (!olddos || bcmp(dosfilename, dep
812 struct denode *dep; local
[all...]
H A Dfat.h95 int pcbmap(struct denode *dep, u_long findcn, daddr_t *bnp, u_long *cnp, int* sp);
100 int extendfile(struct denode *dep, u_long count, struct buf **bpp, u_long *ncp, int flags);
101 void fc_purge(struct denode *dep, u_int frcn);
H A Dmsdosfs_fat.c74 static void fc_lookup(struct denode *dep, u_long findcn, u_long *frcnp,
113 * dep - address of denode representing the file of interest
128 pcbmap(dep, findcn, bnp, cnp, sp)
129 struct denode *dep;
144 struct msdosfsmount *pmp = dep->de_pmp;
149 ASSERT_VOP_ELOCKED(DETOV(dep), "pcbmap");
151 cn = dep->de_StartCluster;
159 if (dep->de_Attributes & ATTR_DIRECTORY) {
160 if (de_cn2off(pmp, findcn) >= dep->de_FileSize) {
171 dep
[all...]
/freebsd-10-stable/contrib/binutils/gas/
H A Ddepend.c59 struct dependency *dep;
64 for (dep = dep_chain; dep != NULL; dep = dep->next)
66 if (!strcmp (filename, dep->file))
70 dep = (struct dependency *) xmalloc (sizeof (struct dependency));
71 dep->file = xstrdup (filename);
72 dep->next = dep_chain;
73 dep_chain = dep;
58 struct dependency *dep; local
185 struct dependency *dep; local
[all...]
/freebsd-10-stable/crypto/openssl/util/
H A Dclean-depend.pl34 my $dep;
44 foreach $dep (sort @deps) {
45 $dep=~s/^\.\///;
46 next if $prevdep eq $dep; # to exterminate duplicates...
47 $prevdep = $dep;
48 $len=0 if $len+length($dep)+1 >= 80;
53 print " $dep";
54 $len+=length($dep)+1;
/freebsd-10-stable/contrib/amd/fsinfo/
H A Dfsi_dict.c110 dict_ent **dep = &dp->de[dict_hash(k)]; local
112 de->de_next = *dep;
113 *dep = de;
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DMemDepPrinter.cpp64 static InstTypePair getInstTypePair(MemDepResult dep) { argument
65 if (dep.isClobber())
66 return InstTypePair(dep.getInst(), Clobber);
67 if (dep.isDef())
68 return InstTypePair(dep.getInst(), Def);
69 if (dep.isNonFuncLocal())
70 return InstTypePair(dep.getInst(), NonFuncLocal);
71 assert(dep.isUnknown() && "unexptected dependence type");
72 return InstTypePair(dep.getInst(), Unknown);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c122 prepare_elf32(dtrace_hdl_t *dtp, const dof_hdr_t *dof, dof_elf32_t *dep) argument
164 dep->de_strlen = strtabsz;
165 dep->de_nrel = count;
166 dep->de_nsym = count + 1; /* the first symbol is always null */
169 dep->de_strlen += sizeof (DOFLAZYSTR);
170 dep->de_nsym++;
172 dep->de_strlen += sizeof (DOFSTR);
173 dep->de_nsym++;
176 if ((dep->de_rel = calloc(dep
320 prepare_elf64(dtrace_hdl_t *dtp, const dof_hdr_t *dof, dof_elf64_t *dep) argument
[all...]
/freebsd-10-stable/contrib/bmake/mk/
H A Dauto.dep.mk3 # $Id: auto.dep.mk,v 1.5 2016/04/05 15:58:37 sjg Exp $
21 # set MKDEP_MK=auto.dep.mk and dep.mk will include us
30 # dep.mk will handle that itself.
H A Ddep.mk1 # $Id: dep.mk,v 1.17 2014/08/04 05:12:27 sjg Exp $
37 .if ${MKDEP_MK:Uno} == "auto.dep.mk" && make(depend)
38 # auto.dep.mk does not "do" depend
/freebsd-10-stable/contrib/bsnmp/lib/
H A Dsnmpagent.c67 struct snmp_dependency dep; member in struct:depend
604 ctx->dep = &context->depend->dep;
608 asn_oid2str(&ctx->dep->obj));
610 ret = context->depend->func(ctx, ctx->dep, SNMP_DEPOP_COMMIT);
635 ctx->dep = &context->depend->dep;
639 asn_oid2str(&ctx->dep->obj));
641 ret = context->depend->func(ctx, ctx->dep, SNMP_DEPOP_ROLLBACK);
644 snmp_debug("set: dep rollbac
[all...]
H A Dsnmpagent.h51 struct snmp_dependency *dep; member in struct:snmp_context
/freebsd-10-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl59 dep $X[$i]=$X[$i],tmp2,8,8 };;
65 dep tmp1=tmp0,tmp4,8,8 };;
68 dep $X[$i]=$X[$i],tmp1,16,16} //;;
71 dep.z tmp5=$a,5,27 };; // a<<5
82 dep $Xn=$Xn,tmp2,8,8 // forward Xload
90 dep tmp1=tmp0,tmp4,8,8;;
91 dep $X[$i]=$X[$i],tmp1,16,16} //;;
94 dep.z tmp5=$a,5,27 };; // a<<5
122 dep.z tmp5=$a,5,27 } // a<<5
153 dep
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dtree-ssa-loop-im.c381 struct depend *dep; local
404 dep = XNEW (struct depend);
405 dep->stmt = def_stmt;
406 dep->next = data->depends;
407 data->depends = dep;
517 struct depend *dep; local
531 for (dep = LIM_DATA (stmt)->depends; dep; dep = dep
563 struct depend *dep, *next; local
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetSubtargetInfo.h90 SDep& dep) const { }
/freebsd-10-stable/contrib/tzdata/
H A Dzishrink.awk285 ndeps = split(deps, dep)
288 if (default_dep[dep[i]]) {
289 default_dep[dep[i]]++
291 ddeps = ddeps " " dep[i]
/freebsd-10-stable/sys/ia64/ia64/
H A Dexception.S268 dep r30=0,r30,0,10
369 (p13) dep r20=r20,r21,0,9 // align dirty registers
771 dep r31=0,r31,0,13 // 8KB aligned
891 dep r20=0,r20,61,3 // convert vhpt ptr to physical
915 dep r18=0,r18,61,3 // convert vhpt ptr to physical
921 dep r23=-1,r23,63,1 // set ti bit
977 dep r20=0,r20,61,3 // convert vhpt ptr to physical
1001 dep r18=0,r18,61,3 // convert vhpt ptr to physical
1007 dep r23=-1,r23,63,1 // set ti bit
1055 dep r1
[all...]
H A Dsyscall.S238 dep r15=r18,r15,0,9
249 dep r30=0,r30,0,10
299 dep r11=-1,r11,44,1 // Set psr.bn=1
305 dep r11=-1,r11,32,2 // Set psr.cpl=3
489 dep r30=0,r30,0,13 // 8KB aligned.
520 dep r30=0,r30,0,13 // 8KB aligned
/freebsd-10-stable/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S8 // variable 'shr' which is pairable with 'extr'/'dep' instructions.
244 dep te33=te22,te33,8,8} // 7/0:
250 dep te30=te23,te30,8,8} // 8/1:
255 dep te33=te11,te33,16,8 // 9/0:
258 dep te31=te20,te31,8,8 // 10/2:
261 dep te32=te21,te32,8,8 // 11/3:
264 dep te31=te13,te31,16,8 // 12/2:
268 dep te32=te10,te32,16,8};; // 13/3:
356 dep out1=r16,out1,24,8 //;;
357 dep out
[all...]
/freebsd-10-stable/usr.sbin/jail/
H A Dstate.c145 STAILQ_FOREACH(d, &j->dep[DEP_FROM], tq[DEP_FROM])
174 STAILQ_FOREACH(d, &j->dep[depfrom], tq[depfrom]) {
246 STAILQ_FOREACH(d, &j->dep[depto], tq[depto]) {
275 STAILQ_FOREACH(d, &j->dep[depfrom], tq[depfrom])
421 STAILQ_INSERT_TAIL(&from->dep[DEP_FROM], d, tq[DEP_FROM]);
422 STAILQ_INSERT_TAIL(&to->dep[DEP_TO], d, tq[DEP_TO]);
/freebsd-10-stable/contrib/atf/atf-c++/detail/
H A Dfs.cpp423 struct dirent* dep; local
424 while ((dep = ::readdir(dp)) != NULL) {
425 path entryp = p / dep->d_name;
426 insert(value_type(dep->d_name, file_info(entryp)));
/freebsd-10-stable/share/mk/
H A DMakefile18 bsd.dep.mk \

Completed in 115 milliseconds

123456