Home
last modified time | relevance | path

Searched refs:whitelist (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/Documentation/cgroups/
Ddevices.txt7 whitelist with each cgroup. A whitelist entry has 4 fields.
15 devices from the whitelist or add new entries. A child cgroup can
34 will add the 'a *:* rwm' entry to the whitelist.
46 CAP_SYS_ADMIN is needed to modify the whitelist or move another
57 from their whitelist and all the locally set whitelist entries will be
58 re-evaluated. In case one of the locally set whitelist entries would provide
59 more access than the cgroup's parent, it'll be removed from the whitelist.
72 it'll propagate down and after revalidating B's entries, the whitelist entry
75 group whitelist entries denied devices
82 Notice that new whitelist entries will not be propagated:
[all …]
/linux-4.1.27/drivers/staging/fwserial/
DTODO9 GUID-to-port matching/whitelist/blacklist.
/linux-4.1.27/Documentation/power/
Dvideo.txt25 whitelist of systems, and automatically selects working method for a
28 whitelist, please try to find a working solution, and submit whitelist
Ds2ram.txt6 1) Check suspend.sf.net, program s2ram there has long whitelist of
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_uncore.c1217 } whitelist[] = { variable
1226 struct register_whitelist const *entry = whitelist; in i915_reg_read_ioctl()
1231 for (i = 0; i < ARRAY_SIZE(whitelist); i++, entry++) { in i915_reg_read_ioctl()
1237 if (i == ARRAY_SIZE(whitelist)) in i915_reg_read_ioctl()
/linux-4.1.27/drivers/usb/core/
DKconfig63 product whitelist, so USB peripherals not listed there will be
/linux-4.1.27/net/bluetooth/
Dhci_request.c421 list_for_each_entry(b, &hdev->whitelist, list) { in disconnected_whitelist_entries()
Dhci_debugfs.c148 list_for_each_entry(b, &hdev->whitelist, list) in device_list_show()
Dhci_core.c3052 INIT_LIST_HEAD(&hdev->whitelist); in hci_alloc_dev()
3250 hci_bdaddr_list_clear(&hdev->whitelist); in hci_unregister_dev()
Dmgmt.c2101 if (list_empty(&hdev->whitelist)) in set_connectable()
6059 err = hci_bdaddr_list_add(&hdev->whitelist, &cp->addr.bdaddr, in add_device()
6173 err = hci_bdaddr_list_del(&hdev->whitelist, in remove_device()
6228 list_for_each_entry_safe(b, btmp, &hdev->whitelist, list) { in remove_device()
Dhci_event.c2341 !hci_bdaddr_list_lookup(&hdev->whitelist, &ev->bdaddr, in hci_conn_request_evt()
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dlow_i2c.c1173 } whitelist[] = { in pmac_i2c_devscan() local
1206 for (p = whitelist; p->name != NULL; p++) { in pmac_i2c_devscan()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h344 struct list_head whitelist; member