/kernel/linux/linux-6.6/drivers/vfio/ |
H A D | device_cdev.c | 60 struct vfio_device_bind_iommufd bind; in vfio_df_ioctl_bind_iommufd() local 68 if (copy_from_user(&bind, arg, minsz)) in vfio_df_ioctl_bind_iommufd() 71 if (bind.argsz < minsz || bind.flags || bind.iommufd < 0) in vfio_df_ioctl_bind_iommufd() 89 df->iommufd = iommufd_ctx_from_fd(bind.iommufd); in vfio_df_ioctl_bind_iommufd()
|
/third_party/node/lib/ |
H A D | async_hooks.js | 228 bind(fn, thisArg) { 259 static bind(fn, type, thisArg) { 261 return (new AsyncResource(type || 'bound-anonymous-fn')).bind(fn, thisArg); 282 static bind(fn) { 283 return AsyncResource.bind(fn); 287 return AsyncLocalStorage.bind((cb, ...args) => cb(...args));
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/ |
H A D | service_reverse_test.cpp | 104 .onFileReady = bind(OnFileReadyTest, placeholders::_1, placeholders::_2), in Init() 105 .onBundleStarted = bind(OnBundleStartedTest, placeholders::_1, placeholders::_2), in Init() 106 .onBundleFinished = bind(OnBundleFinishedTest, placeholders::_1, placeholders::_2), in Init() 107 .onAllBundlesFinished = bind(OnAllBundlesFinishedTest, placeholders::_1), in Init() 108 .onResultReport = bind(OnResultReportTest, placeholders::_1, placeholders::_2), in Init() 109 .onBackupServiceDied = bind(OnBackupServiceDiedTest)}); in Init() 121 .onFileReady = bind(OnFileReadyTest, placeholders::_1, placeholders::_2), in Init() 122 .onBundleStarted = bind(OnBundleStartedTest, placeholders::_1, placeholders::_2), in Init() 123 .onBundleFinished = bind(OnBundleFinishedTest, placeholders::_1, placeholders::_2), in Init() 124 .onAllBundlesFinished = bind(OnAllBundlesFinishedTes in Init() [all...] |
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | p4.c | 708 struct p4_event_bind *bind = NULL; in p4_config_get_bind() local 711 bind = &p4_event_bind_map[evnt]; in p4_config_get_bind() 713 return bind; in p4_config_get_bind() 718 struct p4_event_bind *bind; in p4_pmu_event_map() local 723 bind = p4_config_get_bind(config); in p4_pmu_event_map() 724 esel = P4_OPCODE_ESEL(bind->opcode); in p4_pmu_event_map() 824 struct p4_event_bind *bind; in p4_hw_config() local 841 bind = p4_config_get_bind(event->attr.config); in p4_hw_config() 842 if (!bind) { in p4_hw_config() 846 esel = P4_OPCODE_ESEL(bind in p4_hw_config() 935 struct p4_pebs_bind *bind; p4_pmu_enable_pebs() local 956 struct p4_event_bind *bind; p4_pmu_enable_event() local 1193 p4_next_cntr(int thread, unsigned long *used_mask, struct p4_event_bind *bind) p4_next_cntr() argument 1213 struct p4_event_bind *bind; p4_pmu_schedule_events() local [all...] |
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | p4.c | 708 struct p4_event_bind *bind = NULL; in p4_config_get_bind() local 711 bind = &p4_event_bind_map[evnt]; in p4_config_get_bind() 713 return bind; in p4_config_get_bind() 718 struct p4_event_bind *bind; in p4_pmu_event_map() local 723 bind = p4_config_get_bind(config); in p4_pmu_event_map() 724 esel = P4_OPCODE_ESEL(bind->opcode); in p4_pmu_event_map() 824 struct p4_event_bind *bind; in p4_hw_config() local 841 bind = p4_config_get_bind(event->attr.config); in p4_hw_config() 842 if (!bind) { in p4_hw_config() 846 esel = P4_OPCODE_ESEL(bind in p4_hw_config() 935 struct p4_pebs_bind *bind; p4_pmu_enable_pebs() local 956 struct p4_event_bind *bind; __p4_pmu_enable_event() local 1226 p4_next_cntr(int thread, unsigned long *used_mask, struct p4_event_bind *bind) p4_next_cntr() argument 1246 struct p4_event_bind *bind; p4_pmu_schedule_events() local [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | kernel.cpp | 74 void *st = exec.bind(&q, grid_offset); in launch() 77 // The handles are created during exec_context::bind(), so we need make in launch() 78 // sure to call exec_context::bind() before retrieving them. in launch() 192 kernel::exec_context::bind(intrusive_ptr<command_queue> _q, in bind() function in kernel::exec_context 206 (*(explicit_arg++))->bind(*this, barg); in bind() 214 arg->bind(*this, barg); in bind() 222 arg->bind(*this, barg); in bind() 236 arg->bind(*this, barg); in bind() 250 arg->bind(*this, barg); in bind() 258 arg->bind(*thi in bind() 447 kernel::scalar_argument::bind(exec_context &ctx, bind() function in kernel::scalar_argument 482 kernel::global_argument::bind(exec_context &ctx, bind() function in kernel::global_argument 531 kernel::local_argument::bind(exec_context &ctx, bind() function in kernel::local_argument 561 kernel::constant_argument::bind(exec_context &ctx, bind() function in kernel::constant_argument 603 kernel::image_rd_argument::bind(exec_context &ctx, bind() function in kernel::image_rd_argument 634 kernel::image_wr_argument::bind(exec_context &ctx, bind() function in kernel::image_wr_argument 665 kernel::sampler_argument::bind(exec_context &ctx, bind() function in kernel::sampler_argument [all...] |
/third_party/ltp/testcases/kernel/fs/fs_bind/move/ |
H A D | fs_bind_move07.sh | 20 EXPECT_PASS mount --bind dir share1 22 EXPECT_PASS mount --bind parent2 share2 26 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent2/child2/grandchild
|
H A D | fs_bind_move04.sh | 19 EXPECT_PASS mount --bind dir share1 24 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent2/child2/grandchild 28 EXPECT_PASS mount --bind "$FS_BIND_DISK2" share1/grandchild/a
|
H A D | fs_bind_move06.sh | 20 EXPECT_PASS mount --bind dir share1 22 EXPECT_PASS mount --bind parent2 share2 25 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent2/child2/grandchild
|
/third_party/ltp/testcases/kernel/fs/fs_bind/bind/ |
H A D | fs_bind22.sh | 12 tst_res TINFO "bind: bind within same tree - root to child" 18 EXPECT_PASS mount --bind parent parent/child2/ 21 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent/child2/child1 27 EXPECT_PASS mount --bind "$FS_BIND_DISK4" parent/child2/child1
|
/third_party/node/test/parallel/ |
H A D | test-http-missing-header-separator-cr.js | 46 server.listen(0, common.mustSucceed(serverHandler.bind(null, server, msg))); 64 server.listen(0, common.mustSucceed(serverHandler.bind(null, server, msg))); 82 server.listen(0, common.mustSucceed(serverHandler.bind(null, server, msg)));
|
H A D | test-http-missing-header-separator-lf.js | 46 server.listen(0, common.mustSucceed(serverHandler.bind(null, server, msg))); 64 server.listen(0, common.mustSucceed(serverHandler.bind(null, server, msg))); 82 server.listen(0, common.mustSucceed(serverHandler.bind(null, server, msg)));
|
/third_party/skia/modules/skottie/src/animator/ |
H A D | Animator.h | 50 bool bind(const AnimationBuilder&, const skjson::ObjectValue*, T*); 53 bool bind(const AnimationBuilder& abuilder, const skjson::ObjectValue* jobject, T& v) { in bind() function in skottie::internal::AnimatablePropertyContainer 54 return this->bind<T>(abuilder, jobject, &v); in bind() 57 // A flavor of bind<Vec2Value> which drives an additional/optional orientation target
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 190 bind(&loop); in PushArray() 193 bind(&entry); in PushArray() 199 bind(&loop); in PushArray() 201 bind(&entry); in PushArray() 414 bind(&ok); in RecordWriteField() 420 bind(&done); in RecordWriteField() 542 bind(&ok); in CallRecordWriteStub() 566 bind(&done); in CallRecordWriteStub() 602 bind(&msb_not_set); in CallRecordWriteStub() 605 bind( in CallRecordWriteStub() [all...] |
/third_party/node/deps/v8/src/regexp/ia32/ |
H A D | regexp-macro-assembler-ia32.cc | 102 __ bind(&start_label_); // And then continue from here. in RegExpMacroAssemblerIA32() 155 __ bind(&next); in Backtrack() 165 __ bind(label); in Bind() 205 __ bind(&fallthrough); in CheckGreedyLoop() 261 __ bind(&loop); in CheckNotBackReferenceIgnoreCase() 278 __ bind(&convert_capture); in CheckNotBackReferenceIgnoreCase() 286 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase() 295 __ bind(&fail); in CheckNotBackReferenceIgnoreCase() 301 __ bind(&success); in CheckNotBackReferenceIgnoreCase() 372 __ bind( in CheckNotBackReferenceIgnoreCase() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_data_operation_syncdb_test.cpp | 45 auto g_kvDelegateCallback = bind(&DistributedDBToolsUnitTest::KvStoreDelegateCallback, placeholders::_1, 52 auto g_snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, 59 auto g_valueCallback = bind(&DistributedDBToolsUnitTest::ValueCallback, 67 auto g_entryVectorCallback = bind(&DistributedDBToolsUnitTest::EntryVectorCallback, placeholders::_1, 618 auto snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in TestSnapshotCreateAndRelease() 674 auto snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in HWTEST_F() 725 auto snapshotDelegateCallbackA = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in TestSnapshotEntryPut() 756 auto snapshotDelegateCallbackB = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in TestSnapshotEntryPut() 784 auto snapshotDelegateCallbackC = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in TestSnapshotEntryPut() 822 auto snapshotDelegateCallbackA = bind( in TestSnapshotEntryDelete() [all...] |
H A D | distributeddb_interfaces_encrypt_database_test.cpp | 77 auto delegateCallback = bind(&DistributedDBToolsUnitTest::KvStoreDelegateCallback, placeholders::_1, in CheckRekeyWithMultiKvStore() 87 auto delegateCallback2 = bind(&DistributedDBToolsUnitTest::KvStoreDelegateCallback, placeholders::_1, in CheckRekeyWithMultiKvStore() 122 auto delegateCallback = bind(&DistributedDBToolsUnitTest::KvStoreDelegateCallback, placeholders::_1, in CheckRekeyWithExistedSnapshot() 132 auto snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in CheckRekeyWithExistedSnapshot() 165 auto delegateCallback = bind(&DistributedDBToolsUnitTest::KvStoreDelegateCallback, placeholders::_1, in CheckRekeyWithExistedObserver() 359 auto delegateCallback = bind(&DistributedDBToolsUnitTest::KvStoreDelegateCallback, placeholders::_1, in HWTEST_F() 386 auto delegateCallback1 = bind(&DistributedDBToolsUnitTest::KvStoreNbDelegateCallback, placeholders::_1, in HWTEST_F() 396 auto delegateCallback2 = bind(&DistributedDBToolsUnitTest::KvStoreNbDelegateCallback, placeholders::_1, in HWTEST_F() 438 auto delegateCallback = bind(&DistributedDBToolsUnitTest::KvStoreNbDelegateCallback, placeholders::_1, in HWTEST_F() 493 auto delegateCallback = bind( in HWTEST_F() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_mpls.c | 166 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mpls_init() local 193 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mpls_init() 197 if (exists && bind) in tcf_mpls_init() 201 ret = tcf_idr_create(tn, index, est, a, &act_mpls_ops, bind, in tcf_mpls_init() 210 tcf_idr_release(*a, bind); in tcf_mpls_init() 317 tcf_idr_release(*a, bind); in tcf_mpls_init() 332 int bind, int ref) in tcf_mpls_dump() 340 .bindcnt = atomic_read(&m->tcf_bindcnt) - bind, in tcf_mpls_dump() 386 u32 *index_inc, bool bind, in tcf_mpls_offload_act_setup() 389 if (bind) { in tcf_mpls_offload_act_setup() 331 tcf_mpls_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_mpls_dump() argument 385 tcf_mpls_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_mpls_offload_act_setup() argument [all...] |
H A D | act_sample.c | 42 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_sample_init() local 64 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_sample_init() 68 if (exists && bind) in tcf_sample_init() 73 &act_sample_ops, bind, true, flags); in tcf_sample_init() 80 tcf_idr_release(*a, bind); in tcf_sample_init() 132 tcf_idr_release(*a, bind); in tcf_sample_init() 213 int bind, int ref) in tcf_sample_dump() 220 .bindcnt = atomic_read(&s->tcf_bindcnt) - bind, in tcf_sample_dump() 285 u32 *index_inc, bool bind, in tcf_sample_offload_act_setup() 288 if (bind) { in tcf_sample_offload_act_setup() 212 tcf_sample_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_sample_dump() argument 284 tcf_sample_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_sample_offload_act_setup() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_st.c | 191 unsigned bind; in stw_st_framebuffer_validate_locked() local 205 bind = PIPE_BIND_DISPLAY_TARGET | in stw_st_framebuffer_validate_locked() 216 bind &= ~PIPE_BIND_DISPLAY_TARGET; in stw_st_framebuffer_validate_locked() 223 bind = PIPE_BIND_DEPTH_STENCIL; in stw_st_framebuffer_validate_locked() 233 if (bind != PIPE_BIND_DEPTH_STENCIL && stwfb->stvis.samples > 1) { in stw_st_framebuffer_validate_locked() 234 templ.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in stw_st_framebuffer_validate_locked() 242 templ.bind = bind; in stw_st_framebuffer_validate_locked() 253 if (bind & PIPE_BIND_DISPLAY_TARGET) { in stw_st_framebuffer_validate_locked() 290 templ.bind in stw_st_framebuffer_validate_locked() [all...] |
/third_party/python/Lib/idlelib/ |
H A D | multicall.py | 66 # methods: bind and unbind, which get a function and a parsed sequence, as 82 def bind(self, triplet, func): member in _SimpleBinder 94 self.handlerid = self.widget.bind(self.widgetinst, 210 self.handlerids.append((seq, self.widget.bind(self.widgetinst, 213 def bind(self, triplet, func): member in _ComplexBinder 223 self.handlerids.append((seq, self.widget.bind(self.widgetinst, 334 def bind(self, sequence=None, func=None, add=None): member in MultiCallCreator.MultiCall 335 #print("bind(%s, %s, %s)" % (sequence, func, add), 347 self.__binders[triplet[1]].bind(triplet, func) 350 return widget.bind(sel [all...] |
H A D | iomenu.py | 28 self.__id_open = self.text.bind("<<open-window-from-file>>", self.open) 29 self.__id_save = self.text.bind("<<save-window>>", self.save) 30 self.__id_saveas = self.text.bind("<<save-window-as-file>>", 32 self.__id_savecopy = self.text.bind("<<save-copy-of-window-as-file>>", 35 self.__id_print = self.text.bind("<<print-window>>", self.print_window) 407 self.text.bind("<Control-o>", self.open) 408 self.text.bind('<Control-p>', self.print) 409 self.text.bind("<Control-s>", self.save) 410 self.text.bind("<Alt-s>", self.saveas) 411 self.text.bind('<Contro [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource9.js | 115 this.bind(agg, type.members.allMembers); // REVIEW: Should only be getting exported types? 118 this.bind(agg, typeMembers.allMembers); 121 this.bind(agg, ambientMembers.allMembers); 124 this.bind(agg, ambientTypeMembers.allMembers); 178 // bind expansions on the parent type symbol 201 public bind(scope: SymbolScope, table: IHashTable) { 317 this.bind(agg, type.members.allMembers); // REVIEW: Should only be getting exported types?
320 this.bind(agg, typeMembers.allMembers);
323 this.bind(agg, ambientMembers.allMembers);
326 this.bind(ag [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/usb/usbip/ |
H A D | usbip_test.sh | 88 echo "bind devices"; 89 src/usbip bind -b $busid; 96 echo "bind devices - expect already bound messages" 97 src/usbip bind -b $busid; 128 echo "bind devices"; 129 src/usbip bind -b $busid; 185 echo "Run bind without usbip_host - expect fail" 186 src/usbip bind -b $busid; 189 echo "Run lsusb - devices that failed to bind aren't bound to any driver"
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/usb/usbip/ |
H A D | usbip_test.sh | 88 echo "bind devices"; 89 src/usbip bind -b $busid; 96 echo "bind devices - expect already bound messages" 97 src/usbip bind -b $busid; 128 echo "bind devices"; 129 src/usbip bind -b $busid; 185 echo "Run bind without usbip_host - expect fail" 186 src/usbip bind -b $busid; 189 echo "Run lsusb - devices that failed to bind aren't bound to any driver"
|