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

/freebsd-13-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c102 #define FLG_DAEMON 0x04 /* Running as daemon */ macro
1311 ctx->flags |= FLG_DAEMON;
1535 if (!(ctx.flags & FLG_DAEMON) && (ctx.flags & IPASSIGNED)) {
1545 if (!(ctx.flags & FLG_DAEMON) && (ctx.flags & IPASSIGNED))
1556 if (ctx.flags & FLG_DAEMON) {

Completed in 226 milliseconds