[go: nahoru, domu]

Searched defs:dup (Results 1 - 12 of 12) sorted by relevance

/drivers/isdn/mISDN/
H A Ddsp_hwec.c72 char *dup, *tok, *name, *val; local
76 dup = _dup;
78 while ((tok = strsep(&dup, ","))) {
H A Ddsp_pipeline.c239 char *dup, *tok, *name, *args; local
257 dup = kmalloc(len + 1, GFP_ATOMIC);
258 if (!dup)
260 strcpy(dup, cfg);
261 while ((tok = strsep(&dup, "|"))) {
335 kfree(dup);
/drivers/platform/x86/
H A Dtopstar-laptop.c63 bool *dup; local
68 dup = &dup_evnt[event - 0x83];
69 if (*dup) {
70 *dup = false;
73 *dup = true;
/drivers/staging/rtl8188eu/os_dep/
H A Dosdep_service.c139 u8 *dup = NULL; local
148 dup = rtw_malloc(src_len);
149 if (dup) {
151 memcpy(dup, src, dup_len);
158 /* replace buf with dup */
160 *buf = dup;
/drivers/pci/
H A Dslot.c141 int len, max, dup; local
154 dup = 1;
162 if (dup == max) {
170 sprintf(new_name, "%s-%d", name, dup++);
/drivers/staging/android/
H A Dsync.h33 * @dup: duplicate a sync_pt
55 struct sync_pt * (*dup)(struct sync_pt *pt); member in struct:sync_timeline_ops
/drivers/of/
H A Dselftest.c751 * of np into dup node (present in live tree) and
752 * updates parent of children of np to dup.
755 * @dup: node present in live tree to be updated
758 struct device_node *dup)
764 of_add_property(dup, prop);
767 child->parent = dup;
778 struct device_node *next, *root = np, *dup; local
783 dup = np;
785 while (dup) {
788 nodes[last_node_index++] = dup;
757 update_node_properties(struct device_node *np, struct device_node *dup) argument
[all...]
/drivers/s390/net/
H A Dctcm_mpc.c130 __u32 ct, sw, rm, dup; local
146 dup = 0;
184 if (dup != 0) {
192 dup = 0;
195 dup++;
210 if (dup != 0) {
217 if (dup >= 1) {
221 if (dup != 0) {
/drivers/staging/ozwpan/
H A Dozproto.c341 int dup = 0; local
372 dup = 1;
377 if (pd && !dup && ((pd->mode & OZ_MODE_MASK) == OZ_MODE_TRIGGERED)) {
436 if (dup)
/drivers/pinctrl/
H A Dcore.c1113 bool dup, bool locked)
1169 if (dup) {
1112 pinctrl_register_map(struct pinctrl_map const *maps, unsigned num_maps, bool dup, bool locked) argument
/drivers/staging/lustre/lnet/lnet/
H A Dconfig.c997 int dup; local
1040 dup = 0;
1053 dup = 1;
1058 if (dup)
1062 if (dup) {
/drivers/block/
H A Drbd.c4826 char *dup; local
4830 dup = kmemdup(*buf, len + 1, GFP_KERNEL);
4831 if (!dup)
4833 *(dup + len) = '\0';
4839 return dup;

Completed in 449 milliseconds