Lines Matching refs:name
14 * 3. Neither the name of the copyright holder nor the names of its contributors may be used
51 char *name = NULL;
66 name = filp->f_path;
68 name = "(socks)";
70 name = "(timer)";
72 name = "(mqueue)";
74 name = "(epoll)";
76 name = "(unknown)";
80 (void)LosBufPrintf(seqBuf, "%u\t%d\t%6d <%d>\t%s\n", pid, fd, sysFd, filp ? filp->f_refcount : 1, name);
82 (void)LosBufPrintf(seqBuf, "%u\t%d\t%s\n", pid, fd, name);