HomeSort by relevance Sort by last modified time
    Searched refs:ps_name (Results 1 - 4 of 4) sorted by null

  /external/ipsec-tools/src/racoon/
pfkey.h 39 const char *ps_name; member in struct:pfkey_satype
isakmp_inf.c 1317 pfkey_satypes[i].ps_name, loc, rem);
1324 pfkey_satypes[i].ps_name, ipsec_strerror());
1332 pfkey_satypes[i].ps_name, rem, loc)
    [all...]
pfkey.c 416 pfkey_satypes[i].ps_name);
422 pfkey_satypes[i].ps_name,
    [all...]
  /system/core/charger/
charger.c 131 const char *ps_name; member in struct:uevent
359 uevent->ps_name = "";
379 uevent->ps_name = msg;
395 uevent->ps_name, uevent->ps_type, uevent->ps_online);
428 supply = find_supply(charger, uevent->ps_name);
436 supply = add_supply(charger, uevent->ps_name, ps_type, uevent->path,
439 LOGE("cannot add supply '%s' (%s %d)\n", uevent->ps_name,
447 LOGE("supply '%s' already exists..\n", uevent->ps_name);
459 uevent->ps_name, ps_type, online);
476 uevent->ps_name, ps_type, battery ? "" : online ? "online" : "offline"
    [all...]

Completed in 71 milliseconds