Searched refs:id_name (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c180 if (strncmp(fname, ip->id_name, sizeof (ip->id_name)) != 0)
242 if (strncmp(fname, itwalk->id_name,
243 sizeof (itwalk->id_name)) != 0)
258 (void) strncpy(itwalk->id_name, fname, sizeof (itwalk->id_name));
259 itwalk->id_name[sizeof (itwalk->id_name) - 1] = '\0';
286 what->id_name,
315 idatep->id_name,
[all...]
H A Ddumpoptr.c406 if (strncmp(lastname, itwalk->id_name,
407 sizeof (itwalk->id_name)) == 0)
413 lastname = itwalk->id_name;
414 dt = mnttabsearch(itwalk->id_name, 0);
425 itwalk->id_name, dt ? dt->mnt_dir : "");
437 itwalk->id_name,
461 diff = strcoll((*p1)->id_name, (*p2)->id_name);
H A Ddump.h230 char id_name[MAXNAMLEN+3]; member in struct:idates
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c478 newent.d_namlen = strlen(idesc->id_name);
494 (void) memmove(dirp->d_name, idesc->id_name,
505 if (memcmp(dirp->d_name, idesc->id_name,
541 idesc.id_name = lfname;
763 idesc.id_name = name;
789 idesc.id_name = name;
H A Dinode.c206 * id_name This is a directory entry name to either create
1001 (void) memmove(idesc->id_name, dirp->d_name,
1016 if (strcmp(dirp->d_name, idesc->id_name) == 0 &&
1291 idesc.id_name = lfname;
1451 idesc.id_name = "..";
1473 idesc.id_name = name;
H A Dpass3.c194 idesc.id_name = namebuf;
H A Dfsck.h213 caddr_t id_name; /* for DATA nodes, name to find or enter */ member in struct:inodesc
H A Dutilities.c698 idesc.id_name = namebuf;
723 idesc.id_name = "..";
743 idesc.id_name = namebuf;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c263 char *id_name; local
291 id_name = kmem_alloc(len + 9 /* "_id_space" */ + 1, KM_SLEEP);
292 (void) sprintf(id_name, "%s_id_space", table->dbt_name);
293 table->dbt_id_space = id_space_create(id_name, start,
295 kmem_free(id_name, len + 10);
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h143 char *id_name; /* for DATA nodes, name to find or enter */ member in struct:inodesc
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c1444 wchar_t id_name[NAMESIZE+1]; local
1452 id_name[0] = 0;
1575 id_name, tokname);
1706 id_name[id_idx++] = c;
1707 id_name[id_idx] = 0;
1710 id_name[id_idx] = 0;

Completed in 82 milliseconds