| /onnv/onnv-gate/usr/src/cmd/devfsadm/ |
| vscan_link.c | 31 #include <sys/vscan.h> 33 static int vscan(di_minor_t minor, di_node_t node); 36 { "pseudo", "ddi_pseudo", "vscan", 37 TYPE_EXACT | DRV_EXACT, ILEVEL_0, vscan }, 42 { "vscan", "^vscan/vscan[0-9]+$", RM_HOT | RM_POST, 49 vscan(di_minor_t minor, di_node_t node) function 54 (void) snprintf(path, sizeof (path), "vscan/%s", mname);
|
| /onnv/onnv-gate/usr/src/cmd/vscan/vscand/ |
| vscan.d | 34 *** vscan kernel pseudo driver *** 40 sdt:vscan::vscan-req-counts 49 sdt:vscan::vscan-svc-state-violation 58 sdt:vscan::vscan-scan-timeout 66 sdt:vscan::vscan-scan-file 71 sdt:vscan::vscan-exempt-filesiz [all...] |
| vscan.xml | 32 <service_bundle type='manifest' name='SUNWvscanr:vscan'> 34 <!-- Name the service to 'system/filesystem/vscan' --> 36 name='system/filesystem/vscan' 61 value='solaris.smf.manage.vscan' /> 63 value='solaris.smf.manage.vscan' /> 73 exec='/usr/lib/vscan/vscand' 98 <!-- vscan service-specific general configuration defaults --> 102 value='solaris.smf.value.vscan' /> 116 <loctext xml:lang='C'> VSCAN Service daemon</loctext>
|
| Makefile | 42 LDLIBS += -lsecdb -lumem -lbsm -lnsl -lsocket -lc -L$(ROOT)/usr/lib/vscan -lvscan 43 LDFLAGS += -R/usr/lib/vscan 53 MANIFEST = vscan.xml 55 ROOTVSCANDIR= $(ROOTLIB)/vscan
|
| vs_incl.h | 27 * Includes private to the vscan daemon. 43 #include <sys/vscan.h> 46 /* vscan result code - "vsr_rc" field of vs_result_t */ 70 /* vscan daemon state */
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWvscanr/ |
| preremove | 35 # Make sure that the VSCAN client daemon (vscand) is not 41 echo "\nUnable to remove ${PKG_NAME}: the vscan service is enabled" 42 echo "Disable vscan service and try again:" 43 echo "\tsvcadm disable system/filesystem/vscan\n"
|
| prototype_com | 45 f manifest var/svc/manifest/system/filesystem/vscan.xml 0444 root sys
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWvscanu/ |
| preremove | 35 # Make sure that the VSCAN client daemon (vscand) is not 41 echo "\nUnable to remove ${PKG_NAME}: the vscan service is enabled" 42 echo "Disable vscan service and try again:" 43 echo "\tsvcadm disable system/filesystem/vscan\n"
|
| prototype_com | 43 d none usr/lib/vscan 755 root bin 44 f none usr/lib/vscan/libvscan.so.1 755 root bin 45 s none usr/lib/vscan/libvscan.so=libvscan.so.1 46 f none usr/lib/vscan/vscand 555 root bin
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWvscankr/ |
| preremove | 32 DRV=vscan 36 # Make sure that the VSCAN client daemon (vscand) is not 42 echo "\nUnable to remove ${PKG_NAME}: the vscan service is enabled" 43 echo "Disable vscan service and try again:" 44 echo "\tsvcadm disable system/filesystem/vscan\n"
|
| prototype_i386 | 33 f none kernel/drv/vscan 0755 root sys 35 f none kernel/drv/amd64/vscan 0755 root sys
|
| prototype_com | 41 f none kernel/drv/vscan.conf 0644 root sys
|
| prototype_sparc | 34 f none kernel/drv/sparcv9/vscan 0755 root sys
|
| postinstall | 32 DRV=vscan
|
| /onnv/onnv-gate/usr/src/lib/libsecdb/help/auths/ |
| SmfValueVscan.html | 32 When Value VSCAN Properties is in the Authorizations Include 33 column, it grants the authorization to change VSCAN service 36 If Value VSCAN Properties is grayed, then you are not entitled to
|
| SmfVscanStates.html | 32 When Manage VSCAN Service States is in the Authorizations Include 34 the VSCAN service. 36 If Manage VSCAN Service States is grayed, then you are not entitled
|
| /onnv/onnv-gate/usr/src/lib/libsecdb/help/profiles/ |
| RtVscanMngmnt.html | 33 When VSCAN Service Management is in the Rights Included column, it grants 34 the right to administer the VSCAN service. 36 If VSCAN Service Management is grayed, then you are not entitled to Add or
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| vscan.h | 39 * vscan.h provides definitions for vscan kernel module 42 #define VS_DRV_PATH "/dev/vscan/vscan" /* append minor dev num */ 66 * a null terminated string to be used within vscan
|
| /onnv/onnv-gate/usr/src/uts/intel/vscan/ |
| Makefile | 27 # This makefile drives the production of the vscan service 41 MODULE = vscan 45 CONF_SRCDIR = $(UTSBASE)/common/io/vscan
|
| /onnv/onnv-gate/usr/src/uts/sparc/vscan/ |
| Makefile | 29 # This makefile drives the production of the vscan service 41 MODULE = vscan 45 CONF_SRCDIR = $(UTSBASE)/common/io/vscan
|
| /onnv/onnv-gate/usr/src/cmd/vscan/vscanadm/ |
| Makefile | 34 LDLIBS += -L$(ROOT)/usr/lib/vscan -lvscan 35 LDFLAGS += -R/usr/lib/vscan
|
| /onnv/onnv-gate/usr/src/lib/libvscan/ |
| Makefile.com | 39 # Reset the Makefile.lib macro ROOTLIBDIR to refer to usr/lib/vscan 40 ROOTLIBDIR = $(ROOT)/usr/lib/vscan
|
| /onnv/onnv-gate/usr/src/uts/common/io/vscan/ |
| vscan.conf | 27 name="vscan" parent="pseudo";
|
| vscan_door.c | 35 #include <sys/vscan.h> 85 "- failed to access vscan service daemon.");
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/ |
| dsl_deleg.h | 51 #define ZFS_DELEG_PERM_VSCAN "vscan"
|