Home
last modified time | relevance | path

Searched refs:localflags (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dstrcalls.c64 int localflags; in getmsg() local
72 if (copyin(flagsp, &localflags, sizeof (*flagsp))) in getmsg()
74 switch (localflags) { in getmsg()
93 localflags = RS_HIPRI; in getmsg()
95 localflags = 0; in getmsg()
96 if (copyout(&localflags, flagsp, sizeof (*flagsp))) in getmsg()
293 int32_t localflags; in getmsg32() local
301 if (copyin(flagsp, &localflags, sizeof (*flagsp))) in getmsg32()
303 switch (localflags) { in getmsg32()
322 localflags = RS_HIPRI; in getmsg32()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Drctl.c2337 int localflags; in rctl_register() local
2345 localflags = RCTL_LOCAL_MAXIMAL; in rctl_register()
2347 localflags = RCTL_LOCAL_MAXIMAL | RCTL_LOCAL_DENY; in rctl_register()
2351 rctl_val->rcv_flagaction = localflags; in rctl_register()