Searched refs:lockd_port (Results 1 – 1 of 1) sorted by relevance
145 mach_port_t lockd_port = IPC_PORT_NULL; in nfs_lockd_mount_unregister() local174 kr = host_get_lockd_port(host_priv_self(), &lockd_port); in nfs_lockd_mount_unregister()175 if ((kr != KERN_SUCCESS) || !IPC_PORT_VALID(lockd_port)) { in nfs_lockd_mount_unregister()177 kr, (lockd_port == IPC_PORT_NULL) ? "NULL" : in nfs_lockd_mount_unregister()178 (lockd_port == IPC_PORT_DEAD) ? "DEAD" : "VALID"); in nfs_lockd_mount_unregister()182 kr = lockd_shutdown(lockd_port); in nfs_lockd_mount_unregister()187 ipc_port_release_send(lockd_port); in nfs_lockd_mount_unregister()367 mach_port_t lockd_port = IPC_PORT_NULL; in nfs_lockd_send_request() local369 kr = host_get_lockd_port(host_priv_self(), &lockd_port); in nfs_lockd_send_request()370 if (kr != KERN_SUCCESS || !IPC_PORT_VALID(lockd_port)) { in nfs_lockd_send_request()[all …]