Searched refs:struct (Results 1 - 25 of 59) sorted by relevance

123

/osnet-11/usr/src/lib/libwrap/
H A Dllib-lwrap11 extern int hosts_access(struct request_info *);
12 extern void sock_host(struct request_info *);
13 extern char *eval_hostname(struct host_info *);
14 extern char *eval_client(struct request_info *);
17 extern char *percent_x(char *, int, char *, struct request_info *);
18 extern void rfc931(struct sockaddr_gen *, struct sockaddr_gen *, char *);
19 extern void clean_exit(struct request_info *);
20 extern void refuse(struct request_info *);
25 extern struct hosten
[all...]
/osnet-11/usr/src/lib/libproject/common/
H A Dllib-lproject31 struct ps_prochandle;
32 typedef struct priv_set priv_set_t;
36 struct ps_prochandle *, struct project *);
/osnet-11/usr/src/lib/libefi/common/
H A Dllib-lefi34 int efi_alloc_and_init(int fd, uint32_t nparts, struct dk_gpt **vtoc);
35 int efi_alloc_and_read(int fd, struct dk_gpt **vtoc);
36 int efi_write(int fd, struct dk_gpt *vtoc);
37 void efi_free(struct dk_gpt *);
/osnet-11/usr/src/lib/librt/common/
H A Dllib-lrt43 int clock_getres(clockid_t, struct timespec *);
44 int clock_gettime(clockid_t, struct timespec *);
45 int clock_settime(clockid_t, const struct timespec *);
47 int nanosleep(const struct timespec *, struct timespec *);
52 const struct timespec *_RESTRICT_KYWD);
54 int timer_create(clockid_t, struct sigevent *_RESTRICT_KYWD,
58 int timer_gettime(timer_t, struct itimerspec *);
59 int timer_settime(timer_t, int, const struct itimerspec *_RESTRICT_KYWD,
60 struct itimerspe
[all...]
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dllib-lcfgadm38 struct cfga_confirm *confp,
39 struct cfga_msg *msgp,
49 struct cfga_confirm *confp,
50 struct cfga_msg *msgp,
59 struct cfga_msg *msgp,
67 struct cfga_stat_data *buf,
73 struct cfga_stat_data **ap_di_list,
82 struct cfga_list_data **ap_id_list,
93 struct cfga_msg *msgp,
116 struct cfga_confir
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A Dllib-lproc35 struct ps_prochandle *Pcreate(const char *file, char *const *argv,
38 void Pcreate_callback(struct ps_prochandle *Pr);
39 struct ps_prochandle *Pgrab(pid_t pid, int gflag, int *perr);
41 void Pfree(struct ps_prochandle *Pr);
42 int Pstate(struct ps_prochandle *Pr);
43 int Pasfd(struct ps_prochandle *Pr);
44 int Pctlfd(struct ps_prochandle *Pr);
45 const psinfo_t *Ppsinfo(struct ps_prochandle *Pr);
46 const pstatus_t *Pstatus(struct ps_prochandle *Pr);
47 int Pcred(struct ps_prochandl
[all...]
/osnet-11/usr/src/lib/librdc/common/
H A Dllib-lrdc41 struct hostent *gethost_byname(const char *name);
42 struct netbuf *get_addr(char *hostname, ulong_t prog, ulong_t vers,
43 struct netconfig **nconfp, char *proto, char *srvport,
44 struct t_info *tinfo, int portmap);
45 int convert_nconf_to_knconf(struct netconfig *nconf, struct knetconfig *knconf);
/osnet-11/usr/src/lib/libsocket/common/
H A Dllib-lsocket48 int bindresvport(int sd, struct sockaddr_in *sin);
54 int __inet6_rthdr_add(void *, const struct in6_addr *);
55 struct in6_addr *__inet6_rthdr_getaddr(void *, int);
58 int getnetmaskbynet(const struct in_addr net, struct in_addr *mask);
82 int bind(int s, const struct sockaddr *name, socklen_t namelen);
84 int accept(int s, struct sockaddr *addr, Psocklen_t addrlen);
85 int connect(int s, const struct sockaddr *name, socklen_t namelen);
89 struct sockaddr *from, Psocklen_t fromlen);
90 ssize_t recvmsg(int s, struct msghd
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dreentr.inc138 # define getgrent() ((PL_REENTRANT_RETINT = getgrent_r(&PL_reentrant_buffer->_grent_struct, PL_reentrant_buffer->_grent_buffer, PL_reentrant_buffer->_grent_size, &PL_reentrant_buffer->_grent_ptr)) == 0 ? PL_reentrant_buffer->_grent_ptr : (((PL_REENTRANT_RETINT == ERANGE) || (errno == ERANGE)) ? (struct group*)Perl_reentrant_retry("getgrent") : 0))
141 # define getgrent() ({int PL_REENTRANT_RETINT; ((PL_REENTRANT_RETINT = getgrent_r(&PL_reentrant_buffer->_grent_struct, PL_reentrant_buffer->_grent_buffer, PL_reentrant_buffer->_grent_size, &PL_reentrant_buffer->_grent_ptr)) == 0 ? PL_reentrant_buffer->_grent_ptr : (((PL_REENTRANT_RETINT == ERANGE) || (errno == ERANGE)) ? (struct group*)Perl_reentrant_retry("getgrent") : 0));})
144 static struct group* Perl_reentr_getgrent() {
147 return ((PL_REENTRANT_RETINT = getgrent_r(&PL_reentrant_buffer->_grent_struct, PL_reentrant_buffer->_grent_buffer, PL_reentrant_buffer->_grent_size, &PL_reentrant_buffer->_grent_ptr)) == 0 ? PL_reentrant_buffer->_grent_ptr : (((PL_REENTRANT_RETINT == ERANGE) || (errno == ERANGE)) ? (struct group*)Perl_reentrant_retry("getgrent") : 0));
154 # define getgrent() ((PL_REENTRANT_RETINT = getgrent_r(&PL_reentrant_buffer->_grent_struct, PL_reentrant_buffer->_grent_buffer, PL_reentrant_buffer->_grent_size, &PL_reentrant_buffer->_grent_ptr)) == 0 ? PL_reentrant_buffer->_grent_ptr : (((PL_REENTRANT_RETINT == ERANGE) || (errno == ERANGE)) ? (struct group*)Perl_reentrant_retry("getgrent") : 0))
157 # define getgrent() ({int PL_REENTRANT_RETINT; ((PL_REENTRANT_RETINT = getgrent_r(&PL_reentrant_buffer->_grent_struct, PL_reentrant_buffer->_grent_buffer, PL_reentrant_buffer->_grent_size, &PL_reentrant_buffer->_grent_ptr)) == 0 ? PL_reentrant_buffer->_grent_ptr : (((PL_REENTRANT_RETINT == ERANGE) || (errno == ERANGE)) ? (struct group*)Perl_reentrant_retry("getgrent") : 0));})
160 static struct group* Perl_reentr_getgrent() {
163 return ((PL_REENTRANT_RETINT = getgrent_r(&PL_reentrant_buffer->_grent_struct, PL_reentrant_buffer->_grent_buffer, PL_reentrant_buffer->_grent_size, &PL_reentrant_buffer->_grent_ptr)) == 0 ? PL_reentrant_buffer->_grent_ptr : (((PL_REENTRANT_RETINT == ERANGE) || (errno == ERANGE)) ? (struct group*)Perl_reentrant_retry("getgrent") : 0));
176 # define getgrent() ((PL_REENTRANT_RETINT = getgrent_r(&PL_reentrant_buffer->_grent_struct, PL_reentrant_buffer->_grent_buffer, PL_reentrant_buffer->_grent_size)) == 0 ? &PL_reentrant_buffer->_grent_struct : (((PL_REENTRANT_RETINT == ERANGE) || (errno == ERANGE)) ? (struct group*)Perl_reentrant_retry("getgrent") : 0))
179 # define getgrent() ({int PL_REENTRANT_RETINT; ((PL_REENTRANT_RETINT = getgrent_r(&PL_reentrant_buffer->_grent_struct, PL_reentrant_buffer->_grent_buffer, PL_reentrant_buffer->_grent_size)) == 0 ? &PL_reentrant_buffer->_grent_struct : (((PL_REENTRANT_RETINT == ERANGE) || (errno == ERANGE)) ? (struct grou
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dllib-lldap50 int ldap_sasl_bind(LDAP *ld, const char *dn, const char *mechanism, const struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls, int *msgidp);
52 int ldap_sasl_bind_s(LDAP *ld, const char *dn, const char *mechanism, const struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls, struct berval **servercredp);
65 int ldap_compare_ext(LDAP *ld, const char *dn, const char *attr, const struct berval *bvalue, LDAPControl ** serverctrls, LDAPControl **clientctrls, int *msgidp);
67 int ldap_compare_ext_s(LDAP *ld, const char *dn, const char *attr, const struct berval *bvalue, LDAPControl ** serverctrls, LDAPControl **clientctrls) ;
175 int ldap_count_values_len( struct berval **vals );
177 void ldap_value_free_len( struct berval **vals );
179 struct berval **ldap_get_values_len(LDAP *ld, LDAPMessage *entry, const char *target);
183 struct berval **ldap_get_lang_values_len(LDAP *ld, LDAPMessage *entry, const char *target, char **type);
196 struct timeva
[all...]
/osnet-11/usr/src/lib/libnsl/common/
H A Dllib-lnsl88 int __des_crypt(char *buf, unsigned len, struct desparams *desp);
93 int _des_crypt(char *buf, unsigned len, struct desparams *desp);
152 int netdir_getbyname(struct netconfig *tp, struct nd_hostserv *serv,
153 struct nd_addrlist **addrs);
154 int netdir_getbyaddr(struct netconfig *tp, struct nd_hostservlist **serv,
155 struct netbuf *addr);
156 int __netdir_getbyaddr_nosrv(struct netconfig *tp,
157 struct nd_hostservlis
[all...]
/osnet-11/usr/src/lib/libkvm/common/
H A Dllib-lkvm40 int kvm_nlist(kvm_t *, struct nlist []);
44 ssize_t kvm_aread(kvm_t *, uintptr_t, void *, size_t, struct as *);
49 ssize_t kvm_awrite(kvm_t *, uintptr_t, const void *, size_t, struct as *);
51 uint64_t kvm_physaddr(kvm_t *, struct as *, uintptr_t);
55 user_t *kvm_getu(kvm_t *, struct proc *);
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h.texi49 typedef struct multiboot_header
62 typedef struct aout_symbol_table
71 typedef struct elf_section_header_table
80 typedef struct multiboot_info
99 typedef struct module
109 typedef struct memory_map
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc200 int __posix_readdir_r(DIR * _RESTRICT_KYWD, struct dirent * _RESTRICT_KYWD,
201 struct dirent ** _RESTRICT_KYWD);
202 int __posix_getgrgid_r(gid_t, struct group *, char *, size_t, struct group **);
203 int __posix_getgrnam_r(const char *, struct group *, char *, size_t,
204 struct group **);
205 int __posix_getpwuid_r(uid_t, struct passwd *, char *, size_t,
206 struct passwd **);
207 int __posix_getpwnam_r(const char *, struct passwd *, char *, size_t,
208 struct passw
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Dnet.d.in40 typedef struct conninfo {
H A Dsysevent.d.in30 typedef struct syseventinfo {
43 typedef struct syseventchaninfo {
H A Dio.d.in48 typedef struct bufinfo {
62 translator bufinfo_t < struct buf *B > {
75 typedef struct devinfo {
85 translator devinfo_t < struct buf *B > {
92 ((struct dev_info *)B->b_dip)->devi_instance;
98 ((struct dev_info *)B->b_dip)->devi_instance == 0 &&
99 ((struct dev_info *)B->b_dip)->devi_parent != NULL &&
100 ((struct dev_info *)B->b_dip)->devi_parent->devi_node_name ==
102 ((struct dev_info *)B->b_dip)->devi_instance));
107 typedef struct fileinf
[all...]
H A Dudp.d.in34 typedef struct udpinfo {
45 typedef struct udpsinfo {
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dtvlib17 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0)
18 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dtvlib17 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0)
18 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dtvlib17 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0)
18 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dtvlib17 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0)
18 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
/osnet-11/usr/src/lib/libuuid/common/
H A Dllib-luuid42 time_t uuid_time(uuid_t, struct timeval *);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dtm.pm6 use Class::Struct qw(struct);
7 struct('Time::tm' => [
25 Time::gmtime functions. It creates a Time::tm struct object which is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm15 @EXPORT = qw(struct);
61 # do we ever export anything else than 'struct'...?
64 goto &struct;
68 sub struct { subroutine
71 # struct( class => [ element-list ])
72 # struct( class => { element-list })
73 # struct( element-list )
74 # Latter form assumes current package name as struct name.
177 croak "'$type' is not a valid struct element type";
189 warnings::warnif("function '$name' already defined, overrides struct accesso
[all...]

Completed in 107 milliseconds

123