Searched refs:export (Results 1 - 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/lib/libshell/common/include/
H A Denv.h26 # define export __EXPORT__ macro
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dnfssys.c43 #include <nfs/export.h>
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c42 #include <nfs/export.h>
907 * fill_export_from_optionset(export, optionset)
910 * into the export structure. Share info will be filled in by the
916 fill_export_from_optionset(struct exportdata *export, sa_optionset_t optionset) argument
949 export->ex_anon = val;
954 export->ex_flags |= EX_NOSUID;
956 export->ex_flags &= ~EX_NOSUID;
961 export->ex_flags |= EX_ACLOK;
963 export->ex_flags &= ~EX_ACLOK;
968 export
1052 cleanup_export(struct exportdata *export) argument
1770 struct exportdata export; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.h52 extern void export(struct svc_req *);
H A Dexportlist.c66 * Send current export list to a client
69 export(struct svc_req *rqstp) function
104 * indicates export to everyone. Unfortunately, SunOS 4.x
109 * indicate export to everyone.
H A Dnfs_cmd.c36 #include <nfs/export.h>
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi.c265 smbios_port_ext_t export; local
344 &export) != 0) {
350 if (export.smbporte_chassis != ch_smbid)
358 rv = x86pi_gen_bay(mod, chassis_node, &export,
/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c79 const char badexport[] = "cannot export functions";
188 const char export[] = "export"; variable
209 { "export", SYSXPORT },
H A Ddefs.h403 extern const char export[];
H A Dname.c582 prs_buff(_gettext(export));
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Daclinux.h86 #include <linux/export.h>
/illumos-gate/usr/src/cmd/fs.d/nfs/clear_locks/
H A Dclear_locks.c44 #include <nfs/export.h>
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.l86 <INITIAL>export { BEGIN WORD; return (SCC_EXPORT); }
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l101 <INITIAL>export {
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_clnt.c56 #include <nfs/export.h>
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l120 <INITIAL>export {
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java217 * @param location The location of the export.
218 * @param format The format of the export.
219 * @throws PoolsExecption If the export fails.
221 public void export(String location, int format) throws PoolsException method in class:Configuration
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dprocess_buffer.c33 #include <nfs/export.h>
H A Dnfslogd.c54 #include <nfs/export.h>
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientlib.c35 #pragma export on
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c1637 { "export", "Use local special character definitions",
1728 { "export", "Mark an environment variable for automatic export",
1730 { "unexport", "Don't mark an environment variable for automatic export",
1808 int export; /* 1 -> export with default list of variables */ member in struct:env_lst
1846 ep->export = 0;
1938 ep->export = 1;
1970 ep->export = 1;
1980 ep->export
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_cmd.c36 #include <nfs/export.h>
194 * nfscmd_findmap(export, addr)
242 * nfscmd_insert_charmap(export, addr, name)
244 * Insert a new character set conversion map into the export structure
312 * nfscmd_convname(addr, export, name, inbound, size)
411 * nfscmd_convdirplus(addr, export, data, nents, maxsize, ndata)
H A Dnfs_acl_srv.c64 #include <nfs/export.h>
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c1445 ** export --
1458 tmp_rsa_key(s, export, keylength)
1460 int export;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h37 #include <nfs/export.h>

Completed in 137 milliseconds

12