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

/freebsd-13-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c103 #define FLG_DELAYED 0x08 /* Fork into background after connect */ macro
983 if ((ctx->flags & FLG_DELAYED) && !(ctx->flags & FLG_NODAEMON))
1389 ctx.flags |= FLG_DELAYED;
1419 ctx.flags &= ~FLG_DELAYED;
1501 if (!(ctx.flags & FLG_DELAYED) && !(ctx.flags & FLG_NODAEMON))

Completed in 468 milliseconds