Home
last modified time | relevance | path

Searched defs:sb (Results 1 – 25 of 217) sorted by relevance

123456789

/titanic_52/usr/src/uts/common/syscall/
H A Dstat.c137 #define FSTAT_BODY(fd, sb, statfn) \ argument
154 fstat(int fd, struct stat *sb) in fstat() argument
160 fstatat(int fd, char *name, struct stat *sb, int flags) in fstatat() argument
177 stat(char *name, struct stat *sb) in stat() argument
183 lstat(char *name, struct stat *sb) in lstat() argument
197 struct stat sb; cstat() local
256 cstatat(int fd,char * name,struct stat * sb,int follow,int flags) cstatat() argument
289 fstat32(int fd,struct stat32 * sb) fstat32() argument
295 fstatat32(int fd,char * name,struct stat32 * sb,int flags) fstatat32() argument
312 stat32(char * name,struct stat32 * sb) stat32() argument
318 lstat32(char * name,struct stat32 * sb) lstat32() argument
327 struct stat32 sb; cstat32() local
379 cstatat32(int fd,char * name,struct stat32 * sb,int follow,int flags) cstatat32() argument
416 fstat64(int fd,struct stat64 * sb) fstat64() argument
422 fstatat64(int fd,char * name,struct stat64 * sb,int flags) fstatat64() argument
439 stat64(char * name,struct stat64 * sb) stat64() argument
445 lstat64(char * name,struct stat64 * sb) lstat64() argument
487 cstatat64(int fd,char * name,struct stat64 * sb,int follow,int flags) cstatat64() argument
527 fstat64_32(int fd,struct stat64_32 * sb) fstat64_32() argument
533 fstatat64_32(int fd,char * name,struct stat64_32 * sb,int flags) fstatat64_32() argument
550 stat64_32(char * name,struct stat64_32 * sb) stat64_32() argument
556 lstat64_32(char * name,struct stat64_32 * sb) lstat64_32() argument
606 cstatat64_32(int fd,char * name,struct stat64_32 * sb,int follow,int flags) cstatat64_32() argument
[all...]
/titanic_52/usr/src/lib/libc/port/sys/
H A Dstat.c37 fstatat64(int fd, const char *name, struct stat64 *sb, int flags) in fstatat64() argument
44 stat64(const char *name, struct stat64 *sb) in stat64() argument
55 lstat64(const char *name, struct stat64 *sb) in lstat64() argument
66 fstat64(int fd, struct stat64 *sb) in fstat64() argument
79 fstatat(int fd,const char * name,struct stat * sb,int flags) fstatat() argument
86 stat(const char * name,struct stat * sb) stat() argument
97 lstat(const char * name,struct stat * sb) lstat() argument
108 fstat(int fd,struct stat * sb) fstat() argument
[all...]
/titanic_52/usr/src/uts/common/io/
H A Dbufmod.c89 struct sb { struct
90 sb_rqsb global() argument
91 sb_mpsb global() argument
92 sb_headsb global() argument
93 sb_tailsb global() argument
94 sb_mlensb global() argument
95 sb_mcountsb global() argument
96 sb_chunksb global() argument
97 sb_tickssb global() argument
98 sb_timeoutidsb global() argument
99 sb_dropssb global() argument
100 sb_snapsb global() argument
101 sb_flagssb global() argument
102 sb_statesb global() argument
[all...]
/titanic_52/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c61 #define bergetc( sb, len ) ( sb->sb_ber.ber_end > sb->sb_ber.ber_ptr ? \ argument
71 # define BerWrite( sb, b, l ) tcpwrite( sb->sb_sd, (unsigned char *)(b), (l<MAX_WRITE)? l : MAX_WRITE ) argument
83 # define BerWrite( sb, b, l ) write( sb->sb_sd, b, l ) argument
84 # define udp_read( sb, argument
87 udp_write(sb,b,l) global() argument
93 udp_read(sb,b,l,al) global() argument
94 udp_write(sb,b,l) global() argument
124 ber_filbuf(Sockbuf * sb,ber_slen_t len) ber_filbuf() argument
182 BerRead(Sockbuf * sb,char * buf,ber_slen_t len) BerRead() argument
337 ber_flush(Sockbuf * sb,BerElement * ber,int freeit) ber_flush() argument
556 get_tag(Sockbuf * sb) get_tag() argument
593 ber_get_next(Sockbuf * sb,ber_len_t * len,BerElement * ber) ber_get_next() argument
862 ber_sockbuf_set_option(Sockbuf * sb,int option,void * value) ber_sockbuf_set_option() argument
922 ber_sockbuf_get_option(Sockbuf * sb,int option,void * value) ber_sockbuf_get_option() argument
1046 get_buffer_tag(byte_buffer * sb) get_buffer_tag() argument
1107 byte_buffer sb = {0}; ber_get_next_buffer_ext() local
1358 Sockbuf *sb = (Sockbuf *)arg; nslberi_extread_compat() local
1368 Sockbuf *sb = (Sockbuf *)arg; nslberi_extwrite_compat() local
1378 nslberi_install_compat_io_fns(Sockbuf * sb) nslberi_install_compat_io_fns() argument
[all...]
/titanic_52/usr/src/lib/libldap5/sources/ldap/common/
H A Dsasl.c148 Sockbuf *sb = (Sockbuf *)arg; in nsldapi_sasl_read() local
266 Sockbuf *sb = (Sockbuf *)arg; nsldapi_sasl_write() local
318 Sockbuf *sb = (Sockbuf *)arg; nsldapi_sasl_poll() local
351 Sockbuf *sb = (Sockbuf *)arg; nsldapi_sasl_ne_read() local
365 Sockbuf *sb = (Sockbuf *)arg; nsldapi_sasl_ne_write() local
378 Sockbuf *sb = (Sockbuf *)arg; nsldapi_sasl_close_socket() local
406 nsldapi_sasl_install(LDAP * ld,Sockbuf * sb,void * ctx_arg,sasl_ssf_t * ssf) nsldapi_sasl_install() argument
571 Sockbuf *sb; nsldapi_sasl_open() local
622 destroy_sasliobuf(Sockbuf * sb) destroy_sasliobuf() argument
634 nsldapi_sasl_close(LDAP * ld,Sockbuf * sb) nsldapi_sasl_close() argument
[all...]
H A Dos-ip.c466 nsldapi_connect_to_host( LDAP *ld, Sockbuf *sb, const char *hostlist, argument
737 nsldapi_close_connection( LDAP *ld, Sockbuf *sb ) argument
750 nsldapi_host_connected_to(Sockbuf * sb) global() argument
786 nsldapi_iostatus_interest_write(LDAP * ld,Sockbuf * sb) global() argument
838 nsldapi_iostatus_interest_read(LDAP * ld,Sockbuf * sb) global() argument
889 nsldapi_iostatus_interest_clear(LDAP * ld,Sockbuf * sb) global() argument
953 nsldapi_iostatus_is_write_ready(LDAP * ld,Sockbuf * sb) global() argument
999 nsldapi_iostatus_is_read_ready(LDAP * ld,Sockbuf * sb) global() argument
1351 nsldapi_add_to_cb_pollfds(Sockbuf * sb,struct nsldapi_cb_statusinfo * pip,short events) global() argument
1418 nsldapi_clear_from_cb_pollfds(Sockbuf * sb,struct nsldapi_cb_statusinfo * pip,short events) global() argument
1448 nsldapi_find_in_cb_pollfds(Sockbuf * sb,struct nsldapi_cb_statusinfo * pip,short revents) global() argument
1472 nsldapi_install_lber_extiofns(LDAP * ld,Sockbuf * sb) global() argument
[all...]
/titanic_52/usr/src/cmd/sendmail/db/os/
H A Dos_stat.c35 struct stat sb; local
70 struct stat sb; local
H A Dos_fid.c39 struct stat sb; local
[all...]
/titanic_52/usr/src/boot/sys/boot/common/
H A Dls.c61 struct stat sb; in command_ls() local
158 struct stat sb; ls_getdir() local
[all...]
/titanic_52/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c80 struct stat64 sb; in _dev_mounted() local
269 struct stat64 sb; /* dev-in-question stat struct */ in vol_getmntdev() local
415 struct stat64 sb; in get_media_info() local
495 struct stat64 sb; get_media_info() local
[all...]
/titanic_52/usr/src/lib/libbc/inc/include/sys/
H A Dsocketvar.h109 #define sbspace(sb) \ argument
131 #define sballoc(sb, m) { \ argument
139 sbfree(sb,m) global() argument
147 sblock(so,sb) global() argument
156 sbunlock(so,sb) global() argument
[all...]
/titanic_52/usr/src/lib/pam_modules/timestamp/
H A Dpam_timestamp.c104 struct stat sb; in validate_dir() local
186 struct stat sb, tty; in pam_sm_authenticate() local
335 struct stat sb; pam_sm_setcred() local
[all...]
/titanic_52/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c51 int fd, const char *path, struct stat *sb, int flags) in s10_fstatat() argument
58 s10_stat(sysret_t *rval, const char *path, struct stat *sb) in s10_stat() argument
65 s10_lstat(sysret_t *rval, const char *path, struct stat *sb) in s10_lstat() argument
72 s10_fstat(sysret_t *rval, int filedes, struct stat *sb) in s10_fstat() argument
82 int fd, const char *path, struct stat64 *sb, int flags) in s10_fstatat64() argument
89 s10_stat64(sysret_t * rval,const char * path,struct stat64 * sb) s10_stat64() argument
96 s10_lstat64(sysret_t * rval,const char * path,struct stat64 * sb) s10_lstat64() argument
103 s10_fstat64(sysret_t * rval,int filedes,struct stat64 * sb) s10_fstat64() argument
[all...]
/titanic_52/usr/src/boot/lib/libstand/
H A Dfstat.c40 fstat(fd, sb) in fstat() argument
H A Dstat.c40 stat(str, sb) in stat() argument
/titanic_52/usr/src/cmd/acct/lib/
H A Dlintodev.c43 struct stat sb; local
/titanic_52/usr/src/lib/libsmbfs/smb/
H A Dntlmssp.c100 md_get_sb_hdr(struct mbdata *mbp, struct sec_buf *sb) in md_get_sb_hdr() argument
116 md_get_sb_data(struct mbdata *mbp, struct sec_buf *sb, struct mbuf **mp) in md_get_sb_data() argument
142 mb_put_sb_hdr(struct mbdata *mbp, struct sec_buf *sb) in mb_put_sb_hdr() argument
158 mb_put_sb_data(struct mbdata * mbp,struct sec_buf * sb,struct mbuf * m) mb_put_sb_data() argument
178 mb_put_sb_string(struct mbdata * mbp,struct sec_buf * sb,const char * str,int unicode) mb_put_sb_string() argument
[all...]
/titanic_52/usr/src/lib/libbc/libc/gen/common/
H A Dopendir.c44 struct stat sb; local
/titanic_52/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c54 struct stat sb; in get_findroot_cap() local
116 struct stat sb; in get_boot_cap() local
236 struct stat sb; in is_bfu_system() local
368 struct stat sb, sb_64; in cvt_kernel_line() local
/titanic_52/usr/src/cmd/sgs/tools/common/
H A Dpiglatin.c45 char buffer[32767], * cb, * sb; in main() local
/titanic_52/usr/src/cmd/tip/
H A Duucplock.c249 struct stat sb; in delock() local
272 struct stat sb; in tip_mlock() local
[all...]
/titanic_52/usr/src/cmd/oamuser/group/
H A Dadd_group.c50 struct stat sb; /* stat buf to copy modes */ local
/titanic_52/usr/src/cmd/rmformat/
H A DMakefile65 sb: $(SRCS) target
/titanic_52/usr/src/cmd/mail/
H A Dcreatemf.c70 struct stat fsb,sb; local
/titanic_52/usr/src/cmd/cdrw/
H A DMakefile68 sb: $(SRCS) target

123456789