Searched refs:oldflags (Results 1 – 3 of 3) sorted by relevance
1017 uint32_t oldflags; in nbd_negotiate_finish_oldstyle() local1023 if (nbd_read32(ioc, &oldflags, "export flags", errp) < 0) { in nbd_negotiate_finish_oldstyle()1026 if (oldflags & ~0xffff) { in nbd_negotiate_finish_oldstyle()1027 error_setg(errp, "Unexpected export flags %0x" PRIx32, oldflags); in nbd_negotiate_finish_oldstyle()1030 info->flags = oldflags; in nbd_negotiate_finish_oldstyle()
1423 uint16_t oldflags; in css_do_msch() local1442 oldflags = schib->pmcw.flags; in css_do_msch()1459 if (sch->disable_cb && (oldflags & PMCW_FLAGS_MASK_ENA) != 0 in css_do_msch()
706 int oldflags, newflags; \709 oldflags = get_float_exception_flags(s); \716 set_float_exception_flags(newflags | oldflags, s); \