Searched refs:special (Results 1 - 25 of 103) sorted by last modified time

12345

/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/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/zonecfg/
H A Dzonecfg_lex.l244 <TSTATE>special { return SPECIAL; }
245 <CSTATE>special { return SPECIAL; }
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc592 int getvfsspec(FILE *fd, struct vfstab *vp, char *special);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs.h697 extern boolean_t is_mounted(libzfs_handle_t *, const char *special, char **);
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);
H A Dlibzfs_mount.c271 is_mounted(libzfs_handle_t *zfs_hdl, const char *special, char **where) argument
275 if (libzfs_mnttab_find(zfs_hdl, special, &entry) != 0)
/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/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...]
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...]
/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/boot/include/xlocale/
H A D_ctype.h137 XLOCALE_ISCTYPE(special, _CTYPE_T)
/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/lib/libbrand/common/
H A Dlibbrand.c97 #define DTD_ATTR_SPECIAL ((const xmlChar *) "special")
818 xmlChar *special, *dir, *type, *opt; local
831 special = xmlGetProp(node, DTD_ATTR_SPECIAL);
835 if ((special == NULL) || (dir == NULL) || (type == NULL) ||
842 if ((ret = i_substitute_tokens((char *)special,
862 if (special != NULL)
863 xmlFree(special);
/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/cmd/fs.d/bootfs/
H A Dmount.c51 "Usage: mount [-Ormq] [-o options] special mountpoint\n");
56 * usage: mount [-Ormq] [-o options] special mountp
65 char *special; /* Entity being mounted */ local
118 special = argv[argc - 2];
127 if (mount(special, mountp, flags | MS_OPTIONSTR, MNTTYPE_BOOTFS, NULL,
130 perror(special);
135 special, mountp);
/illumos-gate/usr/src/cmd/fs.d/
H A Ddeffs.c40 * /etc/vfstab matches the specified special.
41 * If the first character of the "special" is a "/" (eg, "/dev/dsk/c0d1s2"),
47 default_fstype(char *special) argument
53 if (*special == '/') {
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]"
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/initpkg/
H A Dmountall.sh119 # saveentry fstype options special mountp
235 # column 1: special- block special device or resource name
236 # column 2: fsckdev- char special device for fsck
251 while read special fsckdev mountp fstype fsckpass automnt mntopts
253 case $special in
293 echo "mountall: FSType of $special cannot be identified" 1>&2
312 saveentry $fstype "$OPTIONS" $special $mountp
348 saveentry $fstype "$OPTIONS" $special $mountp
359 0|40) saveentry $fstype "$OPTIONS" $special
[all...]
/illumos-gate/usr/src/cmd/stmsboot/
H A Dmpxio-upgrade90 if [ -n "$special" ]; then
99 ISPHYS=`echo $special |$AWK '/^\/dev\/dsk/ {print}'`;
102 new_special=$special
105 new_special=`$STMSBOOTUTIL -m $special`
125 new_special=`$STMSBOOTUTIL -m $special`
165 case "$special" in
167 new_special=$special
170 new_special=$special
173 new_special=`$STMSBOOTUTIL -m $special`
336 FILEDEV=`$ECHO $special | \
[all...]
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-root125 mountp=`/sbin/zfs get -H -o value mountpoint $special/usr 2>/dev/null`
131 /sbin/zfs mount $special/usr
H A Dfs-usr56 if [ "x$special" != "x$DUMPADM_DEVICE" ]; then
98 case $special in
100 dd if=/dev/null of=$special count=0 >/dev/null 2>&1 ||
126 case $special in
128 dd if=/dev/null of=$special count=0 \
/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/tools/onbld/hgext/
H A Dcdm.py1182 special = ['usr/closed']
1187 # If a path is 'special', we append the basename of the path to
1188 # the path element preceding the constant, special, part.
1195 for elt in special:

Completed in 203 milliseconds

12345