Searched refs:sd (Results 1 - 25 of 148) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_93cx6.c101 #define CLOCK_PULSE(sd, rdy) \
102 while ((SEEPROM_STATUS_INB(sd) & rdy) == 0) { \
105 (void)SEEPROM_INB(sd); /* Clear clock */
111 send_seeprom_cmd(struct seeprom_descriptor *sd, struct seeprom_cmd *cmd) argument
117 temp = sd->sd_MS ^ sd->sd_CS;
118 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
119 CLOCK_PULSE(sd, sd
137 reset_seeprom(struct seeprom_descriptor *sd) argument
155 ahc_read_seeprom(struct seeprom_descriptor *sd, uint16_t *buf, u_int start_addr, u_int count) argument
227 ahc_write_seeprom(struct seeprom_descriptor *sd, uint16_t *buf, u_int start_addr, u_int count) argument
[all...]
H A Daic7xxx_93cx6.h83 #define SEEPROM_INB(sd) \
84 ahc_inb(sd->sd_ahc, sd->sd_control_offset)
85 #define SEEPROM_OUTB(sd, value) \
87 ahc_outb(sd->sd_ahc, sd->sd_control_offset, value); \
88 ahc_flush_device_writes(sd->sd_ahc); \
91 #define SEEPROM_STATUS_INB(sd) \
92 ahc_inb(sd->sd_ahc, sd
[all...]
H A Daic7xxx_proc.c237 struct seeprom_descriptor sd; local
261 sd.sd_ahc = ahc;
264 sd.sd_control_offset = SEECTL;
265 sd.sd_status_offset = SEECTL;
266 sd.sd_dataout_offset = SEECTL;
268 sd.sd_chip = C56_66;
270 sd.sd_chip = C46;
271 sd.sd_MS = SEEMS;
272 sd.sd_RDY = SEERDY;
273 sd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsnsc.c39 struct subch_data_s *sd = subch_data; local
43 spin_lock_irqsave(&sd->sd_rlock, flags);
44 spin_lock(&sd->sd_wlock);
45 status = ia64_sn_irtr_intr(sd->sd_nasid, sd->sd_subch);
49 wake_up(&sd->sd_rq);
53 (sd->sd_nasid, sd->sd_subch,
55 wake_up(&sd->sd_wq);
58 spin_unlock(&sd
73 struct subch_data_s *sd; local
129 struct subch_data_s *sd = (struct subch_data_s *) file->private_data; local
150 read_status_check(struct subch_data_s *sd, int *len) argument
161 struct subch_data_s *sd = (struct subch_data_s *) file->private_data; local
242 write_status_check(struct subch_data_s *sd, int count) argument
253 struct subch_data_s *sd = (struct subch_data_s *) file->private_data; local
326 struct subch_data_s *sd = (struct subch_data_s *) file->private_data; local
[all...]
H A Dsnsc_event.c41 struct subch_data_s *sd = subch_data; local
45 spin_lock_irqsave(&sd->sd_rlock, flags);
46 status = ia64_sn_irtr_intr(sd->sd_nasid, sd->sd_subch);
51 spin_unlock_irqrestore(&sd->sd_rlock, flags);
243 struct subch_data_s *sd = event_sd; local
247 spin_lock_irqsave(&sd->sd_rlock, flags);
248 status = ia64_sn_irtr_recv(sd->sd_nasid, sd->sd_subch,
249 sd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/configfs/
H A Dconfigfs_internal.h66 extern const unsigned char * configfs_get_name(struct configfs_dirent *sd);
67 extern void configfs_drop_dentry(struct configfs_dirent *sd, struct dentry *parent);
96 struct configfs_dirent * sd = dentry->d_fsdata; local
97 return ((struct config_item *) sd->s_element);
102 struct configfs_dirent * sd = dentry->d_fsdata; local
103 return ((struct configfs_attribute *) sd->s_element);
112 struct configfs_dirent * sd = dentry->d_fsdata; local
113 if (sd->s_type & CONFIGFS_ITEM_LINK) {
114 struct configfs_symlink * sl = sd->s_element;
117 item = config_item_get(sd
124 release_configfs_dirent(struct configfs_dirent * sd) argument
132 configfs_get(struct configfs_dirent * sd) argument
141 configfs_put(struct configfs_dirent * sd) argument
[all...]
H A Dinode.c60 struct configfs_dirent * sd = dentry->d_fsdata; local
65 if (!sd)
68 sd_iattr = sd->s_iattr;
84 sd_iattr->ia_mode = sd->s_mode;
88 sd->s_iattr = sd_iattr;
111 sd_iattr->ia_mode = sd->s_mode = mode;
135 struct inode * configfs_new_inode(mode_t mode, struct configfs_dirent * sd) argument
144 if (sd->s_iattr) {
149 set_inode_attr(inode, sd->s_iattr);
162 struct configfs_dirent *sd local
194 configfs_get_name(struct configfs_dirent *sd) argument
216 configfs_drop_dentry(struct configfs_dirent * sd, struct dentry * parent) argument
238 struct configfs_dirent * sd; local
[all...]
H A Ddir.c42 struct configfs_dirent * sd = dentry->d_fsdata; local
44 if (sd) {
45 BUG_ON(sd->s_dentry != dentry);
46 sd->s_dentry = NULL;
47 configfs_put(sd);
73 struct configfs_dirent * sd; local
75 sd = kmem_cache_zalloc(configfs_dir_cachep, GFP_KERNEL);
76 if (!sd)
79 atomic_set(&sd->s_count, 1);
80 INIT_LIST_HEAD(&sd
98 struct configfs_dirent * sd; local
118 struct configfs_dirent * sd; local
174 struct configfs_dirent *sd = d->d_fsdata; local
225 struct configfs_dirent *sd = dentry->d_fsdata; local
238 struct configfs_dirent * sd; local
279 configfs_attach_attr(struct configfs_dirent * sd, struct dentry * dentry) argument
303 struct configfs_dirent * sd; local
342 struct configfs_dirent *sd; local
378 struct configfs_dirent *sd; local
396 struct configfs_dirent * sd, * tmp; local
451 struct configfs_dirent *sd, *tmp; local
498 struct configfs_dirent *sd; local
693 struct configfs_dirent *sd; local
749 struct configfs_dirent *sd; local
873 struct configfs_dirent *sd; local
971 dt_type(struct configfs_dirent *sd) argument
1051 struct configfs_dirent *sd = dentry->d_fsdata; local
1087 struct configfs_dirent *sd; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/solaris/
H A Dsock.c34 struct sock_data *sd; local
36 if (( sd = kmem_alloc( sizeof( struct sock_data ), KM_SLEEP )) == NULL ) {
39 sd->sd_state = TS_UNBND;
40 sd->sd_q = q;
41 sd->sd_next = sd->sd_prev = NULL;
42 bzero( (caddr_t)&sd->sd_sat, sizeof( struct sockaddr_at ));
44 sd->sd_next = sockets;
46 sockets->sd_prev = sd;
48 sockets = sd;
72 struct sock_data *sd; local
91 sock_bind( struct sock_data *sd, struct sockaddr_at *sat ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A Dsock.c34 struct sock_data *sd; local
36 if (( sd = kmem_alloc( sizeof( struct sock_data ), KM_SLEEP )) == NULL ) {
39 sd->sd_state = TS_UNBND;
40 sd->sd_q = q;
41 sd->sd_next = sd->sd_prev = NULL;
42 bzero( (caddr_t)&sd->sd_sat, sizeof( struct sockaddr_at ));
44 sd->sd_next = sockets;
46 sockets->sd_prev = sd;
48 sockets = sd;
72 struct sock_data *sd; local
91 sock_bind( struct sock_data *sd, struct sockaddr_at *sat ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysfs/
H A Dsysfs.h32 extern const unsigned char * sysfs_get_name(struct sysfs_dirent *sd);
33 extern void sysfs_drop_dentry(struct sysfs_dirent *sd, struct dentry *parent);
68 struct sysfs_dirent * sd = dentry->d_fsdata; local
69 return ((struct kobject *) sd->s_element);
74 struct sysfs_dirent * sd = dentry->d_fsdata; local
75 return ((struct attribute *) sd->s_element);
80 struct sysfs_dirent * sd = dentry->d_fsdata; local
81 return ((struct bin_attribute *) sd->s_element);
90 struct sysfs_dirent * sd = dentry->d_fsdata; local
91 if (sd
102 release_sysfs_dirent(struct sysfs_dirent * sd) argument
114 sysfs_get(struct sysfs_dirent * sd) argument
123 sysfs_put(struct sysfs_dirent * sd) argument
[all...]
H A Ddir.c20 struct sysfs_dirent * sd = dentry->d_fsdata; local
22 if (sd) {
23 /* sd->s_dentry is protected with sysfs_lock. This
29 * lookup could have happened updating sd->s_dentry to
33 if (sd->s_dentry == dentry)
34 sd->s_dentry = NULL;
36 sysfs_put(sd);
58 struct sysfs_dirent * sd; local
60 sd = kmem_cache_zalloc(sysfs_dir_cachep, GFP_KERNEL);
61 if (!sd)
74 __sysfs_list_dirent(struct sysfs_dirent *parent_sd, struct sysfs_dirent *sd) argument
84 struct sysfs_dirent *sd; local
100 struct sysfs_dirent * sd; local
119 struct sysfs_dirent * sd; local
140 struct sysfs_dirent *sd; local
194 struct sysfs_dirent *sd = (*d)->d_fsdata; local
246 sysfs_attach_attr(struct sysfs_dirent * sd, struct dentry * dentry) argument
282 sysfs_attach_link(struct sysfs_dirent * sd, struct dentry * dentry) argument
305 struct sysfs_dirent * sd; local
334 struct sysfs_dirent * sd; local
360 struct sysfs_dirent * sd, * tmp; local
427 struct sysfs_dirent *sd, *parent_sd; local
453 struct sysfs_dirent *new_parent_sd, *sd; local
523 dt_type(struct sysfs_dirent *sd) argument
600 struct sysfs_dirent *sd = dentry->d_fsdata; local
663 struct sysfs_dirent *sd; local
[all...]
H A Dinode.c50 struct sysfs_dirent * sd = dentry->d_fsdata; local
55 if (!sd)
58 sd_iattr = sd->s_iattr;
74 sd_iattr->ia_mode = sd->s_mode;
78 sd->s_iattr = sd_iattr;
101 sd_iattr->ia_mode = sd->s_mode = mode;
136 struct inode * sysfs_new_inode(mode_t mode, struct sysfs_dirent * sd) argument
144 inode->i_ino = sd->s_ino;
147 if (sd->s_iattr) {
152 set_inode_attr(inode, sd
165 struct sysfs_dirent * sd = dentry->d_fsdata; local
197 sysfs_get_name(struct sysfs_dirent *sd) argument
247 sysfs_drop_dentry(struct sysfs_dirent * sd, struct dentry * parent) argument
292 struct sysfs_dirent * sd; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Denumerate.c57 struct savedir *sd = data; local
61 end = sd->sd_buf + sd->sd_buflen;
63 *(sd->sd_last)++ = len;
65 if ( sd->sd_last + len +lenm + 4 > end ) {
68 start = sd->sd_buf;
69 if (!(buf = realloc( sd->sd_buf, sd->sd_buflen +SDBUFBRK )) ) {
75 sd->sd_buf = buf;
76 sd
170 static struct savedir sd = { 0, 0, 0, NULL, NULL, 0 }; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Denumerate.c57 struct savedir *sd = data; local
61 end = sd->sd_buf + sd->sd_buflen;
63 *(sd->sd_last)++ = len;
65 if ( sd->sd_last + len +lenm + 4 > end ) {
68 start = sd->sd_buf;
69 if (!(buf = realloc( sd->sd_buf, sd->sd_buflen +SDBUFBRK )) ) {
75 sd->sd_buf = buf;
76 sd
170 static struct savedir sd = { 0, 0, 0, NULL, NULL, 0 }; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/smbd/
H A Dse_access_check_allowall.c28 SEC_DESC *sd; variable
43 result = se_access_check(sd, pw->pw_uid, pw->pw_gid,
68 sd = build_sec_desc(acl_allowall, NULL, NULL_SID, NULL_SID);
70 if (!sd) {
H A Dse_access_check_denyall.c28 SEC_DESC *sd; variable
43 result = se_access_check(sd, pw->pw_uid, pw->pw_gid,
67 sd = build_sec_desc(acl_denyall, NULL, NULL_SID, NULL_SID);
69 if (!sd) {
H A Dse_access_check_empty.c28 SEC_DESC *sd; variable
44 result = se_access_check(sd, pw->pw_uid, pw->pw_gid,
55 result = se_access_check(sd, pw->pw_uid, pw->pw_gid,
67 result = se_access_check(sd, pw->pw_uid, pw->pw_gid,
90 sd = build_sec_desc(acl_empty, NULL, NULL_SID, NULL_SID);
92 if (!sd) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Ddisp_sec.c138 void ads_disp_sd(SEC_DESC *sd) argument
143 sd->revision,
144 sd->type);
145 printf("owner SID: %s\n", sid_string_static(sd->owner_sid));
146 printf("group SID: %s\n", sid_string_static(sd->grp_sid));
148 ads_disp_acl(sd->sacl, "system");
149 for (i = 0; i < sd->sacl->num_aces; i ++)
150 ads_disp_ace(&sd->sacl->ace[i]);
152 ads_disp_acl(sd->dacl, "user");
153 for (i = 0; i < sd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dcpu-sa1110.c142 sdram_calculate_timing(struct sdram_info *sd, u_int cpu_khz, argument
161 sd->mdcnfg = MDCNFG & 0x007f007f;
170 sd->mdcnfg |= trp << 8;
171 sd->mdcnfg |= trp << 24;
172 sd->mdcnfg |= sdram->cas_latency << 12;
173 sd->mdcnfg |= sdram->cas_latency << 28;
174 sd->mdcnfg |= twr << 14;
175 sd->mdcnfg |= twr << 30;
177 sd->mdrefr = MDREFR & 0xffbffff0;
178 sd
224 struct sdram_info sd; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-add1.S58 sd $11,0($4)
79 sd $11,0($4)
88 sd $13,8($4)
97 sd $11,16($4)
106 sd $13,24($4)
119 sd $11,0($4)
H A Dmpih-lshift.S60 sd $8,0($4)
74 sd $8,24($4)
80 sd $8,16($4)
86 sd $8,8($4)
92 sd $8,0($4)
96 sd $8,-8($4)
H A Dmpih-rshift.S57 sd $8,-8($4)
71 sd $8,-32($4)
77 sd $8,-24($4)
83 sd $8,-16($4)
89 sd $8,-8($4)
93 sd $8,0($4)
H A Dmpih-sub1.S59 sd $11,0($4)
80 sd $11,0($4)
89 sd $13,8($4)
98 sd $11,16($4)
107 sd $13,24($4)
120 sd $11,0($4)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched_stats.h18 struct sched_domain *sd; local
37 for_each_domain(cpu, sd) {
41 cpumask_scnprintf(mask_str, NR_CPUS, sd->span);
46 sd->lb_count[itype],
47 sd->lb_balanced[itype],
48 sd->lb_failed[itype],
49 sd->lb_imbalance[itype],
50 sd->lb_gained[itype],
51 sd->lb_hot_gained[itype],
52 sd
[all...]

Completed in 135 milliseconds

123456