Lines Matching refs:full

191   *p->name.full = '\0';  in physical_Create()
192 p->name.base = p->name.full; in physical_Create()
299 if (*p->name.full == '/' && p->type != PHYS_DIRECT && in physical_Lock()
302 log_Printf(LogPHASE, "%s: %s is in use\n", p->link.name, p->name.full); in physical_Lock()
305 p->link.name, p->name.full, uu_lockerr(res)); in physical_Lock()
315 if (*p->name.full == '/' && p->type != PHYS_DIRECT && in physical_Unlock()
363 if (*p->name.full == '/') { in physical_Close()
373 p->name.base = p->name.full; in physical_Close()
374 *p->name.full = '\0'; in physical_Close()
447 *p->name.full ? p->name.full : in physical_ShowStatus()
591 physical_SetDevice(p, p->name.full); in iov2physical()
634 p->link.name, p->name.full, p->handler->name); in iov2physical()
737 if (p->fd >= 0 && *p->name.full == '/' && p->type != PHYS_DIRECT) in physical_LockedDevice()
768 return p->name.full; in physical_GetDevice()
954 if (name != p->name.full) { in physical_SetDevice()
955 strncpy(p->name.full, name, sizeof p->name.full - 1); in physical_SetDevice()
956 p->name.full[sizeof p->name.full - 1] = '\0'; in physical_SetDevice()
958 p->name.base = *p->name.full == '!' ? p->name.full + 1 : in physical_SetDevice()
959 strncmp(p->name.full, _PATH_DEV, len) ? in physical_SetDevice()
960 p->name.full : p->name.full + len; in physical_SetDevice()
969 if (*p->name.full == '/') { in physical_Found()
1019 if (*p->name.full == '/') { in physical_Open()
1020 p->fd = ID0open(p->name.full, O_RDWR | O_NONBLOCK); in physical_Open()
1033 log_Printf(LogWARN, "%s: %s: %s\n", p->link.name, p->name.full, in physical_Open()
1038 p->name.full); in physical_Open()