HomeSort by: relevance | last modified time | path
    Searched defs:nde (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs_subr.c 456 tmpfs_dirent_t *nde; local in function:tmpfs_alloc_dirent
458 nde = tmpfs_dirent_get(tmp);
459 if (nde == NULL)
462 nde->td_name = tmpfs_strname_alloc(tmp, len);
463 if (nde->td_name == NULL) {
464 tmpfs_dirent_put(tmp, nde);
467 nde->td_namelen = len;
468 memcpy(nde->td_name, name, len);
469 nde->td_seq = TMPFS_DIRSEQ_NONE;
470 nde->td_node = NULL; /* for asserts *
    [all...]

Completed in 13 milliseconds