Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dauxprop.c69 struct propval *prev_val; /* Previous value used by set/setvalues */ member
148 ctx->prev_val = NULL; in prop_init()
221 retval->prev_val = src_ctx->prev_val; in prop_dup()
454 ctx->prev_val = NULL; in prop_clear()
562 if(!name && !ctx->prev_val) return SASL_BADPARAM; in prop_set()
567 ctx->prev_val = NULL; in prop_set()
571 ctx->prev_val = val; in prop_set()
577 if(!ctx->prev_val) return SASL_BADPARAM; in prop_set()
580 cur = ctx->prev_val; in prop_set()
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_lm_main.c3496 u16_t prev_val; in init_nwuf_5709() local
3651 prev_val = 0; in init_nwuf_5709()
3687 REG_WR(pdev, rpm.rpm_acpi_data, (prev_val << 16) | (val >> 16)); in init_nwuf_5709()
3688 prev_val = (u16_t) val; in init_nwuf_5709()