Searched refs:dp (Results 1 - 25 of 1133) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hisax/
H A Dq931.c203 char *dp = dest; local
208 *dp++ = '1';
210 *dp++ = '0';
213 return (dp - dest);
448 char *dp = dest; local
453 dp += sprintf(dp, " coding ");
454 dp += prbits(dp, *p, 7, 2);
455 dp
524 char *dp = dest; local
559 char *dp = dest; local
572 char *dp = dest; local
589 char *dp = dest; local
615 char *dp = dest, ch; local
663 char *dp = dest; local
720 char *dp = dest; local
747 char *dp = dest; local
774 char *dp = dest; local
791 char *dp = dest; local
807 char *dp = dest; local
873 char *dp = dest; local
912 char *dp = dest; local
941 char *dp = dest; local
1168 char *dp; local
1191 char *dp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dq931.c203 char *dp = dest; local
208 *dp++ = '1';
210 *dp++ = '0';
213 return (dp - dest);
448 char *dp = dest; local
453 dp += sprintf(dp, " coding ");
454 dp += prbits(dp, *p, 7, 2);
455 dp
524 char *dp = dest; local
559 char *dp = dest; local
572 char *dp = dest; local
589 char *dp = dest; local
615 char *dp = dest, ch; local
663 char *dp = dest; local
720 char *dp = dest; local
747 char *dp = dest; local
774 char *dp = dest; local
791 char *dp = dest; local
807 char *dp = dest; local
873 char *dp = dest; local
912 char *dp = dest; local
941 char *dp = dest; local
1168 char *dp; local
1191 char *dp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openpam/lib/libpam/
H A Dpam_get_data.c60 pam_data_t *dp; local
65 for (dp = pamh->module_data; dp != NULL; dp = dp->next) {
66 if (strcmp(dp->name, module_data_name) == 0) {
67 *data = (void *)dp->data;
H A Dpam_set_data.c64 pam_data_t *dp; local
69 for (dp = pamh->module_data; dp != NULL; dp = dp->next) {
70 if (strcmp(dp->name, module_data_name) == 0) {
71 if (dp->cleanup)
72 (dp->cleanup)(pamh, dp->data, PAM_SUCCESS);
73 dp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openpam/lib/libpam/
H A Dpam_get_data.c60 pam_data_t *dp; local
65 for (dp = pamh->module_data; dp != NULL; dp = dp->next) {
66 if (strcmp(dp->name, module_data_name) == 0) {
67 *data = (void *)dp->data;
H A Dpam_set_data.c64 pam_data_t *dp; local
69 for (dp = pamh->module_data; dp != NULL; dp = dp->next) {
70 if (strcmp(dp->name, module_data_name) == 0) {
71 if (dp->cleanup)
72 (dp->cleanup)(pamh, dp->data, PAM_SUCCESS);
73 dp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openpam/lib/libpam/
H A Dpam_get_data.c60 pam_data_t *dp; local
65 for (dp = pamh->module_data; dp != NULL; dp = dp->next) {
66 if (strcmp(dp->name, module_data_name) == 0) {
67 *data = (void *)dp->data;
H A Dpam_set_data.c64 pam_data_t *dp; local
69 for (dp = pamh->module_data; dp != NULL; dp = dp->next) {
70 if (strcmp(dp->name, module_data_name) == 0) {
71 if (dp->cleanup)
72 (dp->cleanup)(pamh, dp->data, PAM_SUCCESS);
73 dp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_synth.h33 void snd_seq_oss_synth_setup(struct seq_oss_devinfo *dp);
34 void snd_seq_oss_synth_setup_midi(struct seq_oss_devinfo *dp);
35 void snd_seq_oss_synth_cleanup(struct seq_oss_devinfo *dp);
37 void snd_seq_oss_synth_reset(struct seq_oss_devinfo *dp, int dev);
38 int snd_seq_oss_synth_load_patch(struct seq_oss_devinfo *dp, int dev, int fmt,
40 int snd_seq_oss_synth_is_valid(struct seq_oss_devinfo *dp, int dev);
41 int snd_seq_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf,
43 int snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev);
44 int snd_seq_oss_synth_ioctl(struct seq_oss_devinfo *dp, int dev, unsigned int cmd,
46 int snd_seq_oss_synth_raw_event(struct seq_oss_devinfo *dp, in
[all...]
H A Dseq_oss_ioctl.c31 static int snd_seq_oss_synth_info_user(struct seq_oss_devinfo *dp, void __user *arg) argument
37 if (snd_seq_oss_synth_make_info(dp, info.device, &info) < 0)
44 static int snd_seq_oss_midi_info_user(struct seq_oss_devinfo *dp, void __user *arg) argument
50 if (snd_seq_oss_midi_make_info(dp, info.device, &info) < 0)
57 static int snd_seq_oss_oob_user(struct seq_oss_devinfo *dp, void __user *arg) argument
65 snd_seq_oss_fill_addr(dp, &tmpev, dp->addr.port, dp->addr.client);
67 if (! snd_seq_oss_process_event(dp, (union evrec *)ev, &tmpev)) {
68 snd_seq_oss_dispatch(dp,
74 snd_seq_oss_ioctl(struct seq_oss_devinfo *dp, unsigned int cmd, unsigned long carg) argument
[all...]
H A Dseq_oss_midi.h34 void snd_seq_oss_midi_setup(struct seq_oss_devinfo *dp);
35 void snd_seq_oss_midi_cleanup(struct seq_oss_devinfo *dp);
37 int snd_seq_oss_midi_open(struct seq_oss_devinfo *dp, int dev, int file_mode);
38 void snd_seq_oss_midi_open_all(struct seq_oss_devinfo *dp, int file_mode);
39 int snd_seq_oss_midi_close(struct seq_oss_devinfo *dp, int dev);
40 void snd_seq_oss_midi_reset(struct seq_oss_devinfo *dp, int dev);
41 int snd_seq_oss_midi_putc(struct seq_oss_devinfo *dp, int dev, unsigned char c,
44 int snd_seq_oss_midi_filemode(struct seq_oss_devinfo *dp, int dev);
45 int snd_seq_oss_midi_make_info(struct seq_oss_devinfo *dp, int dev, struct midi_info *inf);
46 void snd_seq_oss_midi_get_addr(struct seq_oss_devinfo *dp, in
[all...]
H A Dseq_oss_init.c53 static int create_port(struct seq_oss_devinfo *dp);
54 static int delete_port(struct seq_oss_devinfo *dp);
55 static int alloc_seq_queue(struct seq_oss_devinfo *dp);
178 struct seq_oss_devinfo *dp; local
180 dp = kzalloc(sizeof(*dp), GFP_KERNEL);
181 if (!dp) {
185 debug_printk(("oss_open: dp = %p\n", dp));
187 dp
313 create_port(struct seq_oss_devinfo *dp) argument
348 delete_port(struct seq_oss_devinfo *dp) argument
363 alloc_seq_queue(struct seq_oss_devinfo *dp) argument
404 struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private; local
423 snd_seq_oss_release(struct seq_oss_devinfo *dp) argument
452 snd_seq_oss_drain_write(struct seq_oss_devinfo *dp) argument
469 snd_seq_oss_reset(struct seq_oss_devinfo *dp) argument
521 struct seq_oss_devinfo *dp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_synth.h33 void snd_seq_oss_synth_setup(struct seq_oss_devinfo *dp);
34 void snd_seq_oss_synth_setup_midi(struct seq_oss_devinfo *dp);
35 void snd_seq_oss_synth_cleanup(struct seq_oss_devinfo *dp);
37 void snd_seq_oss_synth_reset(struct seq_oss_devinfo *dp, int dev);
38 int snd_seq_oss_synth_load_patch(struct seq_oss_devinfo *dp, int dev, int fmt,
40 int snd_seq_oss_synth_is_valid(struct seq_oss_devinfo *dp, int dev);
41 int snd_seq_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf,
43 int snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev);
44 int snd_seq_oss_synth_ioctl(struct seq_oss_devinfo *dp, int dev, unsigned int cmd,
46 int snd_seq_oss_synth_raw_event(struct seq_oss_devinfo *dp, in
[all...]
H A Dseq_oss_ioctl.c31 static int snd_seq_oss_synth_info_user(struct seq_oss_devinfo *dp, void __user *arg) argument
37 if (snd_seq_oss_synth_make_info(dp, info.device, &info) < 0)
44 static int snd_seq_oss_midi_info_user(struct seq_oss_devinfo *dp, void __user *arg) argument
50 if (snd_seq_oss_midi_make_info(dp, info.device, &info) < 0)
57 static int snd_seq_oss_oob_user(struct seq_oss_devinfo *dp, void __user *arg) argument
65 snd_seq_oss_fill_addr(dp, &tmpev, dp->addr.port, dp->addr.client);
67 if (! snd_seq_oss_process_event(dp, (union evrec *)ev, &tmpev)) {
68 snd_seq_oss_dispatch(dp,
74 snd_seq_oss_ioctl(struct seq_oss_devinfo *dp, unsigned int cmd, unsigned long carg) argument
[all...]
H A Dseq_oss_midi.h34 void snd_seq_oss_midi_setup(struct seq_oss_devinfo *dp);
35 void snd_seq_oss_midi_cleanup(struct seq_oss_devinfo *dp);
37 int snd_seq_oss_midi_open(struct seq_oss_devinfo *dp, int dev, int file_mode);
38 void snd_seq_oss_midi_open_all(struct seq_oss_devinfo *dp, int file_mode);
39 int snd_seq_oss_midi_close(struct seq_oss_devinfo *dp, int dev);
40 void snd_seq_oss_midi_reset(struct seq_oss_devinfo *dp, int dev);
41 int snd_seq_oss_midi_putc(struct seq_oss_devinfo *dp, int dev, unsigned char c,
44 int snd_seq_oss_midi_filemode(struct seq_oss_devinfo *dp, int dev);
45 int snd_seq_oss_midi_make_info(struct seq_oss_devinfo *dp, int dev, struct midi_info *inf);
46 void snd_seq_oss_midi_get_addr(struct seq_oss_devinfo *dp, in
[all...]
H A Dseq_oss_init.c53 static int create_port(struct seq_oss_devinfo *dp);
54 static int delete_port(struct seq_oss_devinfo *dp);
55 static int alloc_seq_queue(struct seq_oss_devinfo *dp);
178 struct seq_oss_devinfo *dp; local
180 dp = kzalloc(sizeof(*dp), GFP_KERNEL);
181 if (!dp) {
185 debug_printk(("oss_open: dp = %p\n", dp));
187 dp
313 create_port(struct seq_oss_devinfo *dp) argument
348 delete_port(struct seq_oss_devinfo *dp) argument
363 alloc_seq_queue(struct seq_oss_devinfo *dp) argument
404 struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private; local
423 snd_seq_oss_release(struct seq_oss_devinfo *dp) argument
452 snd_seq_oss_drain_write(struct seq_oss_devinfo *dp) argument
469 snd_seq_oss_reset(struct seq_oss_devinfo *dp) argument
521 struct seq_oss_devinfo *dp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/include/
H A Dsysquotas.h44 #define SMB_QUOTAS_SET_NO_LIMIT(dp) \
46 (dp)->softlimit = SMB_QUOTAS_NO_LIMIT;\
47 (dp)->hardlimit = SMB_QUOTAS_NO_LIMIT;\
48 (dp)->isoftlimit = SMB_QUOTAS_NO_LIMIT;\
49 (dp)->ihardlimit = SMB_QUOTAS_NO_LIMIT;\
52 #define SMB_QUOTAS_SET_NO_SPACE(dp) \
54 (dp)->softlimit = SMB_QUOTAS_NO_SPACE;\
55 (dp)->hardlimit = SMB_QUOTAS_NO_SPACE;\
56 (dp)->isoftlimit = SMB_QUOTAS_NO_SPACE;\
57 (dp)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/include/
H A Dsysquotas.h44 #define SMB_QUOTAS_SET_NO_LIMIT(dp) \
46 (dp)->softlimit = SMB_QUOTAS_NO_LIMIT;\
47 (dp)->hardlimit = SMB_QUOTAS_NO_LIMIT;\
48 (dp)->isoftlimit = SMB_QUOTAS_NO_LIMIT;\
49 (dp)->ihardlimit = SMB_QUOTAS_NO_LIMIT;\
52 #define SMB_QUOTAS_SET_NO_SPACE(dp) \
54 (dp)->softlimit = SMB_QUOTAS_NO_SPACE;\
55 (dp)->hardlimit = SMB_QUOTAS_NO_SPACE;\
56 (dp)->isoftlimit = SMB_QUOTAS_NO_SPACE;\
57 (dp)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dsysquotas.h43 #define SMB_QUOTAS_SET_NO_LIMIT(dp) \
45 (dp)->softlimit = SMB_QUOTAS_NO_LIMIT;\
46 (dp)->hardlimit = SMB_QUOTAS_NO_LIMIT;\
47 (dp)->isoftlimit = SMB_QUOTAS_NO_LIMIT;\
48 (dp)->ihardlimit = SMB_QUOTAS_NO_LIMIT;\
51 #define SMB_QUOTAS_SET_NO_SPACE(dp) \
53 (dp)->softlimit = SMB_QUOTAS_NO_SPACE;\
54 (dp)->hardlimit = SMB_QUOTAS_NO_SPACE;\
55 (dp)->isoftlimit = SMB_QUOTAS_NO_SPACE;\
56 (dp)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Dsysquotas.h43 #define SMB_QUOTAS_SET_NO_LIMIT(dp) \
45 (dp)->softlimit = SMB_QUOTAS_NO_LIMIT;\
46 (dp)->hardlimit = SMB_QUOTAS_NO_LIMIT;\
47 (dp)->isoftlimit = SMB_QUOTAS_NO_LIMIT;\
48 (dp)->ihardlimit = SMB_QUOTAS_NO_LIMIT;\
51 #define SMB_QUOTAS_SET_NO_SPACE(dp) \
53 (dp)->softlimit = SMB_QUOTAS_NO_SPACE;\
54 (dp)->hardlimit = SMB_QUOTAS_NO_SPACE;\
55 (dp)->isoftlimit = SMB_QUOTAS_NO_SPACE;\
56 (dp)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/include/
H A Dsysquotas.h44 #define SMB_QUOTAS_SET_NO_LIMIT(dp) \
46 (dp)->softlimit = SMB_QUOTAS_NO_LIMIT;\
47 (dp)->hardlimit = SMB_QUOTAS_NO_LIMIT;\
48 (dp)->isoftlimit = SMB_QUOTAS_NO_LIMIT;\
49 (dp)->ihardlimit = SMB_QUOTAS_NO_LIMIT;\
52 #define SMB_QUOTAS_SET_NO_SPACE(dp) \
54 (dp)->softlimit = SMB_QUOTAS_NO_SPACE;\
55 (dp)->hardlimit = SMB_QUOTAS_NO_SPACE;\
56 (dp)->isoftlimit = SMB_QUOTAS_NO_SPACE;\
57 (dp)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Dsysquotas.h43 #define SMB_QUOTAS_SET_NO_LIMIT(dp) \
45 (dp)->softlimit = SMB_QUOTAS_NO_LIMIT;\
46 (dp)->hardlimit = SMB_QUOTAS_NO_LIMIT;\
47 (dp)->isoftlimit = SMB_QUOTAS_NO_LIMIT;\
48 (dp)->ihardlimit = SMB_QUOTAS_NO_LIMIT;\
51 #define SMB_QUOTAS_SET_NO_SPACE(dp) \
53 (dp)->softlimit = SMB_QUOTAS_NO_SPACE;\
54 (dp)->hardlimit = SMB_QUOTAS_NO_SPACE;\
55 (dp)->isoftlimit = SMB_QUOTAS_NO_SPACE;\
56 (dp)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/lock/
H A Dlock_list.c49 * cast does not return an lvalue, so constructs like *(u_int32_t*)dp = count;
55 #define PUT_COUNT(dp, count) do { u_int32_t __c = (count); \
56 LOGCOPY_32(env, dp, &__c); \
57 dp = (u_int8_t *)dp + \
60 #define PUT_PCOUNT(dp, count) do { u_int16_t __c = (count); \
61 LOGCOPY_16(env, dp, &__c); \
62 dp = (u_int8_t *)dp + \
65 #define PUT_SIZE(dp, siz
113 u_int8_t *data, *dp; local
232 void *data, *dp; local
325 void *dp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/lock/
H A Dlock_list.c49 * cast does not return an lvalue, so constructs like *(u_int32_t*)dp = count;
55 #define PUT_COUNT(dp, count) do { u_int32_t __c = (count); \
56 LOGCOPY_32(env, dp, &__c); \
57 dp = (u_int8_t *)dp + \
60 #define PUT_PCOUNT(dp, count) do { u_int16_t __c = (count); \
61 LOGCOPY_16(env, dp, &__c); \
62 dp = (u_int8_t *)dp + \
65 #define PUT_SIZE(dp, siz
113 u_int8_t *data, *dp; local
232 void *data, *dp; local
325 void *dp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/lock/
H A Dlock_list.c49 * cast does not return an lvalue, so constructs like *(u_int32_t*)dp = count;
55 #define PUT_COUNT(dp, count) do { u_int32_t __c = (count); \
56 LOGCOPY_32(env, dp, &__c); \
57 dp = (u_int8_t *)dp + \
60 #define PUT_PCOUNT(dp, count) do { u_int16_t __c = (count); \
61 LOGCOPY_16(env, dp, &__c); \
62 dp = (u_int8_t *)dp + \
65 #define PUT_SIZE(dp, siz
113 u_int8_t *data, *dp; local
232 void *data, *dp; local
325 void *dp; local
[all...]

Completed in 302 milliseconds

1234567891011>>