Lines Matching defs:fd_to
1425 struct shmfd *fd_to;
1486 fd_to = shm_lookup(path_to, fnv_to);
1487 if ((flags & SHM_RENAME_NOREPLACE) != 0 && fd_to != NULL) {
1514 if ((flags & SHM_RENAME_EXCHANGE) != 0 && fd_to != NULL)
1515 shm_hold(fd_to);
1550 if ((flags & SHM_RENAME_EXCHANGE) != 0 && fd_to != NULL) {
1551 shm_insert(path_from, fnv_from, fd_to);
1553 shm_drop(fd_to);
1554 KASSERT(fd_to->shm_refs > 0, ("Expected >0 refs; got: %d\n",
1555 fd_to->shm_refs));