HomeSort by relevance Sort by last modified time
    Searched defs:idstr (Results 1 - 7 of 7) sorted by null

  /development/simulator/wrapsim/
DevEvent.c 24 char* idstr; member in struct:EventState
79 eventState->idstr = strdup("");
91 free(eventState->idstr);
  /system/core/debuggerd/
getevent.c 27 char idstr[80]; local
43 idstr[sizeof(idstr) - 1] = '\0';
52 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) {
54 idstr[0] = '\0';
  /system/core/toolbox/
getevent.c 129 char idstr[80]; local
151 idstr[sizeof(idstr) - 1] = '\0';
160 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) {
162 idstr[0] = '\0';
190 " id: \"%s\"\n", location, idstr);
  /frameworks/base/libs/ui/
EventHub.cpp 497 char idstr[80]; local
520 idstr[sizeof(idstr) - 1] = '\0';
543 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) {
545 idstr[0] = '\0';
591 " id: \"%s\"\n", location, idstr);
  /external/qemu/
savevm.c 728 char idstr[256]; member in struct:SaveStateEntry
745 int register_savevm_live(const char *idstr,
757 pstrcpy(se->idstr, sizeof(se->idstr), idstr);
771 && strcmp(se->idstr, (*pse)->idstr) == 0
780 int register_savevm(const char *idstr,
787 return register_savevm_live(idstr, instance_id, version_id,
791 void unregister_savevm(const char *idstr, void *opaque
976 char idstr[256]; local
1033 char idstr[257]; local
    [all...]
  /external/strace/
process.c 1079 static char idstr[16]; variable
1086 sprintf(idstr, "ppid %lu", getrval2(tcp));
1087 tcp->auxstr = idstr;
1098 sprintf(idstr, "euid %lu", getrval2(tcp));
1099 tcp->auxstr = idstr;
1110 sprintf(idstr, "egid %lu", getrval2(tcp));
1111 tcp->auxstr = idstr;
    [all...]
  /external/tcpdump/
print-isakmp.c 576 const char *idstr; local
589 idstr = STR_OR_ID(t.t_id, isakmp_p_map);
594 idstr = STR_OR_ID(t.t_id, ah_p_map);
599 idstr = STR_OR_ID(t.t_id, esp_p_map);
604 idstr = STR_OR_ID(t.t_id, ipcomp_p_map);
609 idstr = NULL;
615 if (idstr)
616 printf(" #%d id=%s ", t.t_no, idstr);
    [all...]

Completed in 542 milliseconds