Searched refs:self (Results 101 - 125 of 318) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/
H A Dtst.misc.d54 self->x[456, "bar"] = 456;
62 printf("self->x[] = %d\n", self->x[456, "bar"]);
/freebsd-11-stable/sys/compat/linux/
H A Dstats_timing.d49 self->time[probefunc] = vtimestamp;
54 /self->time[probefunc] != 0/
56 this->timediff = self->time[probefunc] - vtimestamp;
61 self->time[probefunc] = 0;
66 self->lock[arg0] = vtimestamp;
70 /self->lock[arg0] != 0/
72 this->timediff = self->lock[arg0] - vtimestamp;
77 self->lock[arg0] = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i351 def __len__(self):
353 return self.GetNumSymbols()
355 def __iter__(self):
357 return lldb_iter(self, 'GetNumSymbols', 'GetSymbolAtIndex')
359 def section_iter(self):
361 return lldb_iter(self, 'GetNumSections', 'GetSectionAtIndex')
363 def compile_unit_iter(self):
365 return lldb_iter(self, 'GetNumCompileUnits', 'GetCompileUnitAtIndex')
367 def symbol_in_section_iter(self, section):
370 for sym in self
[all...]
H A DSBData.i143 def __init__(self, sbdata, readerfunc, item_size):
144 self.sbdata = sbdata
145 self.readerfunc = readerfunc
146 self.item_size = item_size
147 def __getitem__(self,key):
150 for x in range(*key.indices(self.__len__())):
151 list.append(self.__getitem__(x))
155 key = key * self.item_size # SBData uses byte-based indexes, but we want to use itemsize-based indexes here
157 my_data = self.readerfunc(self
[all...]
H A DSBStringList.i46 def __iter__(self):
48 return lldb_iter(self, 'GetSize', 'GetStringAtIndex')
50 def __len__(self):
52 return self.GetSize()
H A DSBInstruction.i81 def __mnemonic_property__ (self):
82 return self.GetMnemonic (target)
83 def __operands_property__ (self):
84 return self.GetOperands (target)
85 def __comment_property__ (self):
86 return self.GetComment (target)
87 def __file_addr_property__ (self):
88 return self.GetAddress ().GetFileAddress()
89 def __load_adrr_property__ (self):
90 return self
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Duhci_pci.c91 uhci_pci_take_controller(device_t self) argument
93 pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2);
99 uhci_pci_match(device_t self) argument
101 uint32_t device_id = pci_get_devid(self);
242 if ((pci_get_class(self) == PCIC_SERIALBUS) &&
243 (pci_get_subclass(self) == PCIS_SERIALBUS_USB) &&
244 (pci_get_progif(self) == PCI_INTERFACE_UHCI)) {
251 uhci_pci_probe(device_t self) argument
253 const char *desc = uhci_pci_match(self);
256 device_set_desc(self, des
264 uhci_pci_attach(device_t self) argument
393 uhci_pci_detach(device_t self) argument
[all...]
H A Dxhci_pci.c93 xhci_pci_match(device_t self) argument
95 uint32_t device_id = pci_get_devid(self);
163 if ((pci_get_class(self) == PCIC_SERIALBUS)
164 && (pci_get_subclass(self) == PCIS_SERIALBUS_USB)
165 && (pci_get_progif(self) == PCIP_SERIALBUS_USB_XHCI)) {
172 xhci_pci_probe(device_t self) argument
174 const char *desc = xhci_pci_match(self);
177 device_set_desc(self, desc);
200 xhci_pci_port_route(device_t self, uint32_t set, uint32_t clear) argument
206 temp = pci_read_config(self, PCI_XHCI_INTEL_USB3_PSSE
225 xhci_pci_attach(device_t self) argument
369 xhci_pci_detach(device_t self) argument
409 xhci_pci_take_controller(device_t self) argument
[all...]
H A Dehci_fsl.c69 static int fsl_ehci_attach(device_t self);
70 static int fsl_ehci_detach(device_t self);
71 static int fsl_ehci_probe(device_t self);
228 fsl_ehci_attach(device_t self) argument
236 sc = device_get_softc(self);
239 sc->sc_bus.parent = self;
245 USB_GET_DMA_TAG(self), &ehci_iterate_hw_softc))
249 sc->sc_io_res = bus_alloc_resource_any(self, SYS_RES_MEMORY, &rid,
252 err = fsl_ehci_detach(self);
254 device_printf(self,
376 fsl_ehci_detach(device_t self) argument
[all...]
H A Dehci_mv.c121 mv_ehci_probe(device_t self) argument
124 if (!ofw_bus_status_okay(self))
127 if (!ofw_bus_search_compatible(self, compat_data)->ocd_data)
130 device_set_desc(self, EHCI_HC_DEVSTR);
136 mv_ehci_attach(device_t self) argument
138 ehci_softc_t *sc = device_get_softc(self);
144 sc->sc_bus.parent = self;
151 USB_GET_DMA_TAG(self), &ehci_iterate_hw_softc)) {
156 sc->sc_io_res = bus_alloc_resource_any(self, SYS_RES_MEMORY, &rid, RF_ACTIVE);
158 device_printf(self, "Coul
264 mv_ehci_detach(device_t self) argument
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcpu-ia64-opc.c35 ins_rsvd (const struct ia64_operand *self ATTRIBUTE_UNUSED,
42 ext_rsvd (const struct ia64_operand *self ATTRIBUTE_UNUSED,
49 ins_const (const struct ia64_operand *self ATTRIBUTE_UNUSED,
56 ext_const (const struct ia64_operand *self ATTRIBUTE_UNUSED,
63 ins_reg (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
65 if (value >= 1u << self->field[0].bits)
68 *code |= value << self->field[0].shift;
73 ext_reg (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
75 *valuep = ((code >> self->field[0].shift)
76 & ((1u << self
81 ins_immu(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
100 ext_immu(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
117 ins_immu5b(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
126 ext_immu5b(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
140 ins_immus8(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
148 ext_immus8(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
161 ins_imms_scaled(const struct ia64_operand *self, ia64_insn value, ia64_insn *code, int scale) argument
185 ext_imms_scaled(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep, int scale) argument
207 ins_imms(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
213 ins_immsu4(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
221 ext_imms(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
227 ins_immsm1(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
234 ins_immsm1u4(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
244 ext_immsm1(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
253 ins_imms1(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
259 ext_imms1(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
265 ins_imms4(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
271 ext_imms4(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
277 ins_imms16(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
283 ext_imms16(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
289 ins_cimmu(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
296 ext_cimmu(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
312 ins_cnt(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
323 ext_cnt(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
331 ins_cnt2b(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
343 ext_cnt2b(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
350 ins_cnt2c(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
365 ext_cnt2c(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
382 ins_inc3(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
405 ext_inc3(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_rb.c159 struct archive_rb_node *self)
182 const signed int diff = (*compare_nodes)(tmp, self);
197 RB_SET_FATHER(self, parent);
198 RB_SET_POSITION(self, position);
200 RB_MARK_BLACK(self); /* root is always black */
207 RB_MARK_RED(self);
210 self->rb_left = parent->rb_nodes[position];
211 self->rb_right = parent->rb_nodes[position];
212 parent->rb_nodes[position] = self;
218 __archive_rb_tree_insert_rebalance(rbt, self);
157 __archive_rb_tree_insert_node(struct archive_rb_tree *rbt, struct archive_rb_node *self) argument
273 __archive_rb_tree_insert_rebalance(struct archive_rb_tree *rbt, struct archive_rb_node *self) argument
348 __archive_rb_tree_prune_node(struct archive_rb_tree *rbt, struct archive_rb_node *self, int rebalance) argument
371 __archive_rb_tree_swap_prune_and_rebalance(struct archive_rb_tree *rbt, struct archive_rb_node *self, struct archive_rb_node *standin) argument
474 __archive_rb_tree_prune_blackred_branch( struct archive_rb_node *self, unsigned int which) argument
492 __archive_rb_tree_remove_node(struct archive_rb_tree *rbt, struct archive_rb_node *self) argument
675 __archive_rb_tree_iterate(struct archive_rb_tree *rbt, struct archive_rb_node *self, const unsigned int direction) argument
[all...]
H A Darchive_read_support_filter_gzip.c241 gzip_bidder_bid(struct archive_read_filter_bidder *self, argument
246 (void)self; /* UNUSED */
261 gzip_bidder_init(struct archive_read_filter *self) argument
265 r = __archive_read_program(self, "gzip -d");
269 self->code = ARCHIVE_FILTER_GZIP;
270 self->name = "gzip";
277 gzip_read_header(struct archive_read_filter *self, struct archive_entry *entry) argument
281 state = (struct private_data *)self->data;
298 gzip_bidder_init(struct archive_read_filter *self) argument
304 self
333 consume_header(struct archive_read_filter *self) argument
391 consume_trailer(struct archive_read_filter *self) argument
424 gzip_filter_read(struct archive_read_filter *self, const void **p) argument
509 gzip_filter_close(struct archive_read_filter *self) argument
[all...]
H A Darchive_read_support_filter_grzip.c58 grzip_reader_free(struct archive_read_filter_bidder *self) argument
60 (void)self; /* UNUSED */
91 grzip_bidder_bid(struct archive_read_filter_bidder *self, argument
97 (void)self; /* UNUSED */
110 grzip_bidder_init(struct archive_read_filter *self) argument
114 r = __archive_read_program(self, "grzip -d");
118 self->code = ARCHIVE_FILTER_GRZIP;
119 self->name = "grzip";
H A Darchive_read_support_filter_lrzip.c57 lrzip_reader_free(struct archive_read_filter_bidder *self) argument
59 (void)self; /* UNUSED */
91 lrzip_bidder_bid(struct archive_read_filter_bidder *self, argument
98 (void)self; /* UNUSED */
121 lrzip_bidder_init(struct archive_read_filter *self) argument
125 r = __archive_read_program(self, "lrzip -d -q");
129 self->code = ARCHIVE_FILTER_LRZIP;
130 self->name = "lrzip";
H A Darchive_read_support_filter_lzop.c136 lzop_bidder_bid(struct archive_read_filter_bidder *self, argument
142 (void)self; /* UNUSED */
161 lzop_bidder_init(struct archive_read_filter *self) argument
165 r = __archive_read_program(self, "lzop -d");
169 self->code = ARCHIVE_FILTER_LZOP;
170 self->name = "lzop";
178 lzop_bidder_init(struct archive_read_filter *self) argument
182 self->code = ARCHIVE_FILTER_LZOP;
183 self->name = "lzop";
187 archive_set_error(&self
201 consume_header(struct archive_read_filter *self) argument
307 consume_block_info(struct archive_read_filter *self) argument
359 lzop_filter_read(struct archive_read_filter *self, const void **p) argument
485 lzop_filter_close(struct archive_read_filter *self) argument
[all...]
H A Darchive_read_support_filter_bzip2.c112 bzip2_reader_free(struct archive_read_filter_bidder *self){ argument
113 (void)self; /* UNUSED */
125 bzip2_reader_bid(struct archive_read_filter_bidder *self, struct archive_read_filter *filter) argument
131 (void)self; /* UNUSED */
170 bzip2_reader_init(struct archive_read_filter *self) argument
174 r = __archive_read_program(self, "bzip2 -d");
178 self->code = ARCHIVE_FILTER_BZIP2;
179 self->name = "bzip2";
190 bzip2_reader_init(struct archive_read_filter *self) argument
196 self
223 bzip2_filter_read(struct archive_read_filter *self, const void **p) argument
346 bzip2_filter_close(struct archive_read_filter *self) argument
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dnchan.c95 debug2("channel %d: input %s -> %s", c->self, istates[c->istate],
104 debug2("channel %d: output %s -> %s", c->self, ostates[c->ostate],
116 debug2("channel %d: rcvd oclose", c->self);
133 c->self, c->istate);
140 debug2("channel %d: read failed", c->self);
148 c->self, c->istate);
155 debug2("channel %d: ibuf empty", c->self);
158 c->self);
174 c->self, c->istate);
181 debug2("channel %d: rcvd ieof", c->self);
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Deapol_test.py23 def __init__(self, ifname):
24 self.ifname = ifname
25 self.ctrl = wpaspy.Ctrl(os.path.join(wpas_ctrl, ifname))
26 if "PONG" not in self.ctrl.request("PING"):
28 self.mon = wpaspy.Ctrl(os.path.join(wpas_ctrl, ifname))
29 self.mon.attach()
31 def add_network(self):
32 id = self.request("ADD_NETWORK")
37 def remove_network(self, id):
38 id = self
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider/
H A Derr.D_PDESC_ZERO.notreturn.d41 self->traceme = 1;
H A Dtst.return.d40 self->traceme = 1;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.exec.ksh41 self->exec = 1;
45 /self->exec/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_COMM_COMM.CommitAftCommit.d41 self->i = 0;
57 self->i++;
61 /(!self->i)/
66 /(self->i)/
H A Derr.D_SPEC_COMM.SpecAftCommit.d42 self->i = 0;
53 self->i++;
57 /(!self->i)/
62 /(self->i)/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/vars/
H A Dtst.ucaller.ksh44 self->calloc = 1;
48 /self->calloc/
54 /self->calloc/
56 self->calloc = 0;

Completed in 180 milliseconds

1234567891011>>