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

  /external/libnetfilter_conntrack/src/
callback.c 39 uint8_t subsys = NFNL_SUBSYS_ID(nlh->nlmsg_type); local
49 switch(subsys) {
  /system/vold/
NetlinkHandler.cpp 45 const char *subsys = evt->getSubsystem(); local
47 if (!subsys) {
52 if (std::string(subsys) == "block") {
  /external/ltp/testcases/kernel/device-drivers/base/tbase/
tbase.c 579 struct subsystem *subsys = NULL; local
582 if (!(subsys = &test_bus_type.subsys)) {
583 printk("tbase: subsys pointer not set in reg firmware\n");
588 firmware_unregister(subsys);
591 if (firmware_register(subsys)) {
  /system/netd/server/
NetlinkHandler.cpp 71 const char *subsys = evt->getSubsystem(); local
72 if (!subsys) {
77 if (!strcmp(subsys, "net")) {
156 } else if (!strcmp(subsys, "qlog") || !strcmp(subsys, "xt_quota2")) {
161 } else if (!strcmp(subsys, "strict")) {
166 } else if (!strcmp(subsys, "xt_idletimer")) {
176 } else if (strcmp(subsys, "platform") && strcmp(subsys, "backlight")) {
178 ALOGV("unexpected event from subsystem %s", subsys);
    [all...]
  /external/libnfnetlink/src/
libnfnetlink.c 95 struct nfnl_subsys_handle subsys[NFNL_MAX_SUBSYS+1]; member in struct:nfnl_handle
151 new_subscriptions |= nfnlh->subsys[i].subscriptions;
170 new_subscriptions |= nfnlh->subsys[i].subscriptions;
353 ssh = &nfnlh->subsys[subsys_id];
383 * nfnl_subsys_close - close a nfnetlink subsys handler
432 nfnl_subsys_close(&nfnlh->subsys[i]);
1191 * @ssh: nfnetlink subsys handler
1192 * @type: subsys call
1216 * @ssh: nfnetlink subsys handler
1217 * @type: subsys cal
    [all...]

Completed in 723 milliseconds