NGQF_TYPE
switch(item->el_flags & NGQF_TYPE) {
("%s: invalid item type=%ld\n", __func__, (item->el_flags & NGQF_TYPE)));
switch(item->el_flags & NGQF_TYPE) {
("%s: invalid item type=%ld\n", __func__, (item->el_flags & NGQF_TYPE)));
KASSERT((item->el_flags & NGQF_TYPE) == NGQF_MESG,
("%s: invalid item type=%ld\n", __func__, (item->el_flags & NGQF_TYPE)));
if ((item->el_flags & NGQF_TYPE) == NGQF_DATA) {
switch (item->el_flags & NGQF_TYPE) {
if ((item->el_flags & NGQF_TYPE) == NGQF_FN) {
KASSERT(((type & ~NGQF_TYPE) == 0),
switch (item->el_flags & NGQF_TYPE) {
KASSERT(((type & ~NGQF_TYPE) == 0),
item->el_flags = (item->el_flags & ~NGQF_TYPE) | type;
switch(item->el_flags & NGQF_TYPE) {
if ((item->el_flags & NGQF_TYPE) == NGQF_MESG) { \