Home | History | Annotate | Download | only in m_syswrap

Lines Matching defs:pathname

745          HChar *pathname;        /* NULL if unknown. */
786 if (d->pathname) {
787 VG_(free)(d->pathname);
801 d->pathname = NULL;
841 if ((d->server == TRUE) && (d->pathname != NULL))
842 VG_(free)(d->pathname);
852 static void door_record_server_fattach(Int fd, HChar *pathname)
860 if (d->pathname != NULL)
861 VG_(free)(d->pathname);
862 d->pathname = VG_(strdup)("syswrap.door_server_fattach.1", pathname);
4130 /* int unlinkat(int dirfd, const char *pathname, int flags); */
4139 PRE_REG_READ3(long, "unlinkat", int, dirfd, const char *, pathname,
4141 PRE_MEM_RASCIIZ("unlinkat(pathname)", ARG2);
4143 /* Be strict but ignore dfd for absolute pathname. */
4210 /* Be strict but ignore fildes for absolute pathname. */
8884 const HChar *pathname;
8886 /* Get pathname of the door file descriptor, if not already done.
8887 Needed to dissect door service on the pathname below. */
8891 pathname = ML_(find_fd_recorded_by_fd)(fd);
8896 fd, pathname);
8899 if (VG_STREQ(pathname, VKI__PATH_KCFD_DOOR)) {
8909 } else if (VG_STREQ(pathname, VKI_NAME_SERVICE_DOOR)) {
8968 } else if (VG_STREQ(pathname, VKI_REPOSITORY_DOOR_NAME)) {
9012 fd, pathname);
9027 const HChar *pathname = ML_(find_fd_recorded_by_fd)(fd);
9032 fd, pathname);
9035 if (VG_STREQ(pathname, VKI__PATH_KCFD_DOOR)) {
9042 } else if (VG_STREQ(pathname, VKI_NAME_SERVICE_DOOR)) {
9088 } else if (VG_STREQ(pathname, VKI_REPOSITORY_DOOR_NAME)) {
9119 /* Get pathname of the door file descriptor based on the
9121 Needed to dissect door service on the pathname below. */
9123 const HChar *pathname = (open_door != NULL) ? open_door->pathname : NULL;
9130 fd, pathname, nr_doors_recorded);
9133 if (VG_STREQ(pathname, VKI__PATH_KCFD_DOOR)) {
9145 } else if (VG_STREQ(pathname, VKI_NAME_SERVICE_DOOR)) {
9186 } else if (VG_STREQ(pathname, VKI_REPOSITORY_DOOR_NAME)) {
9209 fd, pathname);
9222 const HChar *pathname = (open_door != NULL) ? open_door->pathname : NULL;
9229 fd, pathname, nr_doors_recorded);
9232 if (VG_STREQ(pathname, VKI__PATH_KCFD_DOOR)) {
9239 } else if (VG_STREQ(pathname, VKI_NAME_SERVICE_DOOR)) {
9295 } else if (VG_STREQ(pathname, VKI_REPOSITORY_DOOR_NAME)) {