Searched refs:proto (Results 1 - 12 of 12) sorted by relevance

/solaris-userland/components/openssh/dtrace_sftp/
H A Dsftp_provider_impl.h44 #define SFTP_TRANSFER_PROTO(proto, op, fd, path, len) \
45 bzero((proto), sizeof (struct sftpproto)); \
46 (proto)->sftp_user = (pw->pw_name ? pw->pw_name : "UNKNOWN"); \
47 (proto)->sftp_operation = (op ? op : "UNKNOWN"); \
48 (proto)->sftp_raddr = (client_addr); \
49 (proto)->sftp_fd = (fd); \
50 (proto)->sftp_pathname = (path ? path : "UNKNOWN"); \
51 (proto)->sftp_nbytes = (len); \
55 sftpproto_t proto; \
56 SFTP_TRANSFER_PROTO(&proto, o
[all...]
/solaris-userland/components/proftpd/dtrace/
H A Dftp_provider_impl.h21 #define FTP_TRANSFER_PROTO(proto, fh, len) \
23 bzero((proto), sizeof (struct ftpproto)); \
24 (proto)->ftp_user = (uint32_t)session.user; \
25 (proto)->ftp_cmd = (uint32_t)session.curr_cmd; \
26 (proto)->ftp_pathname = (uint32_t)((fh)->fh_path); \
27 (proto)->ftp_raddr = \
29 (proto)->ftp_fd = (uint32_t)((fh)->fh_fd); \
30 (proto)->ftp_nbytes = (len); \
/solaris-userland/components/php/php56/
H A DMakefile97 mkdir -p proto-scripts; \
108 > proto-scripts/phpize-proto ; \
109 chmod 755 proto-scripts/phpize-proto ) ; \
115 > proto-scripts/php-config-proto ; \
116 chmod 755 proto-scripts/php-config-proto ) ;
125 CLEAN_PATHS += proto
[all...]
/solaris-userland/components/php/
H A Dphpize.mk34 # $(PHP_BUNDLE_DIR)/proto-scripts. Therefore, it depends on gmake install of PHP
53 < $(PHP_BUNDLE_DIR)/proto-scripts/phpize-proto \
54 > $(@D)/phpize-proto; \
55 chmod +x $(@D)/phpize-proto;
67 COMPONENT_PRE_CONFIGURE_ACTION += cd $(@D) ; $(@D)/phpize-proto;
76 cp $(PHP_BUNDLE_DIR)/proto-scripts/php-config-proto $(@D) ;
77 CONFIGURE_OPTIONS += --with-php-config=$(@D)/php-config-proto
/solaris-userland/components/open-fabrics/
H A Dofed.mk41 # building, we need to point the compiler and linker at a common proto area
45 # We need to insert the shared "proto" area include directories at the front
/solaris-userland/make-rules/
H A Dinstall.rb.mk28 # install into proto area
58 # install the source into the proto directory
H A Druby.mk35 # Modify ruby scripts in the ruby-version-specific path of the proto area,
/solaris-userland/components/hplip/
H A DMakefile82 $(COMPONENT_DIR)/hplip.proto-objects)
/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c479 int proto; local
487 proto = SOLARIS_IPV4;
491 proto = SOLARIS_IPV6;
494 if ((netdev->plumbed & proto) != 0)
504 netdev->implicitly_plumbed |= proto;
505 netdev->plumbed |= proto;
516 int proto; local
524 proto = SOLARIS_IPV4;
528 proto = SOLARIS_IPV6;
531 if ((netdev->implicitly_plumbed & proto)
923 int proto; local
[all...]
/solaris-userland/components/sendmail/files/cf/cf/
H A DMakefile120 ${CFDIR}/m4/proto.m4 \
/solaris-userland/components/desktop/os-welcome/files/
H A DMakefile98 @echo use make install DESTDIR=/path/to/proto to install to a proto area
/solaris-userland/components/openstack/horizon/
H A DMakefile76 # is downloaded and installed in the proto area, none of its
338 # Generate .pyc files for the files in the proto directory
380 < patches/99-remove.xstatic.patch-proto

Completed in 156 milliseconds