Searched refs:newds (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/flex/
H A Ddfa.c383 int *accset, ds, nacc, newds; local
645 hashval, &newds)) {
659 state[sym] = newds;
664 newds);
667 targstate[targptr] = newds;
820 * On return, the dfa state number is in newds.
828 int newds, *oldsns; local
865 newds = lastdfa;
867 dss[newds] = allocate_integer_array (numstates + 1);
877 dss[newds][
[all...]
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c1133 dsl_dataset_t *ds, *newds; local
1175 VERIFY0(dsl_dataset_own_obj(dp, dsobj, dmu_recv_tag, &newds));
1179 !newds->ds_large_blocks) {
1181 newds->ds_large_blocks = B_TRUE;
1184 dmu_buf_will_dirty(newds->ds_dbuf, tx);
1185 dsl_dataset_phys(newds)->ds_flags |= DS_FLAG_INCONSISTENT;
1191 if (BP_IS_HOLE(dsl_dataset_get_blkptr(newds))) {
1193 newds, dsl_dataset_get_blkptr(newds), drrb->drr_type, tx);
1196 drba->drba_cookie->drc_ds = newds;
[all...]
H A Ddmu_objset.c567 dsl_dataset_t *ds, *newds; local
579 VERIFY0(dsl_dataset_own(dp, name, tag, &newds));
580 VERIFY3P(newds, ==, os->os_dsl_dataset);

Completed in 115 milliseconds