Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/syscall/
H A Dstrcalls.c67 int localflags; in getmsg() local
75 if (copyin(flagsp, &localflags, sizeof (*flagsp))) in getmsg()
77 switch (localflags) { in getmsg()
96 localflags = RS_HIPRI; in getmsg()
98 localflags = 0; in getmsg()
99 if (copyout(&localflags, flagsp, sizeof (*flagsp))) in getmsg()
296 int32_t localflags; in getmsg32() local
304 if (copyin(flagsp, &localflags, sizeof (*flagsp))) in getmsg32()
306 switch (localflags) { in getmsg32()
325 localflags = RS_HIPRI; in getmsg32()
[all …]
/titanic_50/usr/src/uts/common/os/
H A Drctl.c2339 int localflags; in rctl_register() local
2347 localflags = RCTL_LOCAL_MAXIMAL; in rctl_register()
2349 localflags = RCTL_LOCAL_MAXIMAL | RCTL_LOCAL_DENY; in rctl_register()
2353 rctl_val->rcv_flagaction = localflags; in rctl_register()