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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/cpu-sh2a/cpu/
H A Ddma.h1 #include <cpu-sh2/cpu/dma.h>
H A Dwatchdog.h1 #include <cpu-sh2/cpu/watchdog.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/
H A DMakefile5 obj-$(CONFIG_CPU_SH2) = sh2/
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A DMakefile7 cacheops-$(CONFIG_CPU_SH2) := cache-sh2.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_srv.c179 void init_srv_share_info2_str(SH_INFO_2_STR *sh2, argument
185 init_unistr2(&sh2->uni_netname, net_name, UNI_STR_TERMINATE);
186 init_unistr2(&sh2->uni_remark, remark, UNI_STR_TERMINATE);
187 init_unistr2(&sh2->uni_path, path, UNI_STR_TERMINATE);
188 init_unistr2(&sh2->uni_passwd, passwd, UNI_STR_TERMINATE);
195 static BOOL srv_io_share_info2_str(const char *desc, SH_INFO_2 *sh, SH_INFO_2_STR *sh2, prs_struct *ps, int depth) argument
197 if (sh2 == NULL)
201 ZERO_STRUCTP(sh2);
210 if(!smb_io_unistr2("", &sh2->uni_netname, True, ps, depth))
214 if(!smb_io_unistr2("", &sh2
232 init_srv_share_info2(SH_INFO_2 *sh2, const char *net_name, uint32 type, const char *remark, uint32 perms, uint32 max_uses, uint32 num_uses, const char *path, const char *passwd) argument
253 srv_io_share_info2(const char *desc, SH_INFO_2 *sh2, prs_struct *ps, int depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/
H A DMakefile14 isa-$(CONFIG_CPU_SH2) := sh2
177 cpuincdir-$(CONFIG_CPU_SH2) += cpu-sh2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid5.c1943 struct stripe_head sh2; local
2039 previous, &dummy1, &sh2);
2040 if (check != sh->sector || dummy1 != dd_idx || sh2.pd_idx != sh->pd_idx
2041 || sh2.qd_idx != sh->qd_idx) {
2941 struct stripe_head *sh2; local
2947 sh2 = get_active_stripe(conf, s, 0, 1, 1);
2948 if (sh2 == NULL)
2954 if (!test_bit(STRIPE_EXPANDING, &sh2->state) ||
2955 test_bit(R5_Expanded, &sh2->dev[dd_idx].flags)) {
2957 release_stripe(sh2);
3227 struct stripe_head *sh2 local
3539 struct stripe_head *sh2 local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_srvsvc_nt.c256 static void init_srv_share_info_2(pipes_struct *p, SRV_SHARE_INFO_2 *sh2, int snum) argument
281 init_srv_share_info2(&sh2->info_2, net_name, get_share_type(snum),
284 init_srv_share_info2_str(&sh2->info_2_str, net_name, remark, path, passwd);

Completed in 87 milliseconds