HomeSort by relevance Sort by last modified time
    Searched refs:CLASS (Results 1 - 25 of 218) sorted by null

1 2 3 4 5 6 7 8 9

  /onnv/onnv-gate/usr/src/cmd/lp/lib/class/
llib-llpcls 35 typedef struct CLASS {
36 char *name; /* name of class (redundant) */
37 char **members; /* members of class */
38 } CLASS;
40 int putclass ( char *, CLASS * );
43 void freeclass ( CLASS * );
freeclass.c 36 #include "class.h"
39 ** freeclass() - FREE SPACE USED BY CLASS STRUCTURE
45 CLASS * clsbufp
49 CLASS *clsbufp;
  /onnv/onnv-gate/usr/src/cmd/lp/include/
class.h 38 ** The internal copy of a class as seen by the rest of the world:
45 typedef struct CLASS {
46 char *name; /* name of class (redundant) */
47 char **members; /* members of class */
48 } CLASS;
56 CLASS *getclass ( char * );
58 int putclass ( char *, CLASS * );
61 void freeclass ( CLASS * );
65 CLASS *getclass();
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/xfp/
Makefile 30 CLASS = common
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/io-retire/
Makefile 28 CLASS = common
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/ip-transport/
Makefile 30 CLASS = common
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/sp-monitor/
Makefile 28 CLASS = common
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire/ioboard/
Makefile 28 CLASS = plat
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire-15000/ioboard/
Makefile 28 CLASS = plat
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
Makefile 28 CLASS = common
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/ipmi/
Makefile 28 CLASS = common
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/xaui/
Makefile 31 CLASS = arch
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/zambezi/
Makefile 31 CLASS = arch
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/fdd-msg/
Makefile 27 CLASS = common
  /onnv/onnv-gate/usr/src/uts/sun4u/makaha/
Makefile.makaha 57 ROOT_MAKAHA_KERN_DIR = $(ROOT_MAKAHA_KERN_DIR_$(CLASS))
58 ROOT_MAKAHA_MISC_DIR = $(ROOT_MAKAHA_MISC_DIR_$(CLASS))
59 ROOT_MAKAHA_DRV_DIR = $(ROOT_MAKAHA_DRV_DIR_$(CLASS))
60 ROOT_MAKAHA_DACF_DIR = $(ROOT_MAKAHA_DACF_DIR_$(CLASS))
61 ROOT_MAKAHA_DRV_LINK = $(ROOT_MAKAHA_DRV_LINK_$(CLASS))
62 ROOT_MAKAHA_MISC_LINK = $(ROOT_MAKAHA_MISC_LINK_$(CLASS))
63 ROOT_MAKAHA_DACF_LINK = $(ROOT_MAKAHA_DACF_LINK_$(CLASS))
95 ROOT_SPUTNIK_KERN_DIR = $(ROOT_SPUTNIK_KERN_DIR_$(CLASS))
96 ROOT_SPUTNIK_MISC_DIR = $(ROOT_SPUTNIK_MISC_DIR_$(CLASS))
97 ROOT_SPUTNIK_DRV_DIR = $(ROOT_SPUTNIK_DRV_DIR_$(CLASS))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4u/fps-transport/
fpst-defines.h 42 #define CLASS "FPScrubber"
  /onnv/onnv-gate/usr/src/lib/fm/topo/maps/SUNW,USBRDT-5240/
Makefile 28 CLASS = platform
  /onnv/onnv-gate/usr/src/lib/fm/topo/maps/i386/
Makefile 28 CLASS = common
  /onnv/onnv-gate/usr/src/lib/fm/topo/maps/sparc/
Makefile 28 CLASS = common
  /onnv/onnv-gate/usr/src/lib/fm/topo/maps/sun4u/
Makefile 29 CLASS = arch
  /onnv/onnv-gate/usr/src/lib/fm/topo/maps/sun4v/
Makefile 29 CLASS = arch
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
Makefile 28 CLASS = arch
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/disk/
Makefile 28 CLASS = common
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/niu/
Makefile 31 CLASS = arch
  /onnv/onnv-gate/usr/src/lib/pkcs11/libsoftcrypto/sun4v/sparc/
Makefile 28 CLASS = 32

Completed in 420 milliseconds

1 2 3 4 5 6 7 8 9