Home
last modified time | relevance | path

Searched refs:newtype (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_003_pos.ksh57 for newtype in "" "mirror"
62 log $newtype $LDEV2
67 $TESTPOOL $ldev 'ONLINE' $newtype
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinet6_opt.c274 uint8_t newtype; in inet6_opt_find() local
277 offset = inet6_opt_next(extbuf, extlen, offset, &newtype, lenp, in inet6_opt_find()
282 } while (newtype != type); in inet6_opt_find()
/illumos-gate/usr/src/tools/smatch/src/
H A Dexpand.c89 void cast_value(struct expression *expr, struct symbol *newtype, in cast_value() argument
93 int new_size = newtype->bit_size; in cast_value()
97 if (is_float_type(newtype) || is_float_type(oldtype)) in cast_value()
113 if (is_bool_type(newtype)) { in cast_value()
144 if (!is_float_type(newtype)) { in cast_value()
156 if (!(newtype->ctype.modifiers & MOD_LONGLONG) && \ in cast_value()
157 !(newtype->ctype.modifiers & MOD_LONGLONGLONG)) { in cast_value()
158 if ((newtype->ctype.modifiers & MOD_LONG)) in cast_value()
H A Dexpression.h332 void cast_value(struct expression *expr, struct symbol *newtype,
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dir.h166 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx);
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c3318 uint32_t newtype = type; in memlist_to_ranges() local
3332 newtype &= ~PCI_ADDR_MASK; in memlist_to_ranges()
3333 newtype |= PCI_ADDR_MEM64; in memlist_to_ranges()
3337 ppb_rp->child_high = ppb_rp->parent_high = newtype; in memlist_to_ranges()
3346 pci_rp->child_high = newtype; in memlist_to_ranges()
3427 uint32_t newtype = type; in memlist_to_spec() local
3441 newtype &= ~PCI_ADDR_MASK; in memlist_to_spec()
3442 newtype |= PCI_ADDR_MEM64; in memlist_to_spec()
3445 sp->pci_phys_hi = newtype; in memlist_to_spec()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dxlate64.m453 * o Create a <newtype>_11_tof macro. Take a look at 'syminfo_11_tof'.
54 * o Create a <newtype>_11_tom macro. Take a look at 'syminfo_11_tom'.
55 * o The <newtype>_11_tof & <newtype>_11_tom results in conversion routines
56 * <newtype>_2L11_tof, <newtype>_2L11_tom, <newtype>_2M11_tof,
57 * <newtype>_2M11_tom being created in xlate.c. These routines
H A Dxlate.m453 * o Create a <newtype>_11_tof macro. Take a look at 'syminfo_11_tof'.
54 * o Create a <newtype>_11_tom macro. Take a look at 'syminfo_11_tom'.
55 * o The <newtype>_11_tof & <newtype>_11_tom results in conversion routines
56 * <newtype>_2L11_tof, <newtype>_2L11_tom, <newtype>_2M11_tof,
57 * <newtype>_2M11_tom being created in xlate.c. These routines
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dir.c1555 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx) in dsl_dir_transfer_space() argument
1559 ASSERT(newtype < DD_USED_NUM); in dsl_dir_transfer_space()
1569 dsl_dir_phys(dd)->dd_used_breakdown[newtype] >= -delta); in dsl_dir_transfer_space()
1572 dsl_dir_phys(dd)->dd_used_breakdown[newtype] += delta; in dsl_dir_transfer_space()
H A Ddnode.c400 dnode_setbonus_type(dnode_t *dn, dmu_object_type_t newtype, dmu_tx_t *tx) in dnode_setbonus_type() argument
405 dn->dn_bonustype = newtype; in dnode_setbonus_type()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c8487 int newtype; local
8701 newtype = (reason == NULL ? NORMQF_LETTER : QUARQF_LETTER);
8702 if (oldtype == newtype)
8710 (void) sm_strlcpy(newqf, queuename(e, newtype), sizeof(newqf));
8731 if (oldtype == newtype)
8763 if (!failing && oldtype != newtype)