Home
last modified time | relevance | path

Searched refs:s (Results 1 – 25 of 2250) sorted by path

12345678910>>...90

/illumos-gate/
H A DCODE_OF_CONDUCT.md76 members of the project's leadership.
/illumos-gate/exception_lists/
H A Dcheck_rtime51 SKIP ^usr/perl5/ # alan's taking care of these :-)
69 # The stdio tests all link against libumem to interpose on libc's
H A Dcopyright573 usr/src/uts/intel/io/vmm/vmx_assym.s
H A Dinterface_cmp250 # 6689937 libresolv2's mapfile-vers needs updating to line up
H A Dpackaging69 # standalone's DHCP implementation, and the kernel (nfs_dlboot).
423 # libpp (a helper library needed by AST's msgcc)
/illumos-gate/usr/src/
H A DMakefile.master1048 -e "s/.*gettext *\(\"[^\"]*\"\).*/\1/p" \
H A DMakefile.master.6437 COMPILE.s= $(COMPILE64.s)
56 # Override Makefile.master's settings of GCCLIBDIR
61 # Override Makefile.master's settings
H A DOPENSOLARIS.LICENSE58 1.11. "Patent Claims" means any patent claim(s), now owned or
170 believe Your Modifications are Your original creation(s) and/or
206 limit or alter the recipient's rights in the Source Code form from
346 if any, provides otherwise), excluding such jurisdiction's
H A DREADME.license-files74 new source, and add license actions to the package manifest(s).
76 A. It's extremely rare for a package NOT to include a Sun copyright
/illumos-gate/usr/src/boot/
H A DCOPYRIGHT97 NOTE: The copyright of UC Berkeley's Berkeley Software Distribution ("BSD")
H A DREADME.loader24 here that's broken, it would be a good idea to report it to
62 boot about it, but it's a warning only, no other effects.
72 /boot/defaults/loader.conf syntax, it's easier to get it
89 right now adds an extra "q" to it's output (from the q for
107 /boot/defaults/loader.conf, see what's defined as
122 to gain further familiarity with what's going on.
151 FreeBSD's more. It is one of loader's builtin commands.
159 flags are kernel's flags, not boot's flags.
175 (well, 1 and 2), and that's what loader tells the
233 are fine, because it's only the sufixes that are scanned
/illumos-gate/usr/src/boot/common/
H A Dcommands.c134 char *topic, *subtopic, *t, *s, *d; in command_help() local
168 while (help_getnext(hfd, &t, &s, &d)) { in command_help()
171 if (help_emitsummary(t, s, d)) in command_help()
183 if ((subtopic == NULL && s == NULL) || in command_help()
184 (subtopic != NULL && s != NULL && in command_help()
185 strcmp(subtopic, s) == 0)) { in command_help()
194 } else if (subtopic == NULL && s != NULL) { in command_help()
196 if (help_emitsummary(t, s, d)) in command_help()
201 free(s); in command_help()
203 t = s = d = NULL; in command_help()
[all …]
H A Dhelp.common64 Display the currently active console device(s) and show
198 Sets the default set of kernel boot filename(s). It may be overridden
250 Boots only to init level 's'.
368 If allowed, the named variable's value is discarded and the variable
H A Dinstall.c76 char *s, *v; in setmultipath() local
83 s = strchr(v, ','); in setmultipath()
84 v = (s == NULL) ? NULL : s + 1; in setmultipath()
92 s = strchr(val, ','); in setmultipath()
93 if (s != NULL) in setmultipath()
94 *s++ = '\0'; in setmultipath()
98 val = s; in setmultipath()
189 char *s, *currdev; in install() local
193 s = strstr(pkgname, "://"); in install()
194 if (s == NULL) in install()
[all …]
H A Dinterp_forth.c340 ficlString s; in bf_run() local
342 FICL_STRING_SET_FROM_CSTRING(s, line); in bf_run()
343 result = ficlVmExecuteString(bf_vm, s); in bf_run()
H A Dload_elf.c43 #define COPYOUT(s, d, l) archsw.arch_copyout((vm_offset_t)(s), d, l) argument
955 char *s; in __elfN() local
1007 s = strdupout((vm_offset_t)md.md_cval); in __elfN()
1008 minfolen = sizeof (*mdepend) + strlen(s) + 1; in __elfN()
1014 strcpy((char *)(mdepend + 1), s); in __elfN()
1015 free(s); in __elfN()
1021 s = strdupout((vm_offset_t)md.md_cval); in __elfN()
1023 file_addmodule(fp, s, mver.mv_version, NULL); in __elfN()
1024 free(s); in __elfN()
1030 s = fake_modname(fp->f_name); in __elfN()
[all …]
H A Dload_elf_obj.c45 #define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l) argument
359 char *s; in __elfN() local
391 s = strdupout((vm_offset_t)md.md_cval); in __elfN()
392 minfolen = sizeof(*mdepend) + strlen(s) + 1; in __elfN()
398 strcpy((char*)(mdepend + 1), s); in __elfN()
399 free(s); in __elfN()
405 s = strdupout((vm_offset_t)md.md_cval); in __elfN()
407 file_addmodule(fp, s, mver.mv_version, NULL); in __elfN()
408 free(s); in __elfN()
H A Dreloc_elf.c43 #define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l) argument
H A Dutil.c30 const char *s = src; in memcpy() local
34 *d++ = *s++; in memcpy()
97 strchr(const char *s, char ch) in strchr() argument
100 for (; *s != '\0'; s++) { in strchr()
101 if (*s == ch) in strchr()
102 return ((char *)(uintptr_t)(const void *)s); in strchr()
108 strlen(const char *s) in strlen() argument
112 while (*s++ != '\0') in strlen()
122 char buf[32], *s; in printf() local
144 for (s = va_arg(ap, char *); *s != '\0'; s++) in printf()
[all …]
H A Dutil.h48 char *strchr(const char *s, char ch);
49 size_t strlen(const char *s);
/illumos-gate/usr/src/boot/common/linenoise/
H A DREADME.markdown14 …ine utilities. Instead of retyping almost the same stuff again and again it's just much better to …
47 ## Let's push this forward!
H A Dlinenoise.c164 put_bytes(const char *s, int len) in put_bytes() argument
167 if (s == NULL) in put_bytes()
171 putchar(s[i]); in put_bytes()
318 static void abAppend(struct abuf *ab, const char *s, int len) { in abAppend() argument
323 memcpy(new+ab->len,s,len); in abAppend()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DPeImage.h686 } s; member
694 } s; member
/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c679 efi_str_to_guid(const char *s, EFI_GUID *guid) in efi_str_to_guid() argument
683 uuid_from_string(s, (uuid_t *)guid, &status); in efi_str_to_guid()
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dldscript.amd6452 *(.sdata .sdata.* .gnu.linkonce.s.*)

12345678910>>...90