Searched refs:fs (Results 451 - 475 of 845) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c138 flow_resource_t *fs; local
139 fs = (flow_resource_t *)mp->b_rptr;
142 "hxge_put_tcam addr fs $%p type %x offset %x",
143 fs, fs->flow_spec.flow_type, fs->channel_cookie));
145 (void) hxge_add_tcam_entry(hxgep, fs);
/opensolaris-onvv-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.s142 movq $0, %rcx / save %fs register
143 movw %fs, %cx
214 movw %fs, WC_FS(%eax)
245 * selector registers (cs=KCS_SEL, ds=es=ss=KDS_SEL, fs=KFS_SEL,
707 movq WC_FS(%rbx), %rcx / restore fs register
708 movw %cx, %fs
1114 movw WC_FS(%ebx), %fs
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c1649 flow_resource_t *fs; local
1651 fs = (flow_resource_t *)mp->b_rptr;
1653 "nxge_put_tcam addr fs $%p type %x offset %x",
1654 fs, fs->flow_spec.flow_type, fs->channel_cookie));
1655 (void) nxge_add_tcam_entry(nxgep, fs);
2308 nxge_get_tcam_entry(nxgep, &cfg_info->fs);
2314 nxge_del_tcam_entry(nxgep, cfg_info->fs.location);
2317 (void) nxge_add_tcam_entry(nxgep, &cfg_info->fs);
2437 nxge_get_tcam_entry(p_nxge_t nxgep, flow_resource_t *fs) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c37 #include <sys/fs/ufs_fs.h>
39 #include <sys/fs/ufs_acl.h>
40 #include <sys/fs/ufs_inode.h>
41 #include <sys/fs/ufs_log.h>
43 #include <sys/fs/ufs_fsdir.h>
1247 "** largefile count=%d, fs.fs_flags=%x, flags_ok %d\n",
1251 * If fs is unchanged, do nothing.
1432 is_errorlocked(caddr_t fs) argument
1441 if (!fs)
1444 if (stat64(fs,
[all...]
/opensolaris-onvv-gate/usr/src/cmd/pg/
H A Dpg.c1113 * Check whether the file named by fs is a file which the user may
1118 checkf(fs)
1119 char *fs;
1127 if (strcmp(fs, "-") == 0) {
1136 if ((f = fopen(fs, "r")) == (FILE *)NULL) {
1138 perror(fs);
1147 perror(fs);
1154 (void) fprintf(stderr, gettext("%s is a directory\n"), fs);
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c696 * all fs associated with this log
1471 meta_lockfs_common(mdname_t *fs, void **cookie, int lockit) argument
1482 if ((blkname = fs->bname) == NULL)
1483 blkname = getfullblkname(fs->cname);
1555 meta_lockfs(mdname_t *fs, void **cookie) argument
1557 return (meta_lockfs_common(fs, cookie, 1));
1566 meta_unlockfs(mdname_t *fs, void **cookie) argument
1573 (void) meta_lockfs_common(fs, cookie, 0);
/opensolaris-onvv-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c53 #include <sys/fs/hsfs_spec.h>
54 #include <sys/fs/hsfs_isospec.h>
55 #include <sys/fs/hsfs_node.h>
56 #include <sys/fs/hsfs_impl.h>
57 #include <sys/fs/hsfs_susp.h>
58 #include <sys/fs/hsfs_rrip.h>
64 #include <fs/fs_subr.h>
H A Dhsfs_vfsops.c52 #include <sys/fs/snode.h>
53 #include <sys/fs/hsfs_spec.h>
54 #include <sys/fs/hsfs_isospec.h>
55 #include <sys/fs/hsfs_node.h>
56 #include <sys/fs/hsfs_impl.h>
57 #include <sys/fs/hsfs_susp.h>
58 #include <sys/fs/hsfs_rrip.h>
66 #include "fs/fs_subr.h"
163 char _depends_on[] = "fs/specfs";
1024 * a malicious "fs imag
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_xdr.c1382 xdr_statfs(XDR *xdrs, struct nfsstatfs *fs) argument
1384 return (xdr_union(xdrs, (enum_t *)&(fs->fs_status),
1385 (caddr_t)&(fs->fs_fsok), statfs_discrim, xdr_void));
1392 xdr_faststatfs(XDR *xdrs, struct nfsstatfs *fs) argument
1398 if (!xdr_fastenum(xdrs, (enum_t *)&fs->fs_status))
1401 if (fs->fs_status == NFS_OK)
1402 return (xdr_fastfsok(xdrs, &fs->fs_fsok));
1404 if (fs->fs_status == NFS_OK)
1407 return (xdr_fastshorten(xdrs, sizeof (*fs)));
/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c42 #include <sys/fs/ufs_fs.h>
43 #include <sys/fs/ufs_inode.h>
44 #include <sys/fs/ufs_panic.h>
45 #include <sys/fs/ufs_lockfs.h>
46 #include <sys/fs/ufs_trans.h>
47 #include <sys/fs/ufs_mount.h>
48 #include <sys/fs/ufs_prot.h>
49 #include <sys/fs/ufs_bio.h>
583 ": vp, ip or ufsvfs is NULL; can't determine fs => TRIAGE_DEAD]\n"));
623 * Space is allocated for copies of dynamic identifying fs structure
[all...]
H A Dlufs_debug.c40 #include <sys/fs/ufs_inode.h>
41 #include <sys/fs/ufs_filio.h>
42 #include <sys/fs/ufs_log.h>
H A Dquotacalls.c60 #include <sys/fs/ufs_inode.h>
61 #include <sys/fs/ufs_fs.h>
62 #include <sys/fs/ufs_quota.h>
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/err/
H A Derr.c823 const char *ls,*fs,*rs; local
831 fs=ERR_func_error_string(e);
836 if (fs == NULL)
842 fs?fs:fsbuf, rs?rs:rsbuf);
/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Dlib.c415 refldbld(uchar *rec, uchar *fs) /* build fields from reg expr in FS */ argument
434 pfa = makedfa(fs, 1);
435 dprintf(("into refldbld, rec = <%s>, pat = <%s>\n", rec, fs));
H A Drun.c1209 uchar *t, temp, num[11], *fs; local
1214 if (a[2] == 0) /* fs string */
1215 fs = *FS;
1218 fs = getsval(x);
1220 fs = (uchar *)"(regexpr)"; /* split(str,arr,/regexpr/) */
1223 sep = *fs;
1226 dprintf(("split: s=|%s|, a=%s, sep=|%s|\n", s, ap->nval, fs));
1232 if (*s != '\0' && strlen((char *)fs) > 1 || (int)a[3] == REGEXPR) {
1238 pfa = makedfa(fs, 1);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.c42 #include <sys/fs/pc_fs.h>
43 #include <sys/fs/pc_dir.h>
44 #include <sys/fs/pc_label.h>
/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c43 #include <sys/fs/pc_fs.h>
44 #include <sys/fs/pc_label.h>
45 #include <sys/fs/pc_dir.h>
58 /* for the <sys/fs/pc_dir.h> PCDL_IS_LFN macro */
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c73 #include <sys/fs/ufs_fs.h>
75 #include <sys/fs/ufs_mount.h>
76 #include <sys/fs/ufs_filio.h>
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c32 #include <sys/fs/ufs_inode.h>
33 #include <sys/fs/ufs_acl.h>
34 #include <sys/fs/ufs_fs.h>
/opensolaris-onvv-gate/usr/src/uts/common/fs/dev/
H A Dsdev_zvolops.c34 #include <fs/fs_subr.h>
35 #include <sys/fs/dv_node.h>
36 #include <sys/fs/sdev_impl.h>
52 * we need to use ddi_mod* since fs/dev gets loaded early on in
53 * startup(), and linking fs/dev to fs/zfs would drag in a lot of
82 if (zfs_mod == NULL && ((zfs_mod = ddi_modopen("fs/zfs",
/opensolaris-onvv-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c56 #include <sys/fs/namenode.h>
61 #include <fs/fs_subr.h>
64 #include <sys/fs/sdev_impl.h>
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c56 #include <fs/sockfs/nl7c.h>
57 #include <fs/sockfs/nl7curi.h>
58 #include <fs/sockfs/socktpi.h>
847 * initialize logd as at logdconf_read() the root fs is read-only.
H A Dsockparams.c38 #include <fs/sockfs/sockcommon.h>
39 #include <fs/sockfs/sockfilter_impl.h>
40 #include <fs/sockfs/socktpi.h>
/opensolaris-onvv-gate/usr/src/cmd/avs/dscfg/
H A Ddscfgadm.sh981 # set proper dependency type for fs-local
984 ${svc}-local-fs/grouping=$dep_group
988 printf "setprop ${svc}-local-fs/grouping=$dep_group "
993 # we need local-fs to know about the new grouping attributes
1036 cur_grouping=`svcprop -c -p ${svc}-local-fs/grouping $FS_LOCAL_SVC`
1356 # workaround for 6221374--let local-fs know
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c36 #include <sys/fs/zfs.h>
38 #include <sys/fm/fs/zfs.h>
269 * Repair this vdev if we had diagnosed a 'fault.fs.zfs.device' and
378 if (strcmp(class, "resource.fs.zfs.removed") == 0) {
398 if (strcmp(class, "resource.fs.zfs.statechange") == 0 ||
431 * While we subscribe to fault.fs.zfs.*, we only take action
436 if (fmd_nvl_class_match(hdl, fault, "fault.fs.zfs.vdev.io")) {
439 "fault.fs.zfs.vdev.checksum")) {
442 "fault.fs.zfs.device")) {

Completed in 186 milliseconds

<<11121314151617181920>>