Searched refs:ss1 (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_srv.c1705 void init_srv_sess_info1_str(SESS_INFO_1_STR *ss1, const char *name, const char *user) argument
1709 init_unistr2(&ss1->uni_name, name, UNI_STR_TERMINATE);
1710 init_unistr2(&ss1->uni_user, user, UNI_STR_TERMINATE);
1717 static BOOL srv_io_sess_info1_str(const char *desc, SESS_INFO_1_STR *ss1, prs_struct *ps, int depth) argument
1719 if (ss1 == NULL)
1728 if(!smb_io_unistr2("", &ss1->uni_name, True, ps, depth))
1730 if(!smb_io_unistr2("", &(ss1->uni_user), True, ps, depth))
1740 void init_srv_sess_info1(SESS_INFO_1 *ss1, argument
1747 ss1->ptr_name = (name != NULL) ? 1 : 0;
1748 ss1
1760 srv_io_sess_info1(const char *desc, SESS_INFO_1 *ss1, prs_struct *ps, int depth) argument
1792 srv_io_srv_sess_info_1(const char *desc, SRV_SESS_INFO_1 *ss1, prs_struct *ps, int depth) argument
2077 init_srv_conn_info1_str(CONN_INFO_1_STR *ss1, const char *usr_name, const char *net_name) argument
2089 srv_io_conn_info1_str(const char *desc, CONN_INFO_1_STR *ss1, prs_struct *ps, int depth) argument
2112 init_srv_conn_info1(CONN_INFO_1 *ss1, uint32 id, uint32 type, uint32 num_opens, uint32 num_users, uint32 open_time, const char *usr_name, const char *net_name) argument
2133 srv_io_conn_info1(const char *desc, CONN_INFO_1 *ss1, prs_struct *ps, int depth) argument
2167 srv_io_srv_conn_info_1(const char *desc, SRV_CONN_INFO_1 *ss1, prs_struct *ps, int depth) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_srvsvc_nt.c886 static void init_srv_sess_info_1(SRV_SESS_INFO_1 *ss1, uint32 *snum, uint32 *stot) argument
892 if (ss1 == NULL) {
902 init_srv_sess_1_info(&ss1->info_1[num_entries],
903 &ss1->info_1_str[num_entries],
913 ss1->num_entries_read = num_entries;
914 ss1->ptr_sess_info = num_entries > 0 ? 1 : 0;
915 ss1->num_entries_read2 = num_entries;
922 ss1->num_entries_read = 0;
923 ss1->ptr_sess_info = 0;
924 ss1
1045 init_srv_conn_info_1(SRV_CONN_INFO_1 *ss1, uint32 *snum, uint32 *stot) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dprocessor.h300 unsigned short ss1,__ss1h; /* ss1 is used to cache MSR_IA32_SYSENTER_CS */ member in struct:i386_hw_tss
393 .ss1 = __KERNEL_CS, \
506 if (unlikely(tss->x86_tss.ss1 != thread->sysenter_cs)) {
507 tss->x86_tss.ss1 = thread->sysenter_cs;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmstdlib.c358 const unsigned char *ss1; local
361 ss1 = (const unsigned char *)s1;
365 if (*ss1 < *ss2)
367 if (*ss1 > *ss2)
369 ss1++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsysenter.c186 tss->x86_tss.ss1 = __KERNEL_CS;
H A Dvmi.c216 if (unlikely(tss->x86_tss.ss1 != thread->sysenter_cs)) {
217 tss->x86_tss.ss1 = thread->sysenter_cs;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dassociola.c837 int sctp_cmp_addr_exact(const union sctp_addr *ss1, argument
842 af = sctp_get_af_specific(ss1->sa.sa_family);
846 return af->cmp_addr(ss1, ss2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dstructs.h1869 int sctp_cmp_addr_exact(const union sctp_addr *ss1,

Completed in 112 milliseconds