Searched defs:export (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Denv.h26 # define export __EXPORT__ macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.pm25 sub export { subroutine
40 return export $pkg, $callpkg, @_
61 return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
77 # Otherwise we could have aliased them to export().
109 @EXPORT_OK = qw(munge frobnicate); # symbols to export on request
115 @EXPORT_OK = qw(munge frobnicate); # symbols to export on request
125 to export functions and variables to its users' namespaces. Many modules
153 Do B<not> export method names!
155 Do B<not> export anything else by default without a good reason!
157 Exports pollute the namespace of the module user. If you must export
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_bay.c279 smbios_port_ext_t export; local
328 &export);
331 if (export.smbporte_chassis ==
340 chassis_node, &export,
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c50 #include <nfs/export.h>
2841 * cleanup_export(export)
2847 cleanup_export(struct exportdata *export) argument
2852 if (export->ex_index != NULL) {
2853 free(export->ex_index);
2854 export->ex_index = NULL;
2857 if (export->ex_secinfo != NULL) {
2858 for (i = 0; i < export->ex_seccnt; i++) {
2859 sp = &export->ex_secinfo[i];
2867 free(export
2907 sa_nfs_fill_export(const char *sh_path, nvlist_t *proplist, struct exportdata *export) argument
[all...]

Completed in 30 milliseconds