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

/freebsd-11.0-release/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.h58 int dying; /* are we detaching? */ member in struct:cmx_softc
/freebsd-11.0-release/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h98 u_int8_t dying; /* are we dying? */ member in struct:ng_h4_info
H A Dng_h4.c255 sc->dying = 1;
751 if (!sc->dying) {
/freebsd-11.0-release/sys/dev/mxge/
H A Dif_mxge_var.h272 int dying; member in struct:mxge_softc
H A Dif_mxge.c3959 if (sc->dying == 2)
3960 sc->dying = 0;
4095 sc->dying = 2;
4175 if (sc->dying) {
4927 sc->dying = 0;
4983 sc->dying = 1;
/freebsd-11.0-release/usr.sbin/jail/
H A Djail.c612 int dopersist, ns, jid, dying, didfail; local
658 * The jail already exists, but may be dying.
665 jiov[2].iov_base = __DECONST(char *, "dying");
666 jiov[2].iov_len = sizeof("dying");
667 jiov[3].iov_base = &dying;
668 jiov[3].iov_len = sizeof(dying);
672 * dying, or it could be that the jid never existed
679 } else if (dying) {
694 * Again, perhaps the jail just finished dying.
/freebsd-11.0-release/sys/kern/
H A Dkern_jail.c1063 vfs_opterror(opts, "jail %d is dying",
1069 * A dying jail might be resurrected
1170 /* If no active jail is found, use a dying one. */
1182 "jail \"%s\" is dying", name);
2038 vfs_opterror(opts, "jail %d is dying",
2062 vfs_opterror(opts, "jail \"%s\" is dying",
2189 error = vfs_setopt(opts, "dying", &i, sizeof(i));
2548 /* There was no valid prison - perhaps there was a dying one. */
2654 * (even it sticks around in dying state).
4467 SYSCTL_JAIL_PARAM(, dying, CTLTYPE_IN
[all...]

Completed in 122 milliseconds