Searched refs:special (Results 51 - 75 of 103) sorted by relevance

12345

/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrchr.s39 ! an important special case. Otherwise, if the string is not
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrchr.s39 ! an important special case. Otherwise, if the string is not
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c336 mount_generic(special, fstype, opts, mntpnt, overlay)
337 char *special, *fstype, *opts, *mntpnt;
347 special, mntpnt, fstype, opts);
374 newargv[i++] = special;
/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/libcmd/common/
H A Dcat.c120 * called for any special output processing
251 special:
306 goto special;
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c203 * Return the last entry that matches mntin's special
293 * special - device being mounted (only used in error messages).
298 char *special, char *mountp)
374 "\"%s\"\n"), special, mountp, option_ptr);
507 * (-1) is the special token we return to the caller if the mount
297 cmp_requested_to_actual_options(char *requested_opts, char *actual_opts, char *special, char *mountp) argument
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/fs.d/udfs/mkfs/
H A Dmkfs.c40 * [-o specific_options] special size
183 char *special, *raw_special; local
369 special = getfullblkname(fsys);
377 if ((special != NULL) && (*special != '\0')) {
380 if (strcmp(special, mntp.mnt_special) == 0) {
383 " can't mkfs\n"), special);
394 special);
401 special);
1188 " [-m] [-o options] special siz
[all...]
/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/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/lib/libresolv2/common/nameser/
H A Dns_name.c72 static int special(int);
148 if (special(c)) {
863 * is this characted special ("in need of quoting") ?
869 special(int ch) { function
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtree.c543 void nv_outnode(Namval_t *np, Sfio_t* out, int indent, int special) argument
568 if(mp && special && nv_isvtree(mp))
578 if(associative||special)
641 if(indent>0 && !(mp && special && nv_isvtree(mp)))
650 int isarray=0, special=0,mode=0; local
670 if(!special && fp && !nv_isarray(np))
691 if(special || (nv_isarray(np) && nv_arrayptr(np)))
718 special |= wp->nofollow;
721 if(!special)
737 nv_outnode(np, wp->out, wp->indent, special);
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A DPzone.c315 const char *special; local
379 if ((special = lookup_lofs_mount_point(tmp)) != NULL) {
396 (void) strlcpy(tmp2, special, sizeof (tmp2) - 1);
497 * resolvepath(). But we can't do this because chroot requires special
499 * special version of resolvepath() which took an addition root path
501 * that we want to have special handling for native paths. (A native path
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c813 quotactl(int cmd, char *special, uid_t uid, caddr_t addr) argument
822 if ((special == NULL) && (cmd == Q_SYNC)) {
834 * Find the mount point of the special device. This is
856 if (cmd == Q_ALLSYNC) { /* implies (special==0) too */
864 if (strcmp(special, mntp.mnt_special) == 0) {
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c433 quotactl(int cmd, char *special, uid_t uid, caddr_t addr) argument
443 if ((special == NULL) && (cmd == Q_ALLSYNC)) {
445 * Find the mount point of the special device. This is
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.s194 ! special shortened version of longjmp
/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h137 XLOCALE_ISCTYPE(special, _CTYPE_T)
/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/lib/libmvec/common/vis/
H A D__vatan.S69 ! if( (intf > 0x43600000) || (intf < 0x3e300000) ) /* filter out special cases */
216 bneg,pn %icc,.SPECIAL0 !if (-) goto special cases below
307 bneg,pn %icc,.SPECIAL1 !if (-) goto special cases below
387 bneg,pn %icc,.SPECIAL2 !if (-) goto special cases below
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c380 bool special = 0; local
395 special++, *np++ = c, c = getC(DOEXCL);
402 if (special)
/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/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/lib/libc/port/gen/
H A Dttyname.c32 * under /dev/), which is the name of the tty character special
93 typedef struct special { struct
179 * do we need to search anything at all? (is fildes a char special tty
220 * match special cases
245 * additional special case: ptm clone device
263 * additional special case: pty dev
562 * else if it is not a directory, is it a character special
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c353 char *special, *dosp; local

Completed in 629 milliseconds

12345