Searched defs:special (Results 51 - 73 of 73) sorted by relevance

123

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c420 * property. This is used to prevent sharing special case shares
575 * check for special case with file system
1552 uint64_t special = 0; local
1584 special |= SA_FEATURE_ALLOWSUBDIRS;
1588 special |= SA_FEATURE_ALLOWPARDIRS;
1591 if (*error == SA_OK || special != SA_FEATURE_NONE)
1593 error, special);
2214 * special meaning that needs to be checked. Only one instance
3347 * ZFS is a special case. We do want
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c105 static char *special(Shell_t *,int);
1082 v = special(mp->shp,c);
1121 v = special(mp->shp,c);
1348 /* special case --- ignore leading zeros */
1539 v = special(mp->shp,dolg=0);
1974 /* special case $(<file) and $(<#file) */
2515 * return values for special macros
2517 static char *special(Shell_t *shp,register int c) function
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c611 * Add a special symbol to the symbol table. Takes special symbol name with
624 * Historically, most special symbols only have meaning to the object in which
670 * special symbols are tagged as no-direct.
759 * whereas all other special symbols are tagged as no-direct.
939 * Make sure it gets assigned the appropriate special attributes.
1036 * special symbols (ie. _end, _etext, etc.), or
1232 * symbols that serve special purposes that we want to exempt
1236 static const char *special[] = { local
1244 for (i = 0; special[
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c404 char *special = NULL; local
587 * special is a URL, and server doesn't support
708 * Convert the special from
713 if (convert_special(&special, host, oldpath, path,
721 mntp->mnt_special = special;
802 if (special != NULL)
803 free(special);
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c85 ud_open_dev(ud_handle_t h, char *special, uint32_t flags) argument
96 if (stat(special, &i_stat) < 0) {
97 temp = special;
106 temp = special;
113 temp = getfullrawname(special);
121 temp = special;
125 temp = special;
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c279 * Define some special logical drives we use internal to this file.
293 struct pathname special; local
301 * Resolve path name of special file being mounted.
303 if (error = pn_get(uap->spec, UIO_USERSPACE, &special)) {
310 lookupname(special.pn_path, UIO_SYSSPACE, FOLLOW, NULLVPP, &svp)) {
325 c = strrchr(special.pn_path, ':');
385 error = lookupname(special.pn_path, UIO_SYSSPACE, FOLLOW,
391 pn_free(&special);
398 * Verify caller's permission to open the device special file.
/illumos-gate/usr/src/cmd/fs.d/
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...]
H A Ddf.c287 * The k_option implies SunOS 4.x compatibility: when the special
689 * Try to match the command line argument which is a block special device
690 * with the special device of one of the mounted file systems.
698 char *special = dfrp->dfr_cmd_arg; local
708 if (EQ(special, mtep->mte_mount->mnt_special)) {
989 "special device (%s)",
1143 * The value "(unsigned long long)-1" is a special case and is always
1178 * The value "(unsigned long long)-1" is a special case and is always
1480 * Print long special device names (usually NFS mounts) in a line
1597 * The total column used to use the same space as the mnt pt & special
1749 find_fstype(char *special) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c266 special(s) function
290 * for a special character.
379 int (*handler)(); /* Routine to perform (for special ops) */
381 int what; /* Character to be sent (<0 ==> special) */
1035 rlogin = (s && *s) ? special(s) : _POSIX_VDISABLE;
1039 escape = (s && *s) ? special(s) : _POSIX_VDISABLE;
1114 value = special(argv[2]);
1637 { "export", "Use local special character definitions",
1639 { "import", "Use remote special character definitions",
1641 { "check", "Verify remote special characte
[all...]
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1674 static long special[] = { S_ISUID, 'S', 's', local
1702 case S_IFCHR: /* character special */
1707 case S_IFBLK: /* block special */
1712 case S_IFIFO: /* fifo special */
1754 if (stp->st_mode & special[who * 3])
1756 special[who * 3 + 1 + is_exec];
2201 * For the special modes 'u', 'g' and 'o', the named portion
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c177 static int ask_nicely(char *special);
192 "[-o specific_options] special\n"));
238 ask_nicely(char *special) argument
251 gettext("Construct a new FAT file system on %s: (y/n)? "), special);
405 * Define some special logical drives we use.
2183 "character special device.\n"), actualdisk);
2297 "character special device.\n"), actualdisk);
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c1313 continue; /* skip special entries */
1369 continue; /* skip special entries */
1635 * Reserve space for special additional entries in the FRU section
1641 * add special entry for RMC itself
1647 entry->ind_mask = 1; /* flag as a special entry */
1798 * and just leave the special SC FRU node
1983 int special = 0; local
2471 special = section->entry[index].ind_mask;
2478 if (special != 0) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c870 libzfs_mnttab_add(libzfs_handle_t *hdl, const char *special, argument
878 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, special);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c41 * usage: fsdb [-o suboptions] special
117 #define DEVPREFIX "/dev/" /* Uninteresting part of "special" */
401 char *special; local
420 special = argv[optind];
422 old_fsdb(inum, special);
476 if ((argc - optind) != 1) { /* Should just have "special" left */
479 special = argv[optind];
483 * name of the special device.
486 (void) sprintf(prompt, "%s > ", special);
489 * Attempt to open the special fil
4860 old_fsdb(int inum, char *special) argument
[all...]
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c406 * If this special node isn't already in use, then it's ours alone;
781 * reason), we return the special token ZEXIT_EXEC. The current value
811 * special code that the parent will recognize and call zerror()
884 const char *special, const char *directory)
901 argv[1] = (char *)special;
907 argv[3] = (char *)special;
918 cmdbuf, special, directory, status);
922 cmdbuf, opts, special, directory, status);
1002 "type: \"%s\", special: \"%s\", dir: \"%s\"",
1252 * read-only loopback mounts as necessary. Note that any special
883 domount(zlog_t *zlogp, const char *fstype, const char *opts, const char *special, const char *directory) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c54 * [-o specific_options] special size
631 char *special; local
805 gettext("special not specified\n"));
1444 special = getfullblkname(fsys);
1445 checkdev(fsys, special);
1453 if ((special != NULL) && (*special != '\0')) {
1461 checkmount(&mntp, special);
1464 if (strcmp(special, mntp.mnt_special) == 0) {
1467 special);
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h487 uint32_t special : 8; member in struct:oce_mbx::__anon7630::__anon7631
497 uint32_t special:8;
/illumos-gate/usr/src/cmd/boot/bootadm/
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/uts/common/io/e1000api/
H A De1000_hw.h386 __le16 special; member in struct:e1000_rx_desc
466 __le16 special; member in struct:e1000_tx_desc::__anon227::__anon228
516 __le16 special; member in struct:e1000_data_desc::__anon237::__anon238
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c119 #define DTD_ATTR_SPECIAL (const xmlChar *) "special"
868 * name as "in use," so special case here.
1853 char dirname[MAXPATHLEN], special[MAXPATHLEN], raw[MAXPATHLEN]; local
1885 if ((fetchprop(cur, DTD_ATTR_SPECIAL, special,
1886 sizeof (special)) == Z_OK)) {
1888 special) == 0) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h475 uint32_t special:8; /* word 1 */ member in struct:__anon7307
486 uint32_t special:8; /* word 1 */ member in struct:__anon7307
H A Demlxs_mbox.h209 /* Driver special codes */
2698 uint32_t special:8; /* word 1 */ member in struct:__anon7429::__anon7430::be_req_hdr
2709 uint32_t special:8; /* word 1 */ member in struct:__anon7429::__anon7430::be_req_hdr
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h369 uint16_t special; member in struct:e1000_rx_desc
417 uint16_t special; member in struct:e1000_tx_desc::__anon2073::__anon2074
489 uint16_t special; /* */ member in struct:e1000_data_desc::__anon2083::__anon2084

Completed in 260 milliseconds

123