Home
last modified time | relevance | path

Searched refs:special (Results 1 – 25 of 238) sorted by path

12345678910

/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h137 XLOCALE_ISCTYPE(special, _CTYPE_T)
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.tweaks.in108 # These special symbols are well-known, e.g. crt, and uninteresting.
/illumos-gate/usr/src/cmd/acct/
H A Ddodisk.sh73 if [ -z "$special" ]
76 elif [ `expr $special : '\(.\)'` = \# ]
90 if egrep -s "^${special}[ ]+${mnt}[ ]" /etc/mnttab
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c136 uint16_t special; member
161 uint16_t special; member
211 uint16_t special; member
918 rxd->special = 0; in e82545_rx_callback()
925 rxd->special = 0; in e82545_rx_callback()
1366 hdr[ETHER_ADDR_LEN*2 + 2] = dsc->td.upper.fields.special >> 8; in e82545_transmit()
1367 hdr[ETHER_ADDR_LEN*2 + 3] = dsc->td.upper.fields.special & 0xff; in e82545_transmit()
/illumos-gate/usr/src/cmd/bnu/
H A DDevices81 # This is a special case where the translation must be done by the
H A DDialers357 # "" no special character translation table
H A Dfio.c437 static char special = 0; local
457 if (special) {
459 special = 0;
489 special = *ip++;
495 switch (special) {
523 special = 0;
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1419 free(special); in bam_menu()
1431 free(special); in bam_menu()
1459 free(special); in bam_menu()
1564 free(special); in bam_menu()
4348 free(special); in find_root_pool()
4355 return (special); in find_root_pool()
8005 assert(special);
8012 special);
8022 special);
8125 char *special; local
[all …]
H A Dbootadm_loader.c409 char *special; in bam_loader_menu() local
463 special = get_special(menu_root); in bam_loader_menu()
464 INJECT_ERROR1("Z_MENU_GET_SPECIAL", special = NULL); in bam_loader_menu()
465 if (special == NULL) { in bam_loader_menu()
470 pool = strtok(special, "/"); in bam_loader_menu()
473 free(special); in bam_loader_menu()
483 free(special); in bam_loader_menu()
508 if (special != NULL) in bam_loader_menu()
509 free(special); in bam_loader_menu()
613 free(special); in bam_loader_menu()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME121 A special kind of "event" is a timeout. Since there are many timers
335 PSARC/2007/571), a special IP_DHCPINIT_IF socket option must be used
358 seconds. However, here the value `-1' is not special and of course
H A DREADME.v6419 There are two special considerations for the use of these library
448 added. This is used in the special case of adding a Status Code
529 send back a special status code: UseMulticast. If this is received,
974 Rule 8 relies on a special function, CommonPrefixLen, defined in the
1030 the command line arguments or jumping through special hoops. I've
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE254 special exception, the source code distributed need not include
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c260 special(char *s) in special() function
1024 rlogin = (s && *s) ? special(s) : _POSIX_VDISABLE;
1028 escape = (s && *s) ? special(s) : _POSIX_VDISABLE;
1103 value = special(argv[2]);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME69 requires special support from the driver for IEEE 802.11
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c386 bool special = 0; in getdol() local
401 special++, *np++ = c, c = getC(DOEXCL); in getdol()
408 if (special) in getdol()
/illumos-gate/usr/src/cmd/filesync/
H A DREADME332 rename.c a special case for a common situation
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1682 static long special[] = { S_ISUID, 'S', 's', in list() local
1762 if (stp->st_mode & special[who * 3]) in list()
1764 special[who * 3 + 1 + is_exec]; in list()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c334 mount_generic(special, fstype, opts, mntpnt, overlay) in mount_generic() argument
335 char *special, *fstype, *opts, *mntpnt; in mount_generic()
345 special, mntpnt, fstype, opts);
372 newargv[i++] = special;
/illumos-gate/usr/src/cmd/fs.d/bootfs/
H A Dmount.c65 char *special; /* Entity being mounted */ in main() local
118 special = argv[argc - 2]; in main()
127 if (mount(special, mountp, flags | MS_OPTIONSTR, MNTTYPE_BOOTFS, NULL, in main()
130 perror(special); in main()
135 special, mountp); in main()
/illumos-gate/usr/src/cmd/fs.d/ctfs/
H A Dmount.c62 char *special; /* Entity being mounted */ in main() local
134 special = argv[argc - 2]; in main()
143 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
146 perror(special); in main()
152 special, mountp); in main()
/illumos-gate/usr/src/cmd/fs.d/
H A Ddeffs.c47 default_fstype(char *special) in default_fstype() argument
53 if (*special == '/') { in default_fstype()
H A Ddf.c703 char *special = dfrp->dfr_cmd_arg; in bdev_mount_entry() local
713 if (EQ(special, mtep->mte_mount->mnt_special)) { in bdev_mount_entry()
1697 find_fstype(char *special) in find_fstype() argument
1705 status = getvfsspec(fp, &vtab, special); in find_fstype()
1713 "warning: %s is of type %s", special, vtab.vfs_fstype); in find_fstype()
1717 return (F_option ? FSType : default_fstype(special)); in find_fstype()
H A Ddf.xcl129 msgid "[-F FSType] [-V] special inumber ..."
130 msgid "[-F FSType] [-V] [-m] [-o specific_options] special [operands]"
132 msgid "[-F FSType] [-V] [-o specific_options] special"
133 msgid "[-F FSType] [-V] [-o specific_options] special [operands]"
/illumos-gate/usr/src/cmd/fs.d/dev/
H A Dmount.c56 static char *special; variable
105 "device\n"), typename, special); in do_mount()
111 typename, mountpt, special); in do_mount()
116 typename, special, mountpt); in do_mount()
120 "filesystem type.\n"), typename, special); in do_mount()
126 typename, special, mountpt); in do_mount()
130 "device\n"), typename, special); in do_mount()
134 "filesystem\n"), typename, special); in do_mount()
140 typename, special); in do_mount()
144 "%s\n"), typename, special, strerror(errno)); in do_mount()
[all …]
/illumos-gate/usr/src/cmd/fs.d/fd/
H A Dmount.c62 char *special, *mountp; in main() local
126 special = argv[optind++]; in main()
136 do_mount(special, mountp, flags); in main()
196 do_mount(char *special, char *mountp, int rflag) in do_mount() argument
205 if (mount(special, mountp, rflag | MS_OPTIONSTR, in do_mount()
207 rpterr(special, mountp); in do_mount()
212 special, mountp); in do_mount()

12345678910