/src/share/examples/refuse/ian/libfetch/ |
file.c | 120 struct dirent *de; local in function:fetchListFile 140 while ((de = readdir(dir)) != NULL) { 141 strncpy(p, de->d_name, (unsigned)(l - 1)); 146 _fetch_add_entry(&ue, &size, &len, de->d_name, &us);
|
/src/usr.sbin/makefs/ |
msdos.c | 250 struct denode *de; local in function:msdos_populate_dir 251 if ((de = msdosfs_mkdire(pbuf, dir, cur)) == NULL) { 255 if (msdos_populate_dir(pbuf, de, cur->child, cur,
|
/src/libexec/httpd/ |
dir-index-bozo.c | 58 struct dirent **de, **deo; local in function:bozo_dir_index 144 for (j = k = scandir(dirpath, &de, NULL, alphasort), deo = de; 145 j-- > 0; de++) { 147 char *name = (*de)->d_name;
|
/src/sys/fs/filecorefs/ |
filecore_lookup.c | 129 struct filecore_direntry *de; local in function:filecore_lookup 204 de = fcdirentry(bp->b_data, i); 207 while (de->name[0] != 0 && i < endsearch) { 211 res = filecore_fncmp(de->name, name, namelen); 219 de++; 230 de = fcdirentry(bp->b_data, i);
|
filecore_vnops.c | 297 struct dirent *de; local in function:filecore_readdir 330 de = kmem_zalloc(sizeof(struct dirent), KM_SLEEP); 336 de->d_fileno = dp->i_number; 337 de->d_type = DT_DIR; 338 de->d_namlen = 1; 339 strlcpy(de->d_name, ".", sizeof(de->d_name)); 343 de->d_fileno = filecore_getparent(dp); 344 de->d_type = DT_DIR; 345 de->d_namlen = 2 [all...] |
/src/usr.sbin/installboot/ |
ext2fs.c | 333 struct ext2fs_direct *de, *ede; local in function:ext2fs_findstage2_ino 350 de = (struct ext2fs_direct *)&dirbuf[0]; 352 while (de < ede) { 353 ino = fs2h32(de->e2d_ino); 354 if (ino != 0 && strcmp(de->e2d_name, params->stage2) == 0) { 358 if (fs2h16(de->e2d_reclen) == 0) 360 de = (struct ext2fs_direct *)((char *)de + 361 fs2h16(de->e2d_reclen));
|
ffs.c | 397 struct direct *de, *ede; local in function:ffs_findstage2_ino 414 de = (struct direct *)&dirbuf[0]; 416 while (de < ede) { 417 ino = de->d_fileno; 420 de->d_reclen = bswap16(de->d_reclen); 422 if (ino != 0 && strcmp(de->d_name, params->stage2) == 0) { 426 if (de->d_reclen == 0) 428 de = (struct direct *)((char *)de + de->d_reclen) [all...] |
/src/sys/fs/tmpfs/ |
tmpfs_vfsops.c | 266 tmpfs_dirent_t *de; local in function:tmpfs_unmount 272 while ((de = TAILQ_FIRST(&node->tn_spec.tn_dir.tn_dir)) != NULL) { 273 cnode = de->td_node; 277 tmpfs_dir_detach(node, de); 278 tmpfs_free_dirent(tmp, de);
|
tmpfs_subr.c | 373 tmpfs_dirent_t *de, *wde; local in function:tmpfs_construct_node 392 error = tmpfs_alloc_dirent(tmp, cnp->cn_nameptr, cnp->cn_namelen, &de); 404 tmpfs_free_dirent(tmp, de); 413 tmpfs_free_dirent(tmp, de); 433 tmpfs_dir_attach(dnode, de, node); 454 tmpfs_dirent_t **de) 472 *de = nde; 480 tmpfs_free_dirent(tmpfs_mount_t *tmp, tmpfs_dirent_t *de) 482 KASSERT(de->td_node == NULL); 483 KASSERT(de->td_seq == TMPFS_DIRSEQ_NONE) 604 tmpfs_dirent_t *de; local in function:tmpfs_dir_lookup 630 tmpfs_dirent_t *de = node->tn_dirent_hint; local in function:tmpfs_dir_cached 739 tmpfs_dirent_t *de = node->tn_spec.tn_dir.tn_readdir_lastp; local in function:tmpfs_dir_lookupbyseq 767 tmpfs_dirent_t *de; local in function:tmpfs_dir_getdotents 810 tmpfs_dirent_t *de; local in function:tmpfs_dir_getdents [all...] |
tmpfs_vnops.c | 140 tmpfs_dirent_t *de; local in function:tmpfs_lookup 229 de = tmpfs_dir_lookup(dnode, cnp); 230 if (de == NULL || de->td_node == TMPFS_NODE_WHITEOUT) { 246 if (de) { 247 KASSERT(de->td_node == TMPFS_NODE_WHITEOUT); 253 tnode = de->td_node; 697 tmpfs_dirent_t *de; local in function:tmpfs_remove 725 de = tmpfs_dir_cached(node); 726 if (de == NULL) 780 tmpfs_dirent_t *de; local in function:tmpfs_link 864 tmpfs_dirent_t *de; local in function:tmpfs_rmdir 1012 tmpfs_dirent_t *de = NULL; local in function:tmpfs_readdir 1329 tmpfs_dirent_t *de; local in function:tmpfs_whiteout [all...] |
/src/lib/libc/citrus/ |
citrus_db_factory.c | 98 struct _citrus_db_factory_entry *de; local in function:_citrus_db_factory_free 100 while ((de = SIMPLEQ_FIRST(&df->df_entries)) != NULL) { 102 if (de->de_key_free) 103 free(_region_head(&de->de_key)); 104 if (de->de_data_free) 105 free(_region_head(&de->de_data)); 106 free(de); 122 struct _citrus_db_factory_entry *de; local in function:_citrus_db_factory_add 124 de = malloc(sizeof(*de)); 268 struct _citrus_db_factory_entry *de, **depp, *det; local in function:_citrus_db_factory_serialize [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
sun8i-v3s.dtsi | 81 de: display-engine { label
|
sun8i-a23-a33.dtsi | 71 de: display-engine { label
|
sun8i-a83t.dtsi | 197 de: display-engine { label
|
sunxi-h3-h5.dtsi | 102 de: display-engine { label
|
/src/sys/fs/efs/ |
efs_subr.c | 273 struct efs_dirent *de; local in function:efs_dirblk_lookup 286 de = (struct efs_dirent *)((char *)dir + offset); 287 if (de->de_namelen == cn->cn_namelen && 288 (strncmp(cn->cn_nameptr, de->de_name, cn->cn_namelen) == 0)){ 297 de = (struct efs_dirent *)((char *)dir + offset); 298 *inode = be32toh(de->de_inumber);
|
efs_vnops.c | 309 struct efs_dirent *de; local in function:efs_readdir 360 de = EFS_DIRBLK_TO_DIRENT(db, slot); 361 s = _DIRENT_RECLEN(dp, de->de_namelen); 376 KASSERT(sizeof(dp->d_name)-de->de_namelen > 0); 377 dp->d_fileno = be32toh(de->de_inumber); 379 dp->d_namlen = de->de_namelen; 380 memcpy(dp->d_name, de->de_name, 381 de->de_namelen); 382 dp->d_name[de->de_namelen] = '\0';
|
/src/lib/libc/gdtoa/ |
misc.c | 740 int de, k; local in function:d2b 766 de = (int)(d0 >> Exp_shift); 771 if ( (de = (int)(d0 >> Exp_shift)) !=0) 842 if (de) { 845 *e = (de - Bias - (P-1) << 2) + k; 848 *e = de - Bias - (P-1) + k; 854 *e = de - Bias - (P-1) + 1 + k;
|
/src/sys/arch/hp300/hp300/ |
autoconf.c | 762 struct dev_data *de; local in function:dev_data_insert 771 de = LIST_FIRST(ddlist); 776 if (de == NULL) { 786 for (; LIST_NEXT(de, dd_clist) != NULL; de = LIST_NEXT(de, dd_clist)) { 787 if (de->dd_scode > dd->dd_scode) { 788 LIST_INSERT_BEFORE(de, dd, dd_clist); 797 LIST_INSERT_AFTER(de, dd, dd_clist);
|
/src/games/rogue/ |
level.c | 597 short i, de; local in function:recursive_deadend 604 de = rn + offsets[i]; 605 if (((de < 0) || (de >= MAXROOMS)) || 606 (!(same_row(rn, de) || same_col(rn, de)))) { 609 if (!(rooms[de].is_room & R_NOTHING)) { 612 drow = (rooms[de].top_row + rooms[de].bottom_row) / 2; 613 dcol = (rooms[de].left_col + rooms[de].right_col) / 2 [all...] |
/src/sbin/fsck_msdos/ |
dir.c | 112 struct dosDirEntry *de; local in function:newDosDirEntry 114 if (!(de = freede)) { 115 if (!(de = (struct dosDirEntry *)malloc(sizeof *de))) 118 freede = de->next; 119 return de; 123 freeDosDirEntry(struct dosDirEntry *de) 125 de->next = freede; 126 freede = de;
|
/src/sbin/newfs_msdos/ |
mkfs_msdos.c | 152 struct de { struct 258 struct de *de; local in function:mkfs_msdos 490 bpb.bps / sizeof(struct de)) + 497 howmany(DEFRDE, bpb.bps / sizeof(struct de)) + 536 rds = howmany(bpb.rde, bpb.bps / sizeof(struct de)); 746 de = (struct de *)img; 747 mklabel(de->namext, o.volume_label); 748 mk1(de->attr, 050) [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/ |
sun50i-h6.dtsi | 81 de: display-engine { label
|
/src/sys/lib/libsa/ |
dosfs.c | 63 struct direntry de; /* standard directory entry */ member in union:__anonc34c81eb010a 87 struct direntry de; /* directory entry */ member in struct:__anonc34c81eb0308 141 #define stclus(sz, de) ((sz) != 32 ? (u_int)getushort((de)->deStartCluster) : \ 142 ((u_int)getushort((de)->deHighClust) << 16) | \ 143 (u_int)getushort((de)->deStartCluster)) 230 const struct direntry *de; local in function:dosfs_open 242 if ((err = namede(fs, path, &de))) 245 clus = stclus(fs->fatsz, de); 246 size = getulong(de->deFileSize) 481 const struct direntry *de; local in function:namede [all...] |
/src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/allwinner/ |
sunxi-d1s-t113.dtsi | 24 de: display-engine { label
|