Home
last modified time | relevance | path

Searched refs:exports (Results 1 – 25 of 193) sorted by relevance

12345678

/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dexports-lib.pl.patch8 the user tries to apply changes to nfs exports.
14 exports/exports-lib.pl | 2 +-
17 Index: webmin-1.850/exports/exports-lib.pl
19 --- webmin-1.850.orig/exports/exports-lib.pl
20 +++ webmin-1.850/exports/exports-lib.pl
H A Dnfs-export.patch7 fix two syntax issue in /etc/exports:
15 Index: webmin-1.850/exports/save_export.cgi
17 --- webmin-1.850.orig/exports/save_export.cgi
18 +++ webmin-1.850/exports/save_export.cgi
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dnfs.py21 exports = None
25 with tempfile.NamedTemporaryFile(delete = False) as exports:
26exports.write("{0} (rw,no_root_squash,no_all_squash,insecure)\n".format(directory).encode())
33 … cmd = Command(["unfsd", "-d", "-p", "-e", exports.name, "-n", str(nfsport), "-m", str(mountport)],
40 if exports is not None:
42 os.unlink(exports.name)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/
H A D0001-linker-scripts-Do-not-export-_IO_stdin_used.patch13 tools/create-exports-NetworkManager.sh | 1 -
27 diff --git a/tools/create-exports-NetworkManager.sh b/tools/create-exports-NetworkManager.sh
29 --- a/tools/create-exports-NetworkManager.sh
30 +++ b/tools/create-exports-NetworkManager.sh
/openbmc/qemu/tests/qemu-iotests/
H A D307.out7 {"execute": "query-block-exports", "arguments": {}}
13 {"execute": "query-block-exports", "arguments": {}}
15 exports available: 1
36 {"execute": "query-block-exports", "arguments": {}}
42 {"execute": "query-block-exports", "arguments": {}}
44 exports available: 1
74 {"execute": "query-block-exports", "arguments": {}}
76 exports available: 2
98 === Connect qemu-io to export1, try removing exports ===
110 {"execute": "query-block-exports", "arguments": {}}
[all …]
H A D241.out5 exports available: 1
16 exports available: 1
29 exports available: 1
H A D233.out38 exports available: 1
53 exports available: 1
84 exports available: 1
95 exports available: 1
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/
H A D0001-Remove-unsuitble-part-for-cross-compile.patch31 @@ -179,8 +179,6 @@ exports: exports.in mk.exports
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dnfsserver110 test -r /etc/exports && exportfs -r
113 test -r /etc/exports && exportfs -a;;
124 reload) test -r /etc/exports && exportfs -r;;
/openbmc/linux/Documentation/hwmon/
H A Dxdpe152c4.rst40 The driver exports the following attributes for via the sysfs files, where
63 The driver exports the following attributes for via the sysfs files, where
93 The driver exports the following attributes for via the sysfs files, where
108 The driver exports the following attributes for via the sysfs files:
H A Dxdpe12284.rst51 The driver exports the following attributes for via the sysfs files, where
68 The driver exports the following attributes for via the sysfs files, where
85 The driver exports the following attributes for via the sysfs files, where
96 The driver exports the following attributes for via the sysfs files:
H A Dtmp513.rst42 The driver exports the temperature values via the following sysfs files:
56 The driver exports the shunt currents values via the following sysFs files:
72 The driver exports the bus voltage values via the following sysFs files:
91 The driver exports the bus current and bus power values via the following
H A Dmp2888.rst44 The driver exports the following attributes via the 'sysfs' files, where:
64 The driver exports the following attributes via the 'sysfs' files, where
89 The driver exports the following attributes via the 'sysfs' files, where
H A Dmp2975.rst57 The driver exports the following attributes via the 'sysfs' files, where
80 The driver exports the following attributes via the 'sysfs' files, where
103 The driver exports the following attributes via the 'sysfs' files, where
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/
H A Dwebmin_2.202.bb13 file://exports-lib.pl.patch \
47 … [ -f exports/config-debian-linux ] && mv exports/config-debian-linux exports/config-generic-linux
48 sed -i "s/killall -HUP rpc.nfsd && //" exports/config-generic-linux
49 sed -i "s/netstd_nfs/nfsserver/g" exports/config-generic-linux
137 PACKAGES += "${PN}-module-proc ${PN}-module-raid ${PN}-module-exports ${PN}-module-fdisk ${PN}-modu…
140 RDEPENDS:${PN}-module-exports = "perl-module-file-basename perl-module-file-path perl-module-cwd pe…
/openbmc/openbmc/poky/meta/recipes-devtools/devel-config/
H A Dnfs-export-root.bb6 SRC_URI = "file://exports"
13 install -m 0644 exports ${D}${sysconfdir}/
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libsub/
H A Dlibsub-exporter-progressive-perl_0.001013.bb5 \"Exporter\" if all they are doing is picking exports, but use \
7 features, like renaming exports, if they try to use them."
/openbmc/u-boot/doc/
H A DREADME.commands.spl9 atags: exports the ATAGS
10 fdt: exports the FDT
H A DREADME.standalone6 (common/exports.c). Other routines may also modify the jump table,
9 defined in the <include/exports.h> header. E.g., to substitute the
84 - Add the prototype for this function to the include/exports.h
97 - Increase the XF_VERSION value by one in the include/exports.h
/openbmc/qemu/block/export/
H A Dfuse.c67 static GHashTable *exports; variable
166 if (g_hash_table_contains(exports, args->mountpoint)) { in fuse_export_create()
221 if (exports) { in init_exports_table()
225 exports = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL); in init_exports_table()
270 g_hash_table_insert(exports, g_strdup(mountpoint), NULL); in setup_fuse_export()
334 g_hash_table_remove(exports, exp->mountpoint); in fuse_export_shutdown()
/openbmc/webui-vue/
H A Djest.config.js1 module.exports = { class in module
H A Dpostcss.config.js1 module.exports = { class in module
H A Dbabel.config.js1 module.exports = { class in module
H A D.eslintrc.js1 module.exports = { class in module
/openbmc/phosphor-webui/
H A Dpostcss.config.js1 module.exports = { class in module

12345678