/src/usr.bin/make/unit-tests/ |
dep-double-colon-indep.mk | 1 # $NetBSD: dep-double-colon-indep.mk,v 1.1 2020/10/23 19:11:30 rillig Exp $ 16 @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-140 [all...] |
dep-percent.mk | 1 # $NetBSD: dep-percent.mk,v 1.1 2020/10/23 19:54:35 rillig Exp $ 8 all: dep-percent.o 13 dep-percent.c:
|
deptgt-end-fail.mk | 17 . for all-dep in ok ERR 19 . for end-dep in ok ERR 20 . 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} \ [all...] |
/src/sys/fs/tmpfs/ |
tmpfs_rename.c | 389 struct tmpfs_dirent **dep = de; local in function:tmpfs_gro_remove 395 KASSERT(dep != NULL); 405 KASSERT((*dep)->td_node == VP_TO_TMPFS_NODE(vp)); 407 tmpfs_dir_detach(dnode, *dep); 408 tmpfs_free_dirent(VFS_TO_TMPFS(mp), *dep);
|
/src/sys/fs/filecorefs/ |
filecore_vnops.c | 298 struct filecore_direntry *dep = NULL; local in function:filecore_readdir 351 dep = fcdirentry(bp->b_data, i - 2); 352 if (dep->attr & FILECORE_ATTR_DIR) 356 if (filecore_fn2unix(dep->name, de->d_name,
|
/src/sys/dev/acpi/ |
acpi_cpu.c | 741 struct acpicpu_dep *dep; local in function:acpicpu_debug_print 801 dep = &sc->sc_cstate_dep; 804 "%u CPUs, domain %u, type %s\n", dep->dep_ncpus, 805 dep->dep_domain, acpicpu_debug_print_dep(dep->dep_type)); 810 dep = &sc->sc_pstate_dep; 813 "%u CPUs, domain %u, type %s\n", dep->dep_ncpus, 814 dep->dep_domain, acpicpu_debug_print_dep(dep->dep_type)); 819 dep = &sc->sc_tstate_dep [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_scheduler.c | 310 struct i915_dependency *dep, *p; local in function:__i915_schedule 334 * list_for_each_entry(dep, &node->signalers_list, signal_link) 335 * update_priorities(dep->signal, prio) 347 list_for_each_entry(dep, &dfs, dfs_link) { 348 struct i915_sched_node *node = dep->signaler; 361 GEM_BUG_ON(p == dep); /* no cycles! */ 393 list_for_each_entry_safe_reverse(dep, p, &dfs, dfs_link) { 394 INIT_LIST_HEAD(&dep->dfs_link); 396 node = dep->signaler; 489 i915_dependency_free(struct i915_dependency *dep) 539 struct i915_dependency *dep; local in function:i915_sched_node_add_dependency 555 struct i915_dependency *dep, *tmp; local in function:i915_sched_node_fini [all...] |
i915_request.h | 228 struct i915_dependency dep; member in struct:i915_request
|
/src/sys/fs/msdosfs/ |
msdosfs_denode.c | 333 msdosfs_deupdat(struct denode *dep, int waitfor) 336 return (msdosfs_update(DETOV(dep), NULL, NULL, 341 * Truncate the file described by dep to the length specified by length. 344 msdosfs_detrunc(struct denode *dep, u_long length, int flags, kauth_cred_t cred) 352 int isadir = dep->de_Attributes & ATTR_DIRECTORY; 354 struct msdosfsmount *pmp = dep->de_pmp; 357 printf("detrunc(): file %s, length %lu, flags %x\n", dep->de_Name, length, flags); 368 if ((DETOV(dep)->v_vflag & VV_ROOT) && !FAT32(pmp)) { 370 dep->de_dirclust, dep->de_diroffset) 538 struct denode *dep = VTODE(vp); local in function:msdosfs_reclaim 576 struct denode *dep = VTODE(vp); local in function:msdosfs_inactive 641 struct denode *dep = VTODE(vp); local in function:msdosfs_gop_markupdate [all...] |
msdosfs_lookup.c | 120 struct direntry *dep; local in function:msdosfs_lookup 247 dep = (struct direntry *)((char *)bp->b_data + blkoff); 257 if (dep->deName[0] == SLOT_EMPTY || 258 dep->deName[0] == SLOT_DELETED) { 268 if (dep->deName[0] == SLOT_EMPTY) { 283 if (dep->deAttributes == ATTR_WIN95) { 289 (struct winentry *)dep, 299 if (dep->deAttributes & ATTR_VOLUME) { 308 (chksum == msdosfs_winChksum(dep->deName)); 311 memcmp(&dosfilename[0],dep->deName,8) | [all...] |
msdosfs_vfsops.c | 1016 struct denode *dep; local in function:msdosfs_sync_selector 1020 dep = VTODE(vp); 1022 dep == NULL || (((dep->de_flag & 1121 struct denode *dep; local in function:msdosfs_vptofh 1130 dep = VTODE(vp); 1133 defh.defid_dirclust = dep->de_dirclust; 1134 defh.defid_dirofs = dep->de_diroffset; 1135 error = msdosfs_fh_enter(pmp, dep->de_dirclust, dep->de_diroffset [all...] |
msdosfs_vnops.c | 114 struct denode *dep; local in function:msdosfs_create 152 if ((error = msdosfs_createde(&ndirent, pdep, &pdep->de_crap, &dep, 155 *ap->a_vpp = DETOV(dep); 173 struct denode *dep = VTODE(vp); local in function:msdosfs_close 177 DETIMES(dep, NULL, NULL, NULL, dep->de_pmp->pm_gmtoff); 183 msdosfs_check_possible(struct vnode *vp, struct denode *dep, accmode_t accmode) 207 msdosfs_check_permitted(struct vnode *vp, struct denode *dep, accmode_t accmode, 210 struct msdosfsmount *pmp = dep->de_pmp; 213 if ((dep->de_Attributes & ATTR_READONLY) == 0 234 struct denode *dep = VTODE(vp); local in function:msdosfs_access 254 struct denode *dep = VTODE(ap->a_vp); local in function:msdosfs_getattr 323 struct denode *dep = VTODE(ap->a_vp); local in function:msdosfs_setattr 459 struct denode *dep = VTODE(vp); local in function:msdosfs_read 559 struct denode *dep = VTODE(vp); local in function:msdosfs_write 684 struct denode *dep; local in function:msdosfs_update 719 struct denode *dep = VTODE(ap->a_vp); local in function:msdosfs_remove 777 struct denode *dep; local in function:msdosfs_mkdir 963 struct denode *dep = VTODE(ap->a_vp); local in function:msdosfs_readdir 1239 struct denode *dep = VTODE(ap->a_vp); local in function:msdosfs_bmap 1287 struct denode *dep = VTODE(bp->b_vp); local in function:msdosfs_strategy 1328 struct denode *dep = VTODE(ap->a_vp); local in function:msdosfs_print 1349 struct denode *dep = VTODE(ap->a_vp); local in function:msdosfs_advlock 1417 struct denode *dep = VTODE(vp); local in function:msdosfs_fsync [all...] |
/src/usr.sbin/makefs/msdos/ |
msdosfs_vnops.c | 98 msdosfs_times(struct msdosfsmount *pmp, struct denode *dep, 116 msdosfs_unix2dostime(&at, pmp->pm_gmtoff, &dep->de_ADate, 118 msdosfs_unix2dostime(&mt, pmp->pm_gmtoff, &dep->de_MDate, 119 &dep->de_MTime, NULL); 151 struct direntry *dep; local in function:msdosfs_findslot 214 dep = (struct direntry *)((char *)bp->b_data + blkoff); 224 if (dep->deName[0] == SLOT_EMPTY || 225 dep->deName[0] == SLOT_DELETED) { 235 if (dep->deName[0] == SLOT_EMPTY) { 250 if (dep->deAttributes == ATTR_WIN95) 356 struct denode *dep; local in function:msdosfs_mkfile 547 struct denode *dep; local in function:msdosfs_mkdire [all...] |
/src/sys/kern/ |
sys_lwp.c | 355 lwpid_t dep; local in function:sys__lwp_wait 358 error = lwp_wait(l, SCARG(uap, wait_for), &dep, false); 362 error = copyout(&dep, SCARG(uap, departed), sizeof(dep));
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_cs.c | 1130 struct amdgpu_cs_post_dep *dep = &p->post_deps[i]; local in function:amdgpu_cs_process_syncobj_timeline_out_dep 1132 dep->chain = NULL; 1134 dep->chain = kmalloc(sizeof(*dep->chain), GFP_KERNEL); 1135 if (!dep->chain) 1139 dep->syncobj = drm_syncobj_find(p->filp, 1141 if (!dep->syncobj) { 1142 kfree(dep->chain); 1145 dep->point = syncobj_deps[i].point;
|
/src/usr.bin/config/ |
sem.c | 344 struct attr *a, *dep; local in function:defattr 361 dep = al->al_this; 362 if (dep->a_iattr) { 364 "attribute", name, dep->a_name); 367 (void)ht_insert2(attrdeptab, name, dep->a_name, 368 addvalue(V_ATTRIBUTE, a, dep)); 369 CFGDBG(2, "attr `%s' depends on attr `%s'", name, dep->a_name); 848 struct attr *dep; local in function:expandattr 859 dep = al->al_this; 860 expandattr(dep, callback) 2097 struct attr *dep; local in function:selectattr [all...] |
main.c | 667 panic("do_depend(%s): dep `%s' is an iattr", 813 struct nvlist *dep; local in function:check_dependencies 816 for (dep = deps; dep != NULL; dep = dep->nv_next) { 822 if ((a = ht_lookup(attrtab, dep->nv_name)) != NULL) { 827 } else if (OPT_OBSOLETE(dep->nv_name)) { 829 "is obsolete", thing, dep->nv_name); 830 } else if (!find_declared_option(dep->nv_name)) [all...] |
/src/sys/netinet6/ |
in6.c | 2125 struct in6_ifaddr *dep[2]; /* last-resort: deprecated */ local in function:in6_ifawithifp 2127 dep[0] = dep[1] = NULL; 2147 dep[0] = ia; 2184 dep[1] = (struct in6_ifaddr *)ifa; 2194 if (dep[0]) 2195 return dep[0]; 2196 if (dep[1]) 2197 return dep[1];
|
/src/sys/dev/usb/ |
xhci.c | 3697 uint32_t dep; local in function:xhci_setup_route 3706 dep = hub->ud_depth; 3707 if (dep == 0) 3710 if (dep > USB_HUB_MAX_DEPTH) 3715 << ((dep - 1) * 4);
|