Home
last modified time | relevance | path

Searched refs:self (Results 4276 - 4300 of 4463) sorted by relevance

1...<<171172173174175176177178179

/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/
H A DWireCmd.cpp301 record->selfId = transfer->self;
/third_party/toybox/generated/
H A Dglobals.h1456 pid_t self, match; member
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c1636 if (strcmp(id, "self") == 0) { in define_compute_type_helper()
1639 yyerror("-self is not supported"); in define_compute_type_helper()
2076 if (strcmp(id, "self") == 0) { in define_te_avtab_xperms_helper()
2079 yyerror("-self is not supported"); in define_te_avtab_xperms_helper()
2538 if (strcmp(id, "self") == 0) { in define_te_avtab_helper()
2541 yyerror("-self is not supported"); in define_te_avtab_helper()
2910 /* Don't bother to process against self role */ in dominate_role_recheck()
3312 int add, self, rc; in define_filename_trans() local
3345 self = 0; in define_filename_trans()
3348 if (strcmp(id, "self") in define_filename_trans()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dcik.c1467 struct pci_dev *root = adev->pdev->bus->self; in cik_pcie_gen3_enable()
1723 struct pci_dev *root = adev->pdev->bus->self; in cik_program_aspm()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Diommu.c596 if (bus->self) { in pci_dma_bus_setup_pSeries()
837 if (!dev->bus->self) { in pci_dma_dev_setup_pSeries()
/kernel/linux/linux-5.10/drivers/ntb/test/
H A Dntb_tool.c64 * root@self# cat $DBG_DIR/port
67 * root@self# ls $DBG_DIR
79 * root@self# cat $DBG_DIR/peer0/port
82 * root@self# ls $DBG_DIR/peer0
98 * root@self# echo Y > $DBG_DIR/link
99 * root@self# echo N > $DBG_DIR/link
102 * root@self# cat $DBG_DIR/peer0/link
105 * root@self# echo Y > $DBG_DIR/peer0/link_event
106 * root@self# echo N > $DBG_DIR/peer0/link_event
111 * root@self# ech
1614 tool_probe(struct ntb_client *self, struct ntb_dev *ntb) tool_probe() argument
1656 tool_remove(struct ntb_client *self, struct ntb_dev *ntb) tool_remove() argument
[all...]
/kernel/linux/linux-5.10/net/tipc/
H A Dcrypto.c1390 u32 self = tipc_own_addr(rx->net); in tipc_crypto_key_synch() local
1402 if (!ehdr->destined || msg_short(hdr) || msg_destnode(hdr) != self) in tipc_crypto_key_synch()
/kernel/linux/linux-5.10/scripts/
H A Dget_maintainer.pl234 if ($_ =~ /^-{1,2}self-test(?:=|$)/) {
235 die "$P: using --self-test does not allow any other option or argument\n";
280 'self-test:s' => \$self_test,
1082 --self-test => show potential issues with MAINTAINERS file content
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c2152 static int sii8620_extcon_notifier(struct notifier_block *self, in sii8620_extcon_notifier() argument
2156 container_of(self, struct sii8620, extcon_nb); in sii8620_extcon_notifier()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dcik.c1532 struct pci_dev *root = adev->pdev->bus->self; in cik_pcie_gen3_enable()
1788 struct pci_dev *root = adev->pdev->bus->self; in cik_program_aspm()
/kernel/linux/linux-6.6/drivers/ntb/test/
H A Dntb_tool.c64 * root@self# cat $DBG_DIR/port
67 * root@self# ls $DBG_DIR
79 * root@self# cat $DBG_DIR/peer0/port
82 * root@self# ls $DBG_DIR/peer0
98 * root@self# echo Y > $DBG_DIR/link
99 * root@self# echo N > $DBG_DIR/link
102 * root@self# cat $DBG_DIR/peer0/link
105 * root@self# echo Y > $DBG_DIR/peer0/link_event
106 * root@self# echo N > $DBG_DIR/peer0/link_event
111 * root@self# ech
1605 tool_probe(struct ntb_client *self, struct ntb_dev *ntb) tool_probe() argument
1647 tool_remove(struct ntb_client *self, struct ntb_dev *ntb) tool_remove() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c2152 static int sii8620_extcon_notifier(struct notifier_block *self, in sii8620_extcon_notifier() argument
2156 container_of(self, struct sii8620, extcon_nb); in sii8620_extcon_notifier()
/kernel/linux/linux-6.6/net/tipc/
H A Dcrypto.c1386 u32 self = tipc_own_addr(rx->net); in tipc_crypto_key_synch() local
1398 if (!ehdr->destined || msg_short(hdr) || msg_destnode(hdr) != self) in tipc_crypto_key_synch()
/kernel/linux/linux-6.6/scripts/
H A Dget_maintainer.pl234 if ($_ =~ /^-{1,2}self-test(?:=|$)/) {
235 die "$P: using --self-test does not allow any other option or argument\n";
280 'self-test:s' => \$self_test,
1083 --self-test => show potential issues with MAINTAINERS file content
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Drtnetlink.sh1219 $BRIDGE fdb add $test_mac dev "$vxlandev" dst $dstip self &>/dev/null
1226 $BRIDGE fdb get $test_mac dev "$vxlandev" self 2>/dev/null | grep -q "dev $vxlandev dst $dstip"
/third_party/node/lib/internal/
H A Derrors.js445 function getMessage(key, args, self) {
456 return ReflectApply(msg, self, args);
1061 'Cannot overwrite symlink in subdirectory of self', SystemError);
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
H A Ddescriptor.js1270 if (typeof self !== "undefined") {
1271 return self;
/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp360 bool is_block = compiler.get_decoration_bitset(type.self).get(DecorationBlock) || in print_resources()
361 compiler.get_decoration_bitset(type.self).get(DecorationBufferBlock); in print_resources()
/third_party/skia/tests/
H A DSurfaceTest.cpp910 static void Release(void* self) { in Release()
911 static_cast<ReleaseChecker*>(self)->fReleaseCount++; in Release()
/third_party/python/Python/
H A Dgetargs.c203 cleanup_ptr(PyObject *self, void *ptr) in cleanup_ptr() argument
212 cleanup_buffer(PyObject *self, void *ptr) in cleanup_buffer() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c3047 struct pci_dev *bridge = mgp->pdev->bus->self; in myri10ge_enable_ecrc()
3065 bridge = bridge->bus->self; in myri10ge_enable_ecrc()
3240 struct pci_dev *bridge = pdev->bus->self; in myri10ge_mask_surprise_down()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Du132-hcd.c1793 } else if (hcd->self.controller) { in u132_hcd_start()
1796 to_platform_device(hcd->self.controller); in u132_hcd_start()
3101 device_wakeup_enable(hcd->self.controller); in u132_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c3055 struct pci_dev *bridge = mgp->pdev->bus->self; in myri10ge_enable_ecrc()
3073 bridge = bridge->bus->self; in myri10ge_enable_ecrc()
3248 struct pci_dev *bridge = pdev->bus->self; in myri10ge_mask_surprise_down()
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_msghandler.c187 struct ipmi_user *self; member
214 ruser = srcu_dereference(user->self, &user->release_barrier);
1229 rcu_assign_pointer(new_user->self, new_user); in ipmi_create_user()
1299 rcu_assign_pointer(user->self, NULL); in _ipmi_destroy_user()
/kernel/linux/linux-5.10/mm/
H A Dpage_alloc.c6060 pg_data_t *self = data; in __build_all_zonelists() local
6086 if (self && !node_online(self->node_id)) { in __build_all_zonelists()
6087 build_zonelists(self); in __build_all_zonelists()

Completed in 88 milliseconds

1...<<171172173174175176177178179