Searched defs:oldflags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddeflt.c263 * oldflags = defcntl(cmd, arg);
271 * oldflags Old value of flags. -1 on error.
291 * oldflags = defcntl_r(int cmd, int arg, void *defp);
301 * oldflags Old value of flags. -1 on error.
313 int oldflags; local
320 oldflags = thr_data->Dcflags;
323 oldflags = thr_data->Dcflags;
327 oldflags = -1;
331 return (oldflags);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c4180 int oldflags; local
4261 oldflags = v->gv_flags;
4272 if (milestone > MILESTONE_NONE && v->gv_flags != oldflags)

Completed in 72 milliseconds