Displaying 4 results from an estimated 4 matches for "a526".
Did you mean:
526
2006 Aug 09
0
Scriptaculous blind up effect not working from innerhtml in IE? Help please.
...t;/strong></td>
<td width = "155"
align="center"><strong>DOB</strong></td>
<td width = "215"
align="center"><strong>Email</strong></td>
</tr>
</tbody></table>
<div id= "a526" onclick="addtorecips(''a526'',''Jane'')">
<table cellpadding="2" cellspacing="3"
width="894"><tbody>
<tr bgcolor="#f4f4f4">
<td width = "50" align="center">...
2013 Jan 11
0
Samba 4 TSIG Error "NOTIMP"
...ATE, status: NOERROR, id: 0
;; flags:; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0
;; UPDATE SECTION:
gc._msdcs.schau.local. 900 IN A 10.0.0.20
; TSIG error with server: tsig verify failure
update failed: NOTIMP
Failed nsupdate: 2
Calling nsupdate for CNAME
e22551f7-0de8-4773-a526-435b44971594._msdcs.schau.local tuxsrv.schau.local
Outgoing update query:
;; ->>HEADER<<- opcode: UPDATE, status: NOERROR, id: 0
;; flags:; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0
;; UPDATE SECTION:
e22551f7-0de8-4773-a526-435b44971594._msdcs.schau.local. 900 IN CNAME
tuxsrv.s...
2017 May 04
12
[PATCH v1] ACPI: Switch to use generic UUID API
...7 +23,7 @@ enum int3400_thermal_uuid {
INT3400_THERMAL_MAXIMUM_UUID,
};
-static u8 *int3400_thermal_uuids[INT3400_THERMAL_MAXIMUM_UUID] = {
+static const char *int3400_thermal_uuids[INT3400_THERMAL_MAXIMUM_UUID] = {
"42A441D6-AE6A-462b-A84B-4A8CE79027D3",
"3A95C389-E4B8-4629-A526-C52C88626BAE",
"97C68AE7-15FA-499c-B8C9-5DA81D606E0A",
@@ -141,10 +141,10 @@ static int int3400_thermal_get_uuids(struct int3400_thermal_priv *priv)
}
for (j = 0; j < INT3400_THERMAL_MAXIMUM_UUID; j++) {
- u8 uuid[16];
+ uuid_le u;
- acpi_str_to_uuid(int3400_ther...
2017 May 04
0
[PATCH v1] ACPI: Switch to use generic UUID API
...INT3400_THERMAL_MAXIMUM_UUID,
> };
>
> -static u8 *int3400_thermal_uuids[INT3400_THERMAL_MAXIMUM_UUID] = {
> +static const char *int3400_thermal_uuids[INT3400_THERMAL_MAXIMUM_UUID] = {
> "42A441D6-AE6A-462b-A84B-4A8CE79027D3",
> "3A95C389-E4B8-4629-A526-C52C88626BAE",
> "97C68AE7-15FA-499c-B8C9-5DA81D606E0A",
> @@ -141,10 +141,10 @@ static int int3400_thermal_get_uuids(struct int3400_thermal_priv *priv)
> }
>
> for (j = 0; j < INT3400_THERMAL_MAXIMUM_UUID; j++) {
> -...