Searched refs:lookup (Results 1 – 11 of 11) sorted by relevance
/device/linaro/dragonboard/qcom/qrtr/src/ |
D | ns.c | 59 struct lookup { struct 291 struct lookup *lookup; in server_del() local 309 lookup = container_of(li, struct lookup, li); in server_del() 310 if (lookup->service && lookup->service != srv->service) in server_del() 312 if (lookup->instance && lookup->instance != srv->instance) in server_del() 315 lookup_notify(ctx, &lookup->sq, srv, false); in server_del() 387 struct lookup *lookup; in ctrl_cmd_del_client() local 404 lookup = container_of(li, struct lookup, li); in ctrl_cmd_del_client() 405 if (lookup->sq.sq_node != node_id) in ctrl_cmd_del_client() 407 if (lookup->sq.sq_port != port) in ctrl_cmd_del_client() [all …]
|
/device/linaro/dragonboard/qcom/qrtr/ |
D | qrtr.py | 28 def lookup(self, srv, instance=0, ifilter=0): member in qrtr 62 def remove_lookup(self, lookup): argument 63 err = _qrtr.qrtr_remove_lookup(self.sock, *lookup) 94 svcs = qrtr().lookup(15) # 15 is the test service
|
D | Android.bp | 41 name: "qrtr-lookup", 45 "src/lookup.c",
|
D | Makefile | 38 $(proj)-lookup-srcs := \ 40 src/lookup.c \ 43 $(proj)-lookup-cflags := -Ilib 52 targets := $(proj)-ns $(proj)-cfg $(proj)-lookup lib$(proj).so
|
/device/linaro/dragonboard/db845c/ |
D | device.mk | 39 qrtr-lookup \
|
/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | hal_bootctl.te | 23 # Read the sysfs to lookup what /dev/sgN device
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | hal_bootctl.te | 23 # Read the sysfs to lookup what /dev/sgN device
|
/device/google/wahoo/sepolicy/vendor/ |
D | hal_bootctl.te | 23 # Read the sysfs to lookup what /dev/sgN device
|
/device/google/crosshatch/json-c/ |
D | ChangeLog | 106 * Fix subtle bug in linkhash where lookup could hang after all slots
|
/device/google/bonito/json-c/ |
D | ChangeLog | 106 * Fix subtle bug in linkhash where lookup could hang after all slots
|
/device/google/coral/json-c/ |
D | ChangeLog | 106 * Fix subtle bug in linkhash where lookup could hang after all slots
|