Home
last modified time | relevance | path

Searched refs:brand_solaris_cmd (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbrand.h176 extern int brand_solaris_cmd(int, uintptr_t, uintptr_t, uintptr_t,
/illumos-gate/usr/src/uts/common/brand/sn1/
H A Dsn1_brand.c161 res = brand_solaris_cmd(cmd, arg1, arg2, arg3, &sn1_brand, SN1_VERSION); in sn1_brandsys()
/illumos-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c266 res = brand_solaris_cmd(cmd, arg1, arg2, arg3, &s10_brand, S10_VERSION); in s10_brandsys()
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c468 brand_solaris_cmd(int cmd, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, in brand_solaris_cmd() function