/illumos-gate/usr/src/cmd/filesync/ |
H A D | rename.c | 92 int stype, dtype, btype, side; in find_renames() local 100 btype = np->f_info[OPT_BASE].f_type; in find_renames() 105 if (btype == 0 && stype != dtype && (!stype || !dtype)) { in find_renames()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | linearize.c | 914 struct symbol *btype; // base type of bitfields member 977 insn = alloc_typed_instruction(OP_LOAD, ad->btype); in add_load() 996 store = alloc_typed_instruction(OP_STORE, ad->btype); in add_store() 1005 pseudo_t ori, pseudo_t val, struct symbol *ctype, struct symbol *btype) in linearize_bitfield_insert() argument 1010 unsigned long long smask= bits_mask(btype->bit_size); in linearize_bitfield_insert() 1012 val = add_cast(ep, btype, ctype, OP_ZEXT, val); in linearize_bitfield_insert() 1014 val = add_binary_op(ep, btype, OP_SHL, val, value_pseudo(shift)); in linearize_bitfield_insert() 1017 ori = add_binary_op(ep, btype, OP_AND, ori, value_pseudo(~mask & smask)); in linearize_bitfield_insert() 1018 val = add_binary_op(ep, btype, OP_OR, ori, val); in linearize_bitfield_insert() 1028 struct symbol *btype; in linearize_store_gen() local [all …]
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | wsdiff.py | 1313 btype = getTheFileType(base) 1316 if btype == 'Error' or ptype == 'Error' : 1321 if (btype != ptype) : 1324 btype + " to " + ptype) 1327 fileType = btype
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | findevs.c | 206 char *btype; in add_bus() local 216 if ((btype = bus_type(node, minor, args->ph)) == NULL) { in add_bus() 259 bp->btype = strdup(btype); in add_bus() 260 if (bp->btype == NULL) { in add_bus()
|
H A D | bus.c | 67 if (nvlist_add_string(attrs, DM_BTYPE, bp->btype) != 0) { in bus_get_attributes()
|
H A D | disks_private.h | 79 char *btype; member
|
H A D | cache.c | 193 free(bp->btype); in cache_free_bus()
|
/illumos-gate/usr/src/uts/sun4u/sunfire/io/ |
H A D | fhc_bd.c | 96 fhc_check_array(int btype) in fhc_check_array() argument 98 if (btype == FHC_BOARDS) { in fhc_check_array()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | itree.c | 104 enum bubbletype btype, int nork, int gen); 1776 itree_add_bubble(struct event *eventp, enum bubbletype btype, int nork, int gen) in itree_add_bubble() argument 1786 if (btype == B_TO && curr->t == B_TO) { in itree_add_bubble() 1794 } else if (btype == B_FROM && curr->t == B_FROM) { in itree_add_bubble() 1804 newb->t = btype; in itree_add_bubble()
|
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | vmxnet3_defs.h | 214 uint32_t btype:1; /* Buffer Type */ member
|
/illumos-gate/usr/src/uts/common/io/ntxn/ |
H A D | unm_gem.c | 1080 int btype = adapter->ahw.boardcfg.board_type, data = 0; in netxen_set_port_mode() local 1082 if (btype == UNM_BRDTYPE_P3_HMEZ || btype == UNM_BRDTYPE_P3_XG_LOM) { in netxen_set_port_mode()
|
/illumos-gate/usr/src/uts/common/io/aggr/ |
H A D | aggr_grp.c | 3322 int btype; member 3383 ta[m++].btype = 1; in aggr_mtu_range_intersection() 3385 ta[m++].btype = -1; in aggr_mtu_range_intersection() 3397 (ta[i].btype < ta[j].btype))) { in aggr_mtu_range_intersection() 3407 sum += ta[i].btype; in aggr_mtu_range_intersection()
|