Searched refs:new_target (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_expand_msdfs.c114 pstring new_target; local
149 pstrcpy(new_target, target);
150 pstrcat(new_target, targethost);
151 pstrcat(new_target, filename_end+1);
153 DEBUG(10, ("New DFS target: %s\n", new_target));
154 pstrcpy(target, new_target);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dballoon.c366 unsigned long long new_target; local
369 err = xenbus_scanf(XBT_NIL, "memory", "target", "%llu", &new_target);
378 balloon_set_new_target(new_target >> (PAGE_SHIFT - 10));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Demc2103.c124 static void write_fan_target_to_i2c(struct i2c_client *client, u16 new_target) argument
126 u8 high_byte = (new_target & 0x1fe0) >> 5;
127 u8 low_byte = (new_target & 0x001f) << 3;
358 u16 new_target = (data->fan_target * old_div) / new_div; local
359 data->fan_target = min(new_target, (u16)0x1fff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dvmw_balloon.c279 static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) argument
304 *new_target = target;

Completed in 116 milliseconds