Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/filesync/
H A Drename.c92 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()
/titanic_50/usr/src/tools/scripts/
H A Dwsdiff.py1200 btype = getTheFileType(base)
1203 if btype == 'Error' or ptype == 'Error' :
1208 if (btype != ptype) :
1210 difference(fileName, "file type", btype + " to " + ptype)
1213 fileType = btype
/titanic_50/usr/src/lib/libdiskmgt/common/
H A Dbus.c69 if (nvlist_add_string(attrs, DM_BTYPE, bp->btype) != 0) { in bus_get_attributes()
H A Dfindevs.c195 char *btype; in add_bus() local
205 if ((btype = bus_type(node, minor, args->ph)) == NULL) { in add_bus()
248 bp->btype = strdup(btype); in add_bus()
249 if (bp->btype == NULL) { in add_bus()
H A Ddisks_private.h76 char *btype; member
H A Dcache.c191 free(bp->btype); in cache_free_bus()
/titanic_50/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2812 int btype; member
2873 ta[m++].btype = 1; in aggr_mtu_range_intersection()
2875 ta[m++].btype = -1; in aggr_mtu_range_intersection()
2887 (ta[i].btype < ta[j].btype))) { in aggr_mtu_range_intersection()
2897 sum += ta[i].btype; in aggr_mtu_range_intersection()
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c98 fhc_check_array(int btype) in fhc_check_array() argument
100 if (btype == FHC_BOARDS) { in fhc_check_array()
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c104 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()
/titanic_50/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c1075 int btype = adapter->ahw.boardcfg.board_type, data = 0; in netxen_set_port_mode() local
1077 if (btype == UNM_BRDTYPE_P3_HMEZ || btype == UNM_BRDTYPE_P3_XG_LOM) { in netxen_set_port_mode()
/titanic_50/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c576 int btype; in lyr_detect_target_type() local
581 err = ldi_ioctl(*target_hdlp, CHIP_DETECT, (intptr_t)&btype, in lyr_detect_target_type()
585 return (btype); in lyr_detect_target_type()