Searched refs:self (Results 226 - 250 of 318) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_ca.in213 echo "issue self-signed cert"
215 --self-signed \
228 echo "issue self-signed ca cert"
230 --self-signed \
252 --self-signed \
309 --self-signed \
324 --self-signed \
357 --self-signed \
374 --self-signed \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h253 // Create a "self".
254 static BitValue self(const BitRef &Self = BitRef());
275 return self();
279 BitTracker::BitValue::self(const BitRef &Self) { function in class:llvm::BitTracker::BitValue
335 static RegisterCell self(unsigned Reg, uint16_t Width);
363 BitTracker::RegisterCell::self(unsigned Reg, uint16_t Width) {
366 RC.Bits[i] = BitValue::self(BitRef(Reg, i));
H A DBitTracker.cpp28 // to self", so for the %1 above, the bit 0 of it will be a "ref" to
198 // the actual bits of the "self" register.
355 return RegisterCell::self(0, BW);
362 return RegisterCell::self(0, BW);
383 // Eliminate all ref-to-reg-0 bit values: replace them with "self".
461 Res[I] = BitValue::self();
494 Res[I] = BitValue::self();
504 Res.fill(Z, W, BitValue::self());
514 Res.fill(Z, W, BitValue::self());
565 Res[i] = BitValue::self();
[all...]
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dia64.h335 const char *(*insert) (const struct ia64_operand *self, ia64_insn value,
342 const char *(*extract) (const struct ia64_operand *self, ia64_insn code,
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dcorrect.c60 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {
/freebsd-11-stable/tools/tools/locale/tools/
H A Dfinalize24 self=$(realpath $0)
25 base=$(dirname ${self})
/freebsd-11-stable/crypto/openssh/
H A Dsession.c664 s->self);
1711 sessions[id].self = id;
1758 debug("session_new: session %d", s->self);
1774 s->self,
1793 fatal("no user for session %d", s->self);
1794 debug("session_open: session %d: link with channel %d", s->self, chanid);
1845 "channel %d", s->self, id);
1916 error("session_pty_req: session %d alloc failed", s->self);
1919 debug("session_pty_req: session %d alloc %s", s->self, s->tty);
1982 "x11 forwarding already active", s->self);
[all...]
H A Dserverloop.c540 channel_register_filter(c->self, sys_tun_infilter,
572 if (session_open(the_authctxt, c->self) != 1) {
573 debug("session open failed, free channel %d", c->self);
577 channel_register_cleanup(c->self, session_close_by_channel, 0);
615 packet_put_int(c->self);
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dcolour_prompt.rb34 @set_console_txt_attrb.call(@hout,self.win32_colour(new_colour))
H A Dgenerate_test_runner.rb24 def self.default_options
36 def self.grab_config(config_file)
37 options = self.default_options
/freebsd-11-stable/contrib/libucl/python/src/
H A Duclmodule.c111 ucl_load (PyObject *self, PyObject *args) argument
214 ucl_dump (PyObject *self, PyObject *args) argument
257 ucl_validate (PyObject *self, PyObject *args) argument
/freebsd-11-stable/contrib/ofed/libibmad/
H A Dresolve.c221 ib_portid_t self = { 0 }; local
226 if (!smp_query_via(nodeinfo, &self, IB_ATTR_NODE_INFO, 0, 0, srcport))
229 if (!smp_query_via(portinfo, &self, IB_ATTR_PORT_INFO, 0, 0, srcport))
/freebsd-11-stable/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh55 self=$(basename $(realpath "$0"))
165 echo "# This file was generated by $self."
291 echo "usage: $self [options] [forwarder ...]"
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c401 mv_pcib_probe(device_t self) argument
405 node = ofw_bus_get_node(self);
409 if (!(ofw_bus_is_compatible(self, "mrvl,pcie") ||
410 ofw_bus_is_compatible(self, "mrvl,pci")))
413 device_set_desc(self, "Marvell Integrated PCI/PCI-E Controller");
418 mv_pcib_attach(device_t self) argument
425 sc = device_get_softc(self);
426 sc->sc_dev = self;
427 unit = fdt_get_unit(self);
430 node = ofw_bus_get_node(self);
[all...]
/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c168 static int mn_probe(device_t self);
169 static int mn_attach(device_t self);
1261 mn_probe (device_t self) argument
1263 u_int id = pci_get_devid(self);
1281 device_set_desc_copy(self, "Munich32X E1/T1 HDLC Controller");
1286 mn_attach (device_t self) argument
1302 device_set_softc(self, sc);
1304 sc->dev = self;
1305 sc->unit = device_get_unit(self);
1310 res = bus_alloc_resource_any(self, SYS_RES_MEMOR
[all...]
/freebsd-11-stable/contrib/top/
H A Dtop.c356 ps.self = -1;
500 ps.self = (ps.self == -1) ? getpid() : -1;
1102 ps.self = (ps.self == -1) ? getpid() : -1;
1104 " %sisplaying self.",
1105 (ps.self == -1) ? "D" : "Not d");
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js131 var self = this,
210 if(this.initialize === 'render' && (instance = this(self))) {
211 self.plugins[name] = instance;
221 self._trigger('render');
224 self.positioning = FALSE;
227 if(!self.hiddenDuringWait && (options.show.ready || show)) {
228 self.toggle(TRUE, cache.event, FALSE);
230 self.hiddenDuringWait = FALSE;
582 var self = this,
598 return self
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmkdeps.c385 deps_restore (struct deps *deps, FILE *fd, const char *self) argument
412 if (self != NULL && strcmp (buf, self) != 0)
/freebsd-11-stable/sys/dev/cardbus/
H A Dcardbus.c132 cardbus_suspend(device_t self) argument
135 cardbus_detach_card(self);
140 cardbus_resume(device_t self) argument
/freebsd-11-stable/sys/x86/xen/
H A Dxen_apic.c299 int ipi_idx, to_cpu, self; local
322 self = PCPU_GET(cpuid);
324 if (to_cpu != self) {
/freebsd-11-stable/crypto/openssl/util/
H A Dmkcerts.sh42 echo self signing PCA
49 echo problems self signing PCA cert
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_usie.c274 usie_probe(device_t self) argument
276 struct usb_attach_arg *uaa = device_get_ivars(self);
291 usie_attach(device_t self) argument
293 struct usie_softc *sc = device_get_softc(self);
294 struct usb_attach_arg *uaa = device_get_ivars(self);
305 device_set_usb_desc(self);
307 sc->sc_dev = self;
345 device_printf(self, "DHCP is not supported. A firmware upgrade might be needed.\n");
374 device_printf(self,
418 device_printf(self, "n
471 usie_detach(device_t self) argument
[all...]
H A Duhso.c514 uhso_probe(device_t self) argument
516 struct usb_attach_arg *uaa = device_get_ivars(self);
543 uhso_attach(device_t self) argument
545 struct uhso_softc *sc = device_get_softc(self);
546 struct usb_attach_arg *uaa = device_get_ivars(self);
558 sc->sc_dev = self;
576 device_printf(self, "Failed to setup control pipe: %s\n",
606 device_set_desc_copy(self, uhso_port_type[UHSO_IFACE_PORT_TYPE(sc->sc_type)]);
608 device_printf(self, "<%s port> at <%s %s> on %s\n",
612 device_get_nameunit(device_get_parent(self)));
666 uhso_detach(device_t self) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgthr-dce.h260 pthread_t self = __gthrw_(pthread_self) (); local
262 return (objc_thread_t) __gthrw_pthread_getunique_np (&self);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.strtok.d81 /(self->a = strtok(NULL, ",")) != NULL/

Completed in 196 milliseconds

1234567891011>>