Home
last modified time | relevance | path

Searched refs:oldtype (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l89 static BOOL oldtype; /* next identifier is an old type */ variable
349 oldtype = NO;
510 } else if (typedefdef == YES && oldtype == NO) {
514 template == NO && oldtype == NO) {
572 oldtype = YES;
590 oldtype = NO;
604 oldtype = NO;
775 oldtype = NO; /* next identifier is an old type */
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dcancel.c149 pthread_setcanceltype(int type, int *oldtype) in pthread_setcanceltype() argument
187 if (oldtype != NULL) { in pthread_setcanceltype()
189 *oldtype = PTHREAD_CANCEL_ASYNCHRONOUS; in pthread_setcanceltype()
191 *oldtype = PTHREAD_CANCEL_DEFERRED; in pthread_setcanceltype()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c1146 oldtype = type; in recvrequest()
1160 if (oldtype) { in recvrequest()
1181 if (oldtype) { in recvrequest()
1358 if (oldtype) { in recvrequest()
1361 switch (oldtype) { in recvrequest()
1428 if (oldtype) { in recvrequest()
1431 switch (oldtype) { in recvrequest()
1891 oldtype = type; in proxtrans()
1908 switch (oldtype) { in proxtrans()
1961 switch (oldtype) { in proxtrans()
[all …]
/illumos-gate/usr/src/cmd/format/
H A Dmodify_partition.h41 void new_partitiontable(struct disk_type *tptr, struct disk_type *oldtype);
H A Dmain.c112 struct disk_type *type, *oldtype; in main() local
244 oldtype = disk->disk_type; in main()
266 if (type != oldtype) { in main()
H A Dmenu_command.c364 struct disk_type *type, *tptr, *oldtype; in c_type() local
385 oldtype = cur_disk->disk_type; in c_type()
573 new_partitiontable(tptr, oldtype); in c_type()
624 if ((tptr != oldtype) && in c_type()
634 if ((tptr != oldtype) && in c_type()
645 if ((tptr != oldtype) && in c_type()
660 if (tptr != oldtype) { in c_type()
/illumos-gate/usr/src/tools/smatch/src/
H A Dexpression.h333 struct expression *old, struct symbol *oldtype);
H A Dexpand.c90 struct expression *old, struct symbol *oldtype) in cast_value() argument
92 int old_size = oldtype->bit_size; in cast_value()
97 if (is_float_type(newtype) || is_float_type(oldtype)) in cast_value()
151 if (!is_float_type(oldtype)) in cast_value()
/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/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
1558 ASSERT(oldtype < DD_USED_NUM); in dsl_dir_transfer_space()
1568 dsl_dir_phys(dd)->dd_used_breakdown[oldtype] >= delta : in dsl_dir_transfer_space()
1571 dsl_dir_phys(dd)->dd_used_breakdown[oldtype] -= delta; in dsl_dir_transfer_space()
/illumos-gate/usr/src/uts/sun4u/tazmo/io/
H A Denvctrl.c2916 uint_t oldtype; in envctrl_get_dskled() local
2925 oldtype = chip->type; in envctrl_get_dskled()
2928 chip->type = oldtype; in envctrl_get_dskled()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c8486 int oldtype; local
8498 oldtype = queue_letter(e, ANYQFL_LETTER);
8702 if (oldtype == newtype)
8731 if (oldtype == newtype)
8763 if (!failing && oldtype != newtype)
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c3854 rep_protocol_value_type_t oldtype; in transaction_add() local
3915 if (property_type_locked(prop_p, &oldtype) == -1) { in transaction_add()
3919 if (oldtype != type) { in transaction_add()