Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 468) sorted by path

12345678910>>...19

/illumos-gate/usr/src/
H A DTargetdirs37 # prefix. ROOTDIRS is TARGETDIRS with ROOT prefixes. It is necessary
546 # prepend the ROOT prefix
/illumos-gate/usr/src/boot/common/
H A Ddisk.c54 const char *prefix; member
120 snprintf(line, sizeof (line), " %s%s: %s", pa->prefix, pname, in ptable_print()
148 pa->prefix, pname); in ptable_print()
150 bsd.prefix = line; in ptable_print()
163 disk_print(struct disk_devdesc *dev, char *prefix, int verbose) in disk_print() argument
171 pa.prefix = prefix; in disk_print()
H A Dhelp.common82 most useful in conjunction with scripts and the '@' line prefix.
/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevpath.c142 size_t prefix, len; in efi_devpath_trim() local
146 prefix = (UINT8 *)node - (UINT8 *)devpath; in efi_devpath_trim()
147 if (prefix == 0) in efi_devpath_trim()
152 memcpy(copy, devpath, prefix); in efi_devpath_trim()
153 node = (EFI_DEVICE_PATH *)((UINT8 *)copy + prefix); in efi_devpath_trim()
211 if (prefix == NULL || path == NULL) in efi_devpath_is_prefix()
215 if (IsDevicePathEnd(prefix)) in efi_devpath_is_prefix()
218 if (DevicePathType(prefix) != DevicePathType(path) || in efi_devpath_is_prefix()
222 len = DevicePathNodeLength(prefix); in efi_devpath_is_prefix()
226 if (memcmp(prefix, path, len) != 0) in efi_devpath_is_prefix()
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th296 \ if the prefix is fd, cd, net or disk and we have :
302 if ( prefix is fd or cd or net or disk )
H A Dmenu.4th51 1 constant menu_start \ Numerical prefix of first menu item
52 dot constant bullet \ Menu bullet (appears after numerical prefix)
225 \ to allow for a space between the numerical prefix and the
233 \ Here we will add the ASCII decimal of the numerical prefix
372 \ numerical prefix to the stack. We store the value left on the stack
376 \ Note that any menu item beyond 9 will have a numerical prefix on the
H A Dmenusets.4th45 \ $affix is either prefix (menuset_use_name is true)
84 \ $affix is either prefix (menuset_use_name is true)
115 \ $affix is either prefix (menuset_use_name is true)
155 \ $affix is either prefix (menuset_use_name is true)
212 \ $affix is either prefix (menuset_use_name is true)
253 \ $affix is either prefix (menuset_use_name is true)
334 \ use the value thereof as the prefix to every menu variable.
363 \ either the value thereof to be used as a prefix to all menu_*
412 \ Copy our affixation (prefix or infix depending on menuset_use_name)
434 \ Create a variable for referencing our affix data (prefix or infix
H A Dsupport.4th1236 \ built-in prefix directory name; it must end with /, so we don't
1242 over + ( addr len addr' len' total ) \ space for prefix+str
/illumos-gate/usr/src/boot/libficl/
H A DMakefile.com30 OBJECTS= dictionary.o system.o fileaccess.o float.o double.o prefix.o search.o
/illumos-gate/usr/src/boot/libficl/softcore/
H A DMakefile26 FR = softcore.fr ifbrack.fr prefix.fr ficl.fr jhlocal.fr marker.fr
/illumos-gate/usr/src/boot/libsa/
H A Dpkgfs.c87 char prefix[155]; member
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c992 char prefix[] = "/dev/dsk/"; in vdev_init() local
994 len = strlen(prefix); in vdev_init()
995 if (len < pathlen && memcmp(path, prefix, len) == 0) { in vdev_init()
/illumos-gate/usr/src/cmd/ast/libast/amd64/
H A Dconftab.c19 const Prefix_t prefix[] = variable
41 const int prefix_elements = (int)sizeof(prefix) / (int)sizeof(prefix[0]);
H A Dconftab.h18 #define prefix _ast_conf_prefix macro
92 extern const Prefix_t prefix[];
/illumos-gate/usr/src/cmd/ast/libast/i386/
H A Dconftab.c19 const Prefix_t prefix[] = variable
41 const int prefix_elements = (int)sizeof(prefix) / (int)sizeof(prefix[0]);
H A Dconftab.h18 #define prefix _ast_conf_prefix macro
92 extern const Prefix_t prefix[];
/illumos-gate/usr/src/cmd/ast/libast/sparc/
H A Dconftab.c19 const Prefix_t prefix[] = variable
41 const int prefix_elements = (int)sizeof(prefix) / (int)sizeof(prefix[0]);
H A Dconftab.h18 #define prefix _ast_conf_prefix macro
92 extern const Prefix_t prefix[];
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/
H A Dconftab.c19 const Prefix_t prefix[] = variable
41 const int prefix_elements = (int)sizeof(prefix) / (int)sizeof(prefix[0]);
H A Dconftab.h18 #define prefix _ast_conf_prefix macro
92 extern const Prefix_t prefix[];
/illumos-gate/usr/src/cmd/ast/libdll/amd64/FEATURE/
H A Ddll85 char* prefix; /* library name prefix */
/illumos-gate/usr/src/cmd/ast/libdll/i386/FEATURE/
H A Ddll85 char* prefix; /* library name prefix */
/illumos-gate/usr/src/cmd/ast/libdll/sparc/FEATURE/
H A Ddll85 char* prefix; /* library name prefix */
/illumos-gate/usr/src/cmd/ast/libdll/sparcv9/FEATURE/
H A Ddll85 char* prefix; /* library name prefix */
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioFile.cc214 char *prefix; in OpenPath() local
260 for (prefix = str; in OpenPath()
261 (prefix != NULL) && (prefix[0] != '\0'); in OpenPath()
262 prefix = str) { in OpenPath()
266 pathname = new char[strlen(prefix) + flen + 2]; in OpenPath()
267 (void) sprintf(pathname, "%s/%s", prefix, filename); in OpenPath()

12345678910>>...19