Searched refs:self (Results 176 - 200 of 318) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis_usb.c133 ndisusb_match(device_t self) argument
136 struct usb_attach_arg *uaa = device_get_ivars(self);
148 db = windrv_match((matchfuncptr)ndisusb_devcompare, self);
157 ndisusb_attach(device_t self) argument
160 struct ndisusb_softc *dummy = device_get_softc(self);
161 struct usb_attach_arg *uaa = device_get_ivars(self);
167 device_set_usb_desc(self);
170 sc->ndis_dev = self;
180 windrv_create_pdo(drv, self);
196 if (ndis_attach(self) !
205 ndisusb_detach(device_t self) argument
[all...]
/freebsd-11-stable/tools/bus_space/Python/
H A Dlang.c36 bus_read_1(PyObject *self, PyObject *args) argument
52 bus_read_2(PyObject *self, PyObject *args) argument
68 bus_read_4(PyObject *self, PyObject *args) argument
84 bus_write_1(PyObject *self, PyObject *args) argument
100 bus_write_2(PyObject *self, PyObject *args) argument
116 bus_write_4(PyObject *self, PyObject *args) argument
132 bus_map(PyObject *self, PyObject *args) argument
148 bus_unmap(PyObject *self, PyObject *args) argument
162 bus_subregion(PyObject *self, PyObject *args) argument
178 busdma_tag_create(PyObject *self, PyObjec argument
198 busdma_tag_derive(PyObject *self, PyObject *args) argument
217 busdma_tag_destroy(PyObject *self, PyObject *args) argument
232 busdma_md_create(PyObject *self, PyObject *args) argument
248 busdma_md_destroy(PyObject *self, PyObject *args) argument
263 busdma_md_load(PyObject *self, PyObject *args) argument
281 busdma_md_unload(PyObject *self, PyObject *args) argument
296 busdma_mem_alloc(PyObject *self, PyObject *args) argument
312 busdma_mem_free(PyObject *self, PyObject *args) argument
327 busdma_md_first_seg(PyObject *self, PyObject *args) argument
340 busdma_md_next_seg(PyObject *self, PyObject *args) argument
353 busdma_seg_get_addr(PyObject *self, PyObject *args) argument
369 busdma_seg_get_size(PyObject *self, PyObject *args) argument
385 busdma_sync(PyObject *self, PyObject *args) argument
400 busdma_sync_range(PyObject *self, PyObject *args) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFileSpec.i19 self.expect(lineEntry.GetFileSpec().GetDirectory(), 'The line entry should have the correct directory',
21 substrs = [self.mydir])
22 self.expect(lineEntry.GetFileSpec().GetFilename(), 'The line entry should have the correct filename',
25 self.assertTrue(lineEntry.GetLine() == self.line,
87 def __get_fullpath__(self):
88 spec_dir = self.GetDirectory()
89 spec_file = self.GetFilename()
H A DSBDebugger.i170 def SetOutputFileHandle(self, file, transfer_ownership):
175 self.SetOutputFile(SBFile.Create(file, borrow=True))
177 def SetInputFileHandle(self, file, transfer_ownership):
182 self.SetInputFile(SBFile.Create(file, borrow=True))
184 def SetErrorFileHandle(self, file, transfer_ownership):
189 self.SetErrorFile(SBFile.Create(file, borrow=True))
197 return self->GetInputFile().GetFile();
201 return self->GetOutputFile().GetFile();
205 return self->GetErrorFile().GetFile();
523 def __iter__(self)
[all...]
H A DSBTarget.i185 process = target.Launch(self.dbg.GetListener(), None, None,
690 def __init__(self, bkpt, extra_args):
699 def __get_depth__ (self):
708 def __callback__(self, sym_ctx):
719 def get_short_help(self):
976 def __init__(self, sbtarget):
977 self.sbtarget = sbtarget
979 def __len__(self):
980 if self.sbtarget:
981 return int(self
[all...]
H A DSBCommandReturnObject.i106 self->SetImmediateOutputFile(BORROWED);
109 self->SetImmediateErrorFile(BORROWED);
121 self->Printf("%s", str);
H A DSBSymbol.i79 def get_instructions_from_current_target (self):
80 return self.GetInstructions (target)
/freebsd-11-stable/lib/libc/tests/resolv/
H A Dresolv_test.c94 resolv_getaddrinfo(pthread_t self, char *host, int port) argument
107 self, host, error ? "not found" : "ok");
115 "%p: reverse %s %s\n", self, hbuf, pbuf);
124 resolv_gethostby(pthread_t self, char *host) argument
132 self, host, (hp == NULL) ? "not found" : "ok");
139 "%p: reverse %s\n", self, hp2->h_name);
147 resolv_getipnodeby(pthread_t self, char *host) argument
155 self, host, (hp == NULL) ? "not found" : "ok");
163 "%p: reverse %s\n", self, hp2->h_name);
178 pthread_t self local
221 pthread_t self; local
[all...]
/freebsd-11-stable/share/dtrace/
H A Dnfsattrstats50 self->syscallname = probefunc;
56 self->syscallname = "";
60 /self->syscallname != 0 && self->syscallname != ""/
64 self->syscallname);
68 /self->syscallname == 0 || self->syscallname == ""/
72 self->syscallname);
H A Dnfsclienttime53 self->count = 0;
59 self->timestamp = timestamp;
65 self->count += (timestamp - self->timestamp);
69 /self->count != 0/ {
71 @syscalls[probefunc] = quantize(self->count);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/binder/
H A Dbinder.cpp31 android::IPCThreadState::self()->handlePolledCommands();
44 android::ProcessState::self()->setThreadPoolMaxThreadCount(0);
45 android::IPCThreadState::self()->disableBackgroundScheduling(true);
46 android::IPCThreadState::self()->setupPolling(&priv->binder_fd);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h60 Self *self() { return static_cast<Self *>(this); } function in class:clang::threadSafety::til::Traversal
83 return self()->traverse##X(cast<X>(E), Ctx);
87 return self()->reduceNull();
94 return e->traverse(*self(), Ctx); \
312 Self *self() { return reinterpret_cast<Self *>(this); } function in class:clang::threadSafety::til::Comparator
319 return cast<X>(E1)->compare(cast<X>(E2), *self());
426 Self *self() { return reinterpret_cast<Self *>(this); } function in class:clang::threadSafety::til::PrettyPrinter
500 self()->printNull(SS);
507 if (self()->precedence(E) > P) {
510 self()
[all...]
/freebsd-11-stable/sys/geom/part/
H A Dg_part_apm.c55 struct apm_ent self; member in struct:g_part_apm_table
221 entry->ent.ent_pmblkcnt = table->self.ent_pmblkcnt;
238 if (baseentry->gpe_index >= table->self.ent_pmblkcnt)
239 table->self.ent_pmblkcnt = baseentry->gpe_index + 1;
240 KASSERT(table->self.ent_size >= table->self.ent_pmblkcnt,
242 KASSERT(table->self.ent_size > baseentry->gpe_index,
274 table->self.ent_sig = APM_ENT_SIG;
275 table->self.ent_pmblkcnt = basetable->gpt_entries + 1;
276 table->self
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py31 def __init__(self, name):
32 self.name = name
34 def __repr__(self):
35 self()
37 def __call__(self, code=None):
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp127 thrd_t self = thrd_current(); local
132 nullptr, 0, reinterpret_cast<uptr>(self), true,
133 _zx_object_get_property(thrd_get_zx_handle(self), ZX_PROP_NAME, name,
216 void __sanitizer_thread_start_hook(void *hook, thrd_t self) { argument
217 __asan::ThreadStartHook(hook, reinterpret_cast<uptr>(self));
220 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { argument
221 __asan::ThreadExitHook(hook, reinterpret_cast<uptr>(self));
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_private.h90 int (*open)(struct archive_read_filter *self);
94 int64_t (*skip)(struct archive_read_filter *self, int64_t request);
96 int64_t (*seek)(struct archive_read_filter *self, int64_t offset, int whence);
97 /* Close (just this filter) and free(self). */
98 int (*close)(struct archive_read_filter *self);
100 int (*sswitch)(struct archive_read_filter *self, unsigned int iindex);
102 int (*read_header)(struct archive_read_filter *self, struct archive_entry *entry);
/freebsd-11-stable/sys/powerpc/powermac/
H A Dkiic.c153 kiic_probe(device_t self) argument
157 name = ofw_bus_get_name(self);
159 device_set_desc(self, "Keywest I2C controller");
167 kiic_attach(device_t self) argument
169 struct kiic_softc *sc = device_get_softc(self);
175 sc->sc_dev = self;
177 node = ofw_bus_get_node(self);
183 sc->sc_reg = bus_alloc_resource_any(self, SYS_RES_MEMORY,
190 device_printf(self, "cannot get i2c-rate\n");
194 device_printf(self, "unabl
[all...]
/freebsd-11-stable/sys/dev/sound/macio/
H A Ddavbus.c96 davbus_probe(device_t self) argument
100 name = ofw_bus_get_name(self);
107 device_set_desc(self, "Apple DAVBus Audio Controller");
495 davbus_attach(device_t self) argument
505 sc->aoa.sc_dev = self;
506 sc->node = ofw_bus_get_node(self);
511 sc->reg = bus_alloc_resource_any(self, SYS_RES_MEMORY, &rid, RF_ACTIVE);
517 sc->aoa.sc_odma = bus_alloc_resource_any(self, SYS_RES_MEMORY,
524 dbdma_irq = bus_alloc_resource_any(self, SYS_RES_IRQ,
537 snd_setup_intr(self, dbdma_ir
[all...]
H A Daoa.c118 device_t self; local
120 self = sc->sc_dev;
121 err = bus_dma_tag_create(bus_get_dma_tag(self),
370 device_t self; local
374 self = sc->sc_dev;
376 if (pcm_register(self, sc, 1, 0))
379 err = pcm_getbuffersize(self, AOA_BUFFER_SIZE, AOA_BUFFER_SIZE,
383 pcm_addchan(self, PCMDIR_PLAY, &aoa_chan_class, sc);
385 snprintf(status, sizeof(status), "at %s", ofw_bus_get_name(self));
386 pcm_setstatus(self, statu
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sigalarm.c91 pthread_t self = pthread_self(); local
93 PTHREAD_REQUIRE(pthread_create(&self, NULL, setup, NULL));
H A Dh_resolv.c97 pthread_t self = pthread_self(); local
104 self, n, host, (int)i);
110 self, host, error ? "not found" : "ok");
136 pthread_t self = pthread_self(); local
137 if (pthread_create(&self, NULL, resolvloop, nhosts) != 0)
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py111 def __init__(self, llc):
112 super(HandoverServer, self).__init__(llc)
113 self.ho_server_processing = False
114 self.success = False
118 def _process_request(self, request):
129 response = self.process_request(request)
133 def process_request(self, request):
169 self.success = True
/freebsd-11-stable/usr.bin/dtc/
H A Dinput_buffer.cc996 auto &self = *this; local
1003 return self;
1006 if (*self == '/' && peek() == '*')
1009 ++self;
1010 ++self;
1013 while ((*self != '\0') && (*self != '*') && !finished())
1015 ++self;
1018 ++self;
1019 } while ((*self !
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py139 def __init__(self, llc):
140 super(HandoverServer, self).__init__(llc)
141 self.sent_carrier = None
142 self.ho_server_processing = False
143 self.success = False
147 def _process_request(self, request):
158 response = self.process_request(request)
162 def process_request(self, request):
163 self.ho_server_processing = True
176 data = wpas_get_handover_sel(self
[all...]
H A Dp2p-nfc.py260 def __init__(self, llc):
261 super(HandoverServer, self).__init__(llc)
262 self.sent_carrier = None
263 self.ho_server_processing = False
264 self.success = False
268 def _process_request(self, request):
279 response = self.process_request(request)
283 def process_request(self, request):
284 self.ho_server_processing = True
301 self
[all...]

Completed in 132 milliseconds

1234567891011>>