Searched defs:feature (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/cmd/hal/utils/
H A Dcdutils.c189 get_configuration(int fd, uint16_t feature, int bufsize, uchar_t *buf) argument
199 scmd.uscsi_cdb[2] = (feature >> 8) & 0xff; /* starting feature # */
200 scmd.uscsi_cdb[3] = feature & 0xff;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast.h151 char* feature; member in struct:__anon1102
/osnet-11/usr/src/lib/libast/common/include/
H A Dast.h142 char* feature; member in struct:__anon1137
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast.h151 char* feature; member in struct:__anon1196
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast.h151 char* feature; member in struct:__anon1218
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h151 char* feature; member in struct:__anon1240
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddisk.c651 * a feature.
653 * \return 1 if \p disk_type supports \p feature, 0 otherwise.
657 PedDiskTypeFeature feature)
659 return (disk_type->features & feature) != 0;
1468 * to check whether this feature is enabled for a label.
656 ped_disk_type_check_feature(const PedDiskType* disk_type, PedDiskTypeFeature feature) argument
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c291 static char* feature(Feature_t*, const char*, const char*, const char*, unsigned int, Error_f);
362 feature(0, s, d, v, 0, 0);
638 feature(sp, 0, path, sp->std, 0, 0);
756 * value==0 get feature name
757 * value!=0 set feature name
762 feature(register Feature_t* fp, const char* name, const char* path, const char* value, unsigned int flags, Error_f conferror) function
771 error(-2, "astconf feature name=%s path=%s value=%s flags=%04x fp=%p%s", name, path, value, flags, fp, state.synthesizing ? " SYNTHESIZING" : "");
1480 if ((look.standard < 0 || look.standard == CONF_AST) && look.call <= 0 && look.section <= 1 && (s = feature(0, look.name, path, value, flags, conferror)))
1640 if (!(s = feature(fp, 0, path, NiL, 0, 0)) || !*s)
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c111 uchar_t feature[2]; /* common to all */ member in struct:conf_feature
239 struct conf_feature feature; member in struct:get_configuration
1275 struct conf_feature *feature; local
1280 feature = &config->feature;
1281 flen = feature->len / sizeof (struct profile_list);
1285 prof_num = (int)convnum(feature->features.plist[0].profile, 2);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c505 process_cursive (struct gsub_feature *feature, argument
529 for (j = 0; j < grub_be_to_cpu16 (feature->lookupcount); j++)
531 int lookup_index = grub_be_to_cpu16 (feature->lookupindices[j]);
638 struct gsub_feature *feature = (struct gsub_feature *) local
643 if (feature->params)
644 printf (_("WARNING: unsupported feature parameters: %x\n"),
645 grub_be_to_cpu16 (feature->params));
661 process_cursive (feature, lookups, feattag);
674 printf (_("Unknown gsub feature 0x%x (%s)\n"), feattag, str);

Completed in 36 milliseconds