Home
last modified time | relevance | path

Searched refs:brand (Results 1 – 25 of 96) sorted by relevance

1234

/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-zones-brand-s10.p5m34 dir path=etc/brand group=sys
35 dir path=etc/brand/solaris10 group=sys
36 file path=etc/brand/solaris10/pkgrm.conf group=sys \
45 $(i386_ONLY)dir path=usr/kernel/brand group=sys
52 dir path=usr/lib/brand
53 dir path=usr/lib/brand/solaris10 group=sys
54 dir path=usr/lib/brand/solaris10/$(ARCH64)
57 file path=usr/lib/brand/solaris10/attach mode=0755
58 file path=usr/lib/brand/solaris10/clone mode=0755
61 file path=usr/lib/brand/solaris10/detach mode=0755
[all …]
H A Dsystem-zones-brand-sn1.p5m37 $(i386_ONLY)dir path=usr/kernel/brand group=sys
38 $(i386_ONLY)dir path=usr/kernel/brand/$(ARCH64) group=sys
43 dir path=usr/lib/brand
44 dir path=usr/lib/brand/sn1 group=sys
45 dir path=usr/lib/brand/sn1/$(ARCH64)
46 file path=usr/lib/brand/sn1/$(ARCH64)/sn1_librtld_db.so.1
47 link path=usr/lib/brand/sn1/64 target=$(ARCH64)
48 file path=usr/lib/brand/sn1/config.xml mode=0444
49 file path=usr/lib/brand/sn1/platform.xml mode=0444
50 file path=usr/lib/brand/sn1/sn1_boot mode=0755
[all …]
H A Dsystem-zones.p5m33 dir path=etc/brand group=sys variant.opensolaris.zone=global
39 # This file must be retained so that `zoneadm` can determine the default brand
74 dir path=usr/lib/brand
75 dir path=usr/lib/brand/ipkg group=bin
76 file path=usr/lib/brand/ipkg/config.xml mode=0444
77 file path=usr/lib/brand/ipkg/platform.xml mode=0444
78 dir path=usr/lib/brand/shared group=sys
79 file path=usr/lib/brand/shared/common.ksh mode=0444
80 file path=usr/lib/brand/shared/query mode=0755
81 file path=usr/lib/brand/shared/uninstall.ksh mode=0444
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dbrand.4th25 marker task-brand.4th
30 \ Initialize brand placement to defaults
38 \ NOTE: Each is defined as a brand function in /boot/brand-${loader_brand}.4th
40 \ a `brand' function, no brand is drawn.
51 \ If `brand' is defined, execute it
52 s" brand" sfind ( -- xt|0 bool ) if
55 \ Not defined; try-include desired brand file
67 \ Execute `brand' if defined now
68 s" brand" sfind if
74 : draw-brand
[all …]
H A Dbrand-fbsd.4th27 2 brandX ! 1 brandY ! \ Initialize brand placement defaults
29 : brand+ ( x y c-addr/u -- x y' )
35 : brand ( x y -- ) \ "FreeBSD" [wide] logo in B/W (7 rows x 42 columns)
37 s" ______ ____ _____ _____ " brand+
38 s" | ____| | _ \ / ____| __ \ " brand+
39 s" | |___ _ __ ___ ___ | |_) | (___ | | | |" brand+
40 s" | ___| '__/ _ \/ _ \| _ < \___ \| | | |" brand+
41 s" | | | | | __/ __/| |_) |____) | |__| |" brand+
42 s" | | | | | | || | | |" brand+
43 s" |_| |_| \___|\___||____/|_____/|_____/ " brand+
H A Dbrand-illumos.4th25 2 brandX ! 1 brandY ! \ Initialize brand placement defaults
27 : brand+ ( x y c-addr/u -- x y' )
33 : brand ( x y -- ) \ "illumos" [wide] logo in B/W (5 rows x 39 columns)
40 s" /boot/illumos-brand.png"
47 s" _ _ _ " brand+
48 s" (_)| || | _ _ _ __ ___ ___ ___ " brand+
49 s" | || || || | | || '_ ` _ \ / _ \ / __|" brand+
50 s" | || || || |_| || | | | | || (_) |\__ \" brand+
51 s" |_||_||_| \__,_||_| |_| |_| \___/ |___/" brand+
H A DMakefile28 FORTH += brand.4th
29 FORTH += brand-illumos.4th
53 FILES += illumos-brand.png
/illumos-gate/usr/src/uts/common/sys/
H A Dbrand.h133 typedef struct brand { struct
177 struct brand *, int);
179 struct brand *);
182 struct brand *, char *, char *, char *, char *, char *);
183 extern void brand_solaris_exec(struct brand *);
185 struct brand *);
187 extern void brand_solaris_freelwp(klwp_t *, struct brand *);
188 extern int brand_solaris_initlwp(klwp_t *, struct brand *);
189 extern void brand_solaris_lwpexit(klwp_t *, struct brand *);
191 struct brand *);
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c85 brand_register(brand_t *brand) in brand_register() argument
89 if (brand == NULL) in brand_register()
97 brand->b_name); in brand_register()
102 brand->b_name); in brand_register()
108 if (brand->b_name == NULL || brand->b_ops == NULL || in brand_register()
139 list->bl_brand = brand; in brand_register()
154 brand_unregister(brand_t *brand) in brand_unregister() argument
159 if (brand == NULL || brand->b_name == NULL) { in brand_unregister()
168 if (list->bl_brand == brand) in brand_unregister()
181 brand->b_name); in brand_unregister()
[all …]
/illumos-gate/usr/src/lib/brand/
H A DMakefile.brand27 ROOTDIR= $(ROOT)/usr/lib/brand
32 ETCBRANDDIR= $(ROOT)/etc/brand/$(BRAND)
40 BRAND_SHARED= $(SRC)/lib/brand/shared
/illumos-gate/usr/src/lib/brand/labeled/
H A DMakefile.labeled31 include $(SRC)/lib/brand/Makefile.brand
/illumos-gate/usr/src/lib/brand/ipkg/
H A DMakefile.ipkg31 include $(SRC)/lib/brand/Makefile.brand
/illumos-gate/usr/src/lib/brand/sn1/
H A DMakefile.sn131 include $(SRC)/lib/brand/Makefile.brand
/illumos-gate/usr/src/lib/brand/solaris10/
H A DMakefile.s1029 include $(SRC)/lib/brand/Makefile.brand
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/i386/
H A DMakefile25 ISAOBJDIR = $(BRAND_SHARED)/brand/i386/pics
29 CPPFLAGS += -I$(BRAND_SHARED)/brand/i386
/illumos-gate/usr/src/lib/brand/sn1/sn1_brand/i386/
H A DMakefile26 ISAOBJDIR = $(BRAND_SHARED)/brand/i386/pics
30 CPPFLAGS += -I$(BRAND_SHARED)/brand/i386
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/sparc/
H A DMakefile25 ISAOBJDIR = $(BRAND_SHARED)/brand/sparc/pics
29 CPPFLAGS += -I$(BRAND_SHARED)/brand/sparc
/illumos-gate/usr/src/lib/brand/sn1/sn1_brand/sparc/
H A DMakefile26 ISAOBJDIR = $(BRAND_SHARED)/brand/sparc/pics
30 CPPFLAGS += -I$(BRAND_SHARED)/brand/sparc
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/amd64/
H A DMakefile25 ISAOBJDIR = $(BRAND_SHARED)/brand/amd64/pics/
30 CPPFLAGS += -I$(BRAND_SHARED)/brand/amd64
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/sparcv9/
H A DMakefile25 ISAOBJDIR = $(BRAND_SHARED)/brand/sparcv9/pics
30 CPPFLAGS += -I$(BRAND_SHARED)/brand/sparcv9
/illumos-gate/usr/src/lib/brand/sn1/sn1_brand/amd64/
H A DMakefile26 ISAOBJDIR = $(BRAND_SHARED)/brand/amd64/pics/
31 CPPFLAGS += -I$(BRAND_SHARED)/brand/amd64
/illumos-gate/usr/src/lib/brand/sn1/sn1_brand/sparcv9/
H A DMakefile26 ISAOBJDIR = $(BRAND_SHARED)/brand/sparcv9/pics
31 CPPFLAGS += -I$(BRAND_SHARED)/brand/sparcv9
/illumos-gate/usr/src/lib/libbrand/
H A DMakefile41 BRANDDIR= brand
44 DTDS = dtd/brand.dtd.1 dtd/zone_platform.dtd.1
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dimage_install.ksh26 . /usr/lib/brand/solaris10/common.ksh
84 /usr/lib/brand/solaris10/uninstall $ZONENAME $ZONEPATH -F
232 /usr/lib/brand/solaris10/p2v -l "$LOGFILE" -m "$p2v_prog" \
/illumos-gate/usr/src/lib/brand/sn1/sn1_brand/
H A DMakefile.com66 -I. -I$(BRAND_SHARED)/brand/sys -I$(UTSBASE)/common/brand/sn1

1234