Searched refs:td_name (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/vfs/tmpfs/ |
| HD | tmpfs_subr.c | 308 nde->td_name = kmalloc(len + 1, tmp->tm_name_zone, M_WAITOK | M_NULLOK); in tmpfs_alloc_dirent() 309 if (nde->td_name == NULL) { in tmpfs_alloc_dirent() 315 bcopy(name, nde->td_name, len); in tmpfs_alloc_dirent() 316 nde->td_name[len] = '\0'; in tmpfs_alloc_dirent() 348 kfree(de->td_name, tmp->tm_name_zone); in tmpfs_free_dirent() 350 de->td_name = NULL; in tmpfs_free_dirent() 696 wanted.td_name = ncp->nc_name; in tmpfs_dir_lookup() 944 de->td_namelen, de->td_name)) { in tmpfs_dir_getdents() 1435 return strncmp(a->td_name, b->td_name, a->td_namelen); in tmpfs_dirtree_compare()
|
| HD | tmpfs.h | 78 char *td_name; member 456 bcmp((de)->td_name, (name), (de)->td_namelen) == 0)
|
| HD | tmpfs_vnops.c | 1400 oldname = de->td_name; in tmpfs_nrename() 1401 de->td_name = newname; in tmpfs_nrename()
|
| /dragonfly/contrib/ncurses/ncurses/ |
| HD | curses.priv.h | 2499 const char* (*td_name)(struct DriverTCB*); member
|