Home
last modified time | relevance | path

Searched refs:findname (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/device_remap/
H A Ddevice_remap.pl148 sub findname { subroutine
172 $nameid = $self->findname($propname);
230 $nameid = $self->findname($nodename);
231 $arcid = $self->findname($arcname);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3.c191 idesc.id_func = findname; in pass3a()
H A Dfsck.h552 int findname(struct inodesc *);
H A Dutilities.c704 idesc.id_func = findname; in getpathname()
749 idesc.id_func = findname; in getpathname()
H A Dinode.c1001 findname(struct inodesc *idesc) in findname() function