Searched refs:btype (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Drename.c92 int stype, dtype, btype, side; local
100 btype = np->f_info[OPT_BASE].f_type;
105 if (btype == 0 && stype != dtype && (!stype || !dtype)) {
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dbus.c69 if (nvlist_add_string(attrs, DM_BTYPE, bp->btype) != 0) {
H A Ddisks_private.h74 char *btype; member in struct:bus_info
H A Dfindevs.c195 char *btype; local
205 if ((btype = bus_type(node, minor, args->ph)) == NULL) {
248 bp->btype = strdup(btype);
249 if (bp->btype == NULL) {
H A Dcache.c191 free(bp->btype);
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py1241 btype = getTheFileType(base)
1244 if btype == 'Error' or ptype == 'Error' :
1249 if (btype != ptype) :
1251 difference(fileName, "file type", btype + " to " + ptype)
1254 fileType = btype
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2812 int btype; member in struct:rboundary
2873 ta[m++].btype = 1;
2875 ta[m++].btype = -1;
2881 * if boundary values are same then sort on btype.
2887 (ta[i].btype < ta[j].btype))) {
2897 sum += ta[i].btype;
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c1075 int btype = adapter->ahw.boardcfg.board_type, data = 0; local
1077 if (btype == UNM_BRDTYPE_P3_HMEZ || btype == UNM_BRDTYPE_P3_XG_LOM) {
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_defs.h214 uint32_t btype:1; /* Buffer Type */ member in struct:Vmxnet3_RxDesc
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c98 fhc_check_array(int btype) argument
100 if (btype == FHC_BOARDS) {
/illumos-gate/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) argument
1786 if (btype == B_TO && curr->t == B_TO) {
1794 } else if (btype == B_FROM && curr->t == B_FROM) {
1804 newb->t = btype;
/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c576 int btype; local
581 err = ldi_ioctl(*target_hdlp, CHIP_DETECT, (intptr_t)&btype,
585 return (btype);

Completed in 85 milliseconds