Searched refs:dying (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/dev/cmx/
H A Dcmx.c246 if (!sc || sc->dying)
272 sc->dying = 1;
320 * case sc->dying is always 1.
322 if (sc->dying)
399 if (sc->polling && !sc->dying) {
421 if (sc == NULL || sc->dying)
445 if (sc == NULL || sc->dying)
472 * Returns zero if successful, ENXIO if dying, EINVAL if an attempt
485 if (sc == NULL || sc->dying)
574 * Returns zero if successful, NXIO if dying, EINVA
[all...]
H A Dcmxvar.h60 int dying; /* are we detaching? */ member in struct:cmx_softc
/freebsd-12-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h100 u_int8_t dying; /* are we dying? */ member in struct:ng_h4_info
H A Dng_h4.c257 sc->dying = 1;
753 if (!sc->dying) {
/freebsd-12-stable/sys/crypto/blake2/
H A Dblake2_cryptodev.c60 bool dying; member in struct:blake2_softc
133 sc->dying = false;
167 sc->dying = true;
215 if (sc->dying) {
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_umem_odp.h86 int dying; member in struct:ib_umem_odp
/freebsd-12-stable/sys/dev/mxge/
H A Dif_mxge_var.h273 int dying; member in struct:mxge_softc
H A Dif_mxge.c3960 if (sc->dying == 2)
3961 sc->dying = 0;
4096 sc->dying = 2;
4211 if (sc->dying) {
4236 if (sc->dying) {
4329 if (sc->dying) {
4349 if (sc->dying) {
4999 sc->dying = 0;
5055 sc->dying = 1;
/freebsd-12-stable/usr.sbin/jail/
H A Djail.c620 int dopersist, ns, jid, dying, didfail; local
666 * The jail already exists, but may be dying.
673 jiov[2].iov_base = __DECONST(char *, "dying");
674 jiov[2].iov_len = sizeof("dying");
675 jiov[3].iov_base = &dying;
676 jiov[3].iov_len = sizeof(dying);
680 * dying, or it could be that the jid never existed
687 } else if (dying) {
702 * Again, perhaps the jail just finished dying.
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c133 item->odp_data->dying = 1;
134 /* Make sure that the fact the umem is dying is out before we release
/freebsd-12-stable/sys/kern/
H A Dkern_jail.c1033 vfs_opterror(opts, "jail %d is dying",
1039 * A dying jail might be resurrected
1140 /* If no active jail is found, use a dying one. */
1152 "jail \"%s\" is dying", name);
2018 vfs_opterror(opts, "jail %d is dying",
2042 vfs_opterror(opts, "jail \"%s\" is dying",
2168 error = vfs_setopt(opts, "dying", &i, sizeof(i));
2549 /* There was no valid prison - perhaps there was a dying one. */
2655 * (even it sticks around in dying state).
3793 SYSCTL_JAIL_PARAM(, dying, CTLTYPE_IN
[all...]

Completed in 195 milliseconds