Searched refs:localflags (Results 1 – 2 of 2) sorted by relevance
67 int localflags; in getmsg() local75 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() local304 if (copyin(flagsp, &localflags, sizeof (*flagsp))) in getmsg32()306 switch (localflags) { in getmsg32()325 localflags = RS_HIPRI; in getmsg32()[all …]
2339 int localflags; in rctl_register() local2347 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()