Searched refs:class (Results 1 - 25 of 695) sorted by path

1234567891011>>

/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiospci.c45 * So we have to scan by class code, subclass code and sometimes programming
324 biospci_find_devclass(uint32_t class, int index, uint32_t *locator) argument
329 v86.ecx = class;
H A Dlibi386.h136 int biospci_find_devclass(uint32_t class, int index, uint32_t *locator);
/illumos-gate/usr/src/boot/sys/sys/
H A Dqueue.h150 * In C++ there can be structure lists and class lists:
167 class type *slh_first; /* first element */ \
180 class type *sle_next; /* next element */ \
271 class type *stqh_first; /* first element */ \
272 class type **stqh_last; /* addr of last next element */ \
285 class type *stqe_next; /* next element */ \
403 class type *lh_first; /* first element */ \
417 class type *le_next; /* next element */ \
418 class type **le_prev; /* address of previous next element */ \
545 class typ
[all...]
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm1692 my ($abis, $class, $tmp, $gather);
1768 ($tag, $lib, $abis, $sym, $class) =
1837 "$sym|$abis|$class,";
H A Dappcert.pl479 if ($ldd_output !~ /wrong class/) {
H A Dsymcheck.pl524 my ($lib_abi_sym, $class, %result_list);
549 $class = $model{$lib_abi_sym};
550 $line = "$path_to_object|$a|$from|$l|$class|$s" . "\n";
552 if ($class !~ /^(public|private|unclassified)$/) {
554 "unrecognized symbol class: %s"), $class));
557 $result_list{$class} .= $line;
583 foreach $class (@classes) {
585 next if (! exists($result_list{$class}));
587 $file = "$dir/check.dynamic.$class";
[all...]
H A Dsymreport.pl568 my ($bin, $arch, $direct, $lib, $class, $sym);
588 ($bin, $arch, $direct, $lib, $class, $sym) =
610 ($bin, $arch, $direct, $lib, $class, $sym) =
/illumos-gate/usr/src/cmd/acpihpd/
H A Dnotify.c269 char *class, *subclass; local
280 class = sysevent_get_class_name(ev);
281 debug_print(2, "message_class = '%s'", class ? class : "unknown");
282 if (class == NULL || strcmp(class, EC_DR) != 0) {
283 debug_print(2, "class of message is not '%s'", EC_DR);
352 /* No need to free class & subclass. */
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c491 char *class = NULL; local
556 * list all devices of this class.
559 class = kva_match(da->da_devopts, DAOPT_CLASS);
560 if (class && (strcmp(class, device) == 0)) {
1436 char *class = NULL; local
1497 * deallocate all devices of this class (for sunray)
1500 class = kva_match(da->da_devopts, DAOPT_CLASS);
1501 if (class && (strcmp(class, devic
[all...]
/illumos-gate/usr/src/cmd/audio/include/
H A DAudio.h41 class Audio;
58 // This is the abstract base class from which all audio data types derive.
61 class Audio {
177 // The appropriate routine should be specialized by each leaf class.
H A DAudioBuffer.h38 // This is the class describing a mapped buffer of audio data.
42 class AudioBuffer : public AudioStream {
50 // class AudioStream methods specialized here
67 // class AudioStream methods specialized here
76 // class Audio methods specialized here
H A DAudioError.h47 // The AudioError class allows various interesting automatic conversions
48 class AudioError {
H A DAudioExtent.h39 // This class defines an extent of a referenced audio class
40 class AudioExtent : public Audio {
63 // class Audio methods specialized here
H A DAudioFile.h49 class VMAccess {
66 // This is the 'base' class for regular files containing audio data
67 class AudioFile : public AudioUnixfile {
90 // class AudioUnixfile methods specialized here
113 // class AudioUnixfile methods specialized here
151 // class Audio methods specialized here
H A DAudioGain.h45 class AudioGain {
H A DAudioHdr.h121 class AudioHdr {
135 // set in the AudioUnixfile class.
147 // set in the AudioUnixfile class.
H A DAudioList.h38 // This is the 'base' class for a list of extents of audio objects
39 class AudioList : public Audio {
41 // Define a linked list nested class
42 class AudioListEntry {
82 // class Audio methods specialized here
H A DAudioPipe.h38 // This is the 'base' class for pipes (such as stdin) containing audio data
39 class AudioPipe : public AudioUnixfile {
51 // class AudioUnixfile methods specialized here
67 // class Audio methods specialized here
H A DAudioRawPipe.h39 class AudioRawPipe : public AudioPipe {
53 // class AudioPipe methods specialized here
H A DAudioStream.h41 // This is the abstract base class for all audio data sources/sinks.
44 class AudioStream : public Audio {
77 // class Audio methods specialized here
H A DAudioTypeChannel.h39 // This is the class doing channel (mono->stereo) conversion
41 class AudioTypeChannel : public AudioTypeConvert {
56 // Either the input or output type must be handled by this class
H A DAudioTypeConvert.h38 // This is the abstract base class for an audio type conversion module
40 class AudioTypeConvert {
50 // class methods specialized by subclasses
57 // Either the input or output type must be handled by this class
H A DAudioTypeG72X.h39 // This is the class for CCITT G.72X compress/decompress
41 class AudioTypeG72X : public AudioTypeConvert {
59 // Either the input or output type must be handled by this class
H A DAudioTypeMux.h38 // This is the class doing channel multiplex/demultiplex
40 class AudioTypeMux : public AudioTypeConvert {
54 // Either the input or output type must be handled by this class
H A DAudioTypePcm.h38 // This is the class for a linear PCM conversion module
40 class AudioTypePcm : public AudioTypeConvert {
110 // Either the input or output type must be handled by this class

Completed in 205 milliseconds

1234567891011>>