Lines Matching defs:ptr
364 char *ptr;
376 if ((ptr = strstr(ne.data, "notify=")) != NULL &&
377 sscanf(ptr, "notify=%x", ¬ify) == 1)
384 char buf[DEVCTL_MAXBUF], *ptr;
397 (ptr = strstr(buf, "system=ACPI")) != NULL &&
398 (ptr = strstr(ptr, "subsystem=ACAD")) != NULL &&
399 (ptr = strstr(ptr, "notify=")) != NULL &&
400 sscanf(ptr, "notify=%x", ¬ify) == 1)