HomeSort by: relevance | last modified time | path
    Searched refs:exports (Results 1 - 15 of 15) sorted by relevancy

  /src/etc/rc.d/
mountd 14 required_files="/etc/exports"
23 if [ ! -r /etc/zfs/exports ]; then
24 touch /etc/zfs/exports
26 rc_flags="${rc_flags} /etc/exports /etc/zfs/exports"
  /src/lib/librpcsvc/
mount.x 130 typedef struct exportnode *exports;
134 exports ex_next;
190 exports
196 exports
247 exports
  /src/usr.sbin/mountd/
Makefile 8 MAN= exports.5 mountd.8
  /src/tests/fs/nfs/
t_rquotad.sh 111 dd of=/rump/etc/exports 2> /dev/null
134 atf_check -s exit:0 mountd /rump/etc/exports
  /src/usr.bin/make/unit-tests/
directive-export-literal.mk 3 # Tests for the .export-literal directive, which exports a variable value
directive-export-gmake.mk 20 # It only exports VAR and appends everything else as the variable value.
79 # As a side effect, this test demonstrates that the 'export' directive exports
directive-export.mk 54 # If the '.export' directive exports a variable whose value contains a '$',
  /src/tests/fs/nfs/nfsservice/
Makefile 10 # install pre-generated /etc/exports
11 FILES+= exports
  /src/usr.bin/showmount/
showmount.c 92 static struct exportslist *exports; variable in typeref:struct:exportslist *
104 * its exports list and prints them out.
178 (xdrproc_t)xdr_exports, (char *)&exports)) != 0) {
179 fprintf(stderr, "showmount: Can't do Exports rpc: ");
200 printf("Exports list on %s:\n", host);
201 exp = exports;
218 exp = exports;
373 * Xdr routine to retrieve exports list
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 844 // NTDLL should go last as it exports some functions that we should
892 RVAPtr<IMAGE_EXPORT_DIRECTORY> exports(module, local in function:__interception::InternalGetProcAddress
894 RVAPtr<DWORD> functions(module, exports->AddressOfFunctions);
895 RVAPtr<DWORD> names(module, exports->AddressOfNames);
896 RVAPtr<WORD> ordinals(module, exports->AddressOfNameOrdinals);
898 for (DWORD i = 0; i < exports->NumberOfNames; i++) {
  /src/tests/lib/librumphijack/
t_tcpip.sh 200 dd of=/rump/etc/exports 2> /dev/null'
214 atf_check -s exit:0 mountd /rump/etc/exports
  /src/etc/
security 648 # NFS exports shouldn't be globally exported
650 if checkyesno check_nfs && [ -f /etc/exports ]; then
695 }' < /etc/exports > $OUTPUT
  /src/share/mk/
bsd.lib.mk 699 # automatically exports (even though it appears to be unnecessary, as
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 3257 -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \
4658 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
4670 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
5048 # 0x302f exports -- but will fail for DLLs whose name actually
9720 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
9969 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 3327 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
3339 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
3653 # 0x302f exports -- but will fail for DLLs whose name actually
8234 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
8483 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"

Completed in 32 milliseconds