Searched refs:special (Results 26 - 50 of 103) sorted by relevance

12345

/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-set-default.in38 ENTRY is a number or the special keyword \`default\'.
/illumos-gate/usr/src/cmd/fs.d/
H A Dswitchout.c58 char *special = NULL; /* device special name */ variable
79 "[-F FSType] [-V] special inumber ...",
84 "[-F FSType] [-V] [-m] [-o specific_options] special ",
89 "[-F FSType] [-V] special inumber ...",
94 "[-F FSType] [-V] [-o specific_options] special",
101 "-i [-F FSType] [-V] [-o special-options] [/mount/point | dev]",
106 "[-F FSType] [-V] [-o specific_options] special [operands]",
111 "[-F FSType] [-V] [-o specific_options] special [operands]",
228 special
[all...]
H A Dff.c49 char *special = NULL; /* device special name */ variable
64 "[-F FSType] [-V] [current_options] [-o specific_options] special ...",
66 "[-F FSType] [-V] [current_options] [-o specific_options] [special ...]",
68 "[-F FSType] [-V] [current_options] [-o specific_options] special ..."
123 "%s [-F FSType] [-V] [current_options] [-o specific_options] special ...\n",
224 special = newargv[newargc];
270 * This looks up the /etc/vfstab entry given the device 'special'.
274 * special, fstype
289 vref.vfs_special = special;
[all...]
H A Dmount.c217 * If the -F fstype, special or directory are missing,
226 char *special, /* argument of special/resource */ local
416 /* get special and/or mount-point from arg(s) */
418 special = argv[optind++];
420 special = NULL;
427 if (fstype == NULL || specific_opts == NULL || special == NULL ||
430 if (fstype == NULL || special == NULL ||
445 vref.vfs_special = special;
449 /* get a vfstab entry matching mountp or special */
751 vfserror(int flag, char *special) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/labelit/
H A Dlabelit.c84 char *special = NULL; local
103 special = argv[0];
122 label(special, fsname, volume);
131 "ufs usage: labelit [-F ufs] [gen opts] special [fsname volume]\n"));
136 label(char *special, char *fsname, char *volume) argument
146 f = open64(special, O_RDONLY);
148 f = open64(special, O_RDWR);
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c156 char *special, *name; local
318 /* The raw-special-device itself. If not, print usage message. */
326 special = getfullrawname(name);
327 if (special == NULL) {
332 if (*special == '\0') {
343 if ((special = getfullrawname(device)) == NULL) {
349 if (*special == '\0') {
352 if ((special = getfullrawname(device)) == NULL) {
357 if (*special == '\0')
364 * getdiskbydev() determines the characteristics of the special
1078 notrand(char *special) argument
[all...]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c55 char *special; member in struct:vfstab_list
135 if (strcmp(slice, listp->special) == 0) {
316 vfsp->special = strdup(vp->vfs_special);
317 if (vfsp->special == NULL) {
345 free((void *)listp->special);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c69 getvfsspec(FILE *fd, struct vfstab *vgetp, char *special) argument
77 if (special && stat64(special, &statb) == 0 &&
87 (special != NULL && (vgetp->vfs_special == NULL ||
88 strcmp(special, vgetp->vfs_special) != 0))) ||
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c213 Sfio_t *special=0, **pstream; local
217 special = sh_fd2sfio(fd);
223 if(special)
224 *pstream++ = special;
255 if(special && poll_list[0]==special)
/illumos-gate/usr/src/cmd/bnu/
H A Dfio.c55 * special channel assigned for this protocol with the proper
439 static char special = 0; local
459 if (special) {
461 special = 0;
491 special = *ip++;
497 switch (special) {
525 special = 0;
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dreplica.c74 parse_replica(char *special, int *count) argument
85 root = special2 = strdup(special);
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck.c158 openFS(char *special, int *inFD, int *outFD) argument
168 actualDisk = stat_actual_disk(special, &dinfo, &suffix);
176 "character special device.\n"), actualDisk);
205 gettext("pcfs Usage: fsck -F pcfs [-o v|p|w] special-file\n"));
279 confirmMountable(char *special, int fd) argument
284 printName = InputImage ? InputImage : special;
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-minimal44 be=$special
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dhomedir.c313 char *special = NULL; local
322 special = entry.mnt_special;
327 return (special);
/illumos-gate/usr/src/tools/scripts/
H A Dcstyle.pl44 # regular expressions, with the following special symbols
813 my $special = '(?:(?:\}\s*)?else\s+)?(?:if|for|while|switch)\b';
818 if ($cont_off <= 0 && !/^\s*$special/ &&
863 # certain things need special processing
864 $cont_special = /^\s*$special/? 1 : 0;
881 # The split matches 0 characters, so that each 'special' character
884 # until a ; or { terminates the statement. "special" processing
914 # If the stack is now empty, do special processing
964 if ($rest =~ /^\s*special/) {
996 $cont_special = ($rest =~ /^\s*$special/)
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c74 char *special; member in struct:hashentry
218 * Manually walk through the cache, unregistering all the special
241 unregister_rsrc(hd, entry->special);
731 /* Allocate an empty hash table for the registered special devices */
824 if ((*entryp)->special)
825 free((*entryp)->special);
907 if (cache_lookup(old_cache, entry->special) == NULL) {
908 register_rsrc(hd, entry->special);
928 if (cache_lookup(new_cache, entry->special) == NULL) {
929 unregister_rsrc(hd, entry->special);
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c339 char *special; local
393 special = get_special(menu_root);
394 INJECT_ERROR1("Z_MENU_GET_SPECIAL", special = NULL);
395 if (special == NULL) {
396 bam_error(_("cant find special file for mount-point %s\n"),
400 pool = strtok(special, "/");
403 free(special);
407 BAM_DPRINTF(("%s: derived pool=%s from special\n", fcn, pool));
413 free(special);
432 * update_entry is special cas
[all...]
H A Dbootadm.c1289 char *special = NULL; local
1374 special = get_special(menu_root);
1375 INJECT_ERROR1("Z_MENU_GET_SPECIAL", special = NULL);
1376 if (special == NULL) {
1377 bam_error(_("cant find special file for "
1381 pool = strtok(special, "/");
1384 free(special);
1389 BAM_DPRINTF(("%s: derived pool=%s from special\n", fcn, pool));
1396 free(special);
1424 free(special);
4190 char *special = get_special("/"); local
5797 get_mountpoint(char *special, char *fstype) argument
6374 search_hash(mhash_t *mhp, char *special, char **mntpt) argument
7840 zfs_get_physical(char *special, char ***physarray, int *n) argument
8061 ufs_get_physical(char *special, char ***physarray, int *n) argument
8204 char *special; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c275 reportlogerror(int ret, char *mp, char *special, char *cmd, fiolog_t *flp) argument
284 " for %s on %s.\n"), cmd, mp, special);
358 enable_logging(char *mp, char *special) argument
381 reportlogerror(ret, mp, special, "enable", &fl);
385 disable_logging(char *mp, char *special) argument
406 reportlogerror(ret, mp, special, "disable", &fl);
691 "mount [-F ufs] [generic options] [-o suboptions] {special | mount_point}\n"));
/illumos-gate/usr/src/lib/libc/port/locale/
H A Diswctype.c150 DEFN_ISWTYPE(special, _CTYPE_T)
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c165 char special[MAXPATHLEN]; variable
302 (void) snprintf(special, sizeof (special), "//%s/%s",
305 mnt.mnt_special = special;
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c22 * - Handles Sun C++ special file name extensions: .c, .C, .cc, and .cxx.
181 static void L_getit(int special);
1265 int special; local
1279 special = TRUE;
1281 special = FALSE;
1286 L_getit(special);
1292 L_getit(special)
1293 int special;
1304 if (special) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Ddeparse.c522 register int flag = ' ', special; local
525 special = (*cp=='[' && cp[1]==0);
536 special = (*cp==']' && cp[1]==0);
538 sfputr(outfile,special?cp:sh_fmtq(cp),flag);
539 special = 0;
/illumos-gate/usr/src/cmd/stat/common/
H A Ddsr.c611 cur_special(char *hostname, char *special) argument
621 if ((cp = strstr(special, hostname)) == NULL)
628 special = &cp[hlen];
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_print_lines.c89 If err_count_out is non-NULL, this is a special 'check'
398 /* This op code is a special op in the object, no matter
400 compile Thatis, these are special opcodes between
403 char special[50]; local
413 sprintf(special, "Specialop %3u", origop);
414 print_line_detail(special,

Completed in 129 milliseconds

12345