/freebsd/stand/forth/ |
H A D | brand.4th | 26 marker task-brand.4th 31 \ Initialize brand placement to defaults 36 \ loader_brand_y) if defined, or (2,1) (top-left). To choose your brand, set 37 \ the variable `loader_brand' to the respective brand name. 39 \ NOTE: Each is defined as a brand function in /boot/brand-${loader_brand}.4th 40 \ NOTE: If `/boot/brand-${loader_brand}.4th' does not exist or does not define 41 \ a `brand' function, no brand is drawn. 43 : draw-brand ( -- ) \ at (loader_brand_x,loader_brand_y), else (2,1) 52 \ If `brand' is defined, execute it 53 s" brand" sfind ( -- xt|0 bool ) if [all …]
|
H A D | brand-fbsd.4th | 26 2 brandX ! 1 brandY ! \ Initialize brand placement defaults 28 : brand+ ( x y c-addr/u -- x y' ) 34 : brand ( x y -- ) \ "FreeBSD" [wide] logo in B/W (7 rows x 42 columns) 41 s" /boot/images/freebsd-brand-rev.png" 48 s" ______ ____ _____ _____ " brand+ 49 s" | ____| | _ \ / ____| __ \ " brand+ 50 s" | |___ _ __ ___ ___ | |_) | (___ | | | |" brand+ 51 s" | ___| '__/ _ \/ _ \| _ < \___ \| | | |" brand+ 52 s" | | | | | __/ __/| |_) |____) | |__| |" brand+ 53 s" | | | | | | || | | |" brand+ [all …]
|
H A D | brand.4th.8 | 29 .Nm brand.4th 34 is a set of commands designed to draw the ASCII art BSD brand above the boot 49 .Dl include brand.4th 58 .It Ic draw-brand 59 Draws the BSD brand. 61 The brand that is drawn is configured by setting the 82 Selects the desired brand in the beastie boot menu. 88 Sets the desired column position of the brand. 91 Sets the desired row position of the brand. 99 .It Pa /boot/brand.4th [all …]
|
H A D | Makefile | 4 brand.4th.8 \ 14 FILES+= brand.4th 15 FILES+= brand-fbsd.4th
|
H A D | shortcuts.4th | 46 draw-brand \ Draw FIS logo at top (in brand.4th)
|
H A D | menu.rc | 8 include /boot/brand.4th 17 draw-brand \ draw the FreeBSD title (top-left; see `brand.4th')
|
/freebsd/lib/libc/posix1e/ |
H A D | acl_branding.c | 37 * of what "brand" ACL is: NFSv4, POSIX.1e or unknown. It happens 40 * ACL, if its brand is unknown it gets branded as NFSv4 if any of the 58 * Return brand of an ACL. 75 * Return 1, iff branding ACL as "brand" is ok. 78 _acl_brand_may_be(const acl_t acl, int brand) in _acl_brand_may_be() argument 84 if (_acl_brand(acl) == brand) in _acl_brand_may_be() 91 _entry_brand_may_be(const acl_entry_t entry, int brand) in _entry_brand_may_be() argument 94 return (_acl_brand_may_be(entry2acl(entry), brand)); in _entry_brand_may_be() 98 * Brand ACL as "brand". 101 _acl_brand_as(acl_t acl, int brand) in _acl_brand_as() argument [all …]
|
H A D | acl_get_brand_np.3 | 30 .Nd retrieve the ACL brand from an ACL entry 42 is a non-portable call that returns the ACL brand for the ACL 46 will be set to the ACL brand of the ACL 52 The first call to function that is specific for one particular brand - POSIX.1e 54 After that, calling function specific to another brand will result in error.
|
H A D | acl_support.h | 44 int _acl_brand_may_be(const acl_t acl, int brand); 45 int _entry_brand_may_be(const acl_entry_t entry, int brand); 46 void _acl_brand_as(acl_t acl, int brand); 47 void _entry_brand_as(const acl_entry_t entry, int brand);
|
/freebsd/stand/lua/ |
H A D | drawer.lua.8 | 35 contains functionality for drawing and manipulating the menu, logo, and brand 43 .Ss BRAND DEFINITIONS 44 Brand definitions describe a 45 .Dq brand , 53 The following keys may be defined for a brand definition: 85 This is typically used for shifting the menu and brand if an empty or minimal 89 The brand and logo system is designed to allow brands and logos to be easily 98 .Pa brand-${loader_brand}.lua 108 will attempt to do another lookup for the requested brand or logo before falling 112 The default brand to be used if the requested brand cannot be located. [all …]
|
H A D | drawer.lua | 91 if gfxtype == "brand" then 104 local function getBranddef(brand) 105 if brand == nil then 109 local branddef = branddefs[brand] 113 local res, err = processFile(brand) 116 try_include('brand-' .. brand) 119 if branddefs[brand] == nil then 125 branddef = branddefs[brand] 449 image = "/boot/images/freebsd-brand-rev.png",
|
/freebsd/tests/sys/cddl/zfs/tests/zones/ |
H A D | zones_common.kshlib | 31 function create_zone { # $ZONENAME $ZONEPATH $BRAND (optional) 34 BRAND=$3 36 if [ ! -z $BRAND ] 38 # The SUNWsn1 brand only works on debug kernels for sparc, so we 43 BRAND="" 45 BRAND="-t $BRAND " 51 create $BRAND 56 log_note "Creating ${BRAND}zone $ZNAME on $ZPATH/$ZNAME."
|
/freebsd/contrib/elftoolchain/brandelf/ |
H A D | brandelf.1 | 39 .Op Fl t Ar brand 59 .It Fl t Ar brand 61 .Ar brand . 99 .Fl t Ar brand 102 will brand the files named by command-line arguments 107 .Ar brand 120 fails if a file does not exist, is too short, fails to brand properly, 121 or the brand requested is not one of the known types and the
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats_timing.cpp | 39 char brand[256]; in tick_time() local 42 memset(brand, 0, sizeof(brand)); in tick_time() 47 (kmp_cpuid_t *)(brand + (i - 2) * sizeof(kmp_cpuid_t))); in tick_time() 49 char *start = &brand[0]; in tick_time() 53 char *end = brand + KMP_STRLEN(brand) - 3; in tick_time()
|
H A D | kmp_utility.cpp | 201 { // Parse CPU brand string for frequency, saving the string for later. in __kmp_query_cpuid() 205 // Get CPU brand string. in __kmp_query_cpuid() 210 KA_TRACE(trace_level, ("cpu brand string: \"%s\"\n", &p->name[0])); in __kmp_query_cpuid() 215 ("cpu frequency from brand string: %" KMP_UINT64_SPEC "\n", in __kmp_query_cpuid()
|
/freebsd/usr.bin/brandelf/ |
H A D | brandelf.1 | 66 is given it will brand 75 fails if a file does not exist, is too short, fails to brand properly, 76 or the brand requested is not one of the known types and the
|
/freebsd/stand/images/ |
H A D | Makefile | 3 FILES+= freebsd-brand-rev.png freebsd-brand.png freebsd-logo-rev.png
|
/freebsd/contrib/bc/tests/bc/scripts/ |
H A D | i2rand.bc | 5 if (brand()) { 12 if (brand()) {
|
/freebsd/stand/ficl/softwords/ |
H A D | softcore.fr | 127 \ BRAND-WORDLIST is a helper for ficl-named-wordlist. Usage idiom: 128 \ wordlist dup create , brand-wordlist 130 : brand-wordlist ( wid -- ) last-word >name drop wid-set-name ; 133 ficl-wordlist dup create , brand-wordlist does> @ ;
|
/freebsd/bin/setfacl/ |
H A D | util.c | 56 brand_name(int brand) in brand_name() argument 58 switch (brand) { in brand_name()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_disk_acl_freebsd.c | 110 int brand; in translate_acl() local 125 // Make sure the "brand" on this ACL is consistent in translate_acl() 127 if (acl_get_brand_np(acl, &brand) != 0) { in translate_acl() 129 "Failed to read ACL brand"); in translate_acl() 132 switch (brand) { in translate_acl() 153 "Unknown ACL brand"); in translate_acl()
|
/freebsd/sys/x86/x86/ |
H A D | tsc.c | 197 char brand[48]; in tsc_freq_intel_brand() local 209 p = brand; in tsc_freq_intel_brand() 216 for (i = 0; i < sizeof(brand) - 1; i++) in tsc_freq_intel_brand() 217 if (brand[i] == 'H' && brand[i + 1] == 'z') in tsc_freq_intel_brand() 218 p = brand + i; in tsc_freq_intel_brand() 408 * Try to parse the brand string to obtain the nominal TSC in probe_tsc_freq_late() 415 "Early TSC frequency %juHz derived from brand string\n", in probe_tsc_freq_late()
|
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 181 .brand = ELFOSABI_FREEBSD, 192 .brand = ELFOSABI_FREEBSD, 218 .brand = ELFOSABI_FREEBSD, 232 .brand = ELFOSABI_FREEBSD,
|
/freebsd/usr.sbin/moused/ |
H A D | moused.8 | 397 regardless of the brand and model of the mouse. 464 and InPort mice, regardless of the brand. 471 and should be specified for any PS/2 mice, regardless of the brand. 477 and should be specified for any USB mice, regardless of the brand. 623 protocol regardless of the brand of the mouse. 628 regardless of the brand of the mouse.
|
/freebsd/sys/compat/ia32/ |
H A D | ia32_sysvec.c | 149 .brand = ELFOSABI_FREEBSD, 164 .brand = ELFOSABI_FREEBSD, 179 .brand = ELFOSABI_FREEBSD,
|