Searched refs:self (Results 1 - 25 of 318) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_uu.c262 uudecode_bidder_bid(struct archive_read_filter_bidder *self, argument
272 (void)self; /* UNUSED */
361 uudecode_bidder_init(struct archive_read_filter *self) argument
367 self->code = ARCHIVE_FILTER_UU;
368 self->name = "uu";
369 self->read = uudecode_filter_read;
370 self->skip = NULL; /* not supported */
371 self->close = uudecode_filter_close;
377 archive_set_error(&self->archive->archive, ENOMEM,
385 self
396 ensure_in_buff_size(struct archive_read_filter *self, struct uudecode *uudecode, size_t size) argument
436 uudecode_filter_read(struct archive_read_filter *self, const void **buff) argument
674 uudecode_filter_close(struct archive_read_filter *self) argument
[all...]
H A Darchive_read_support_filter_rpm.c97 rpm_bidder_bid(struct archive_read_filter_bidder *self, argument
104 (void)self; /* UNUSED */
137 rpm_bidder_init(struct archive_read_filter *self) argument
141 self->code = ARCHIVE_FILTER_RPM;
142 self->name = "rpm";
143 self->read = rpm_filter_read;
144 self->skip = NULL; /* not supported */
145 self->close = rpm_filter_close;
149 archive_set_error(&self->archive->archive, ENOMEM,
154 self
161 rpm_filter_read(struct archive_read_filter *self, const void **buff) argument
280 rpm_filter_close(struct archive_read_filter *self) argument
[all...]
H A Darchive_write_set_format_iso9660.c247 int self; member in struct:isoent::__anon26
3456 dr_len = isoent->dr_len.self; break;
3583 isoent->dr_len.self = (int)dr_len; break;
H A Darchive_read_support_filter_zstd.c113 zstd_bidder_bid(struct archive_read_filter_bidder *self, argument
125 (void) self; /* UNUSED */
148 zstd_bidder_init(struct archive_read_filter *self) argument
152 r = __archive_read_program(self, "zstd -d -qq");
156 self->code = ARCHIVE_FILTER_ZSTD;
157 self->name = "zstd";
167 zstd_bidder_init(struct archive_read_filter *self) argument
174 self->code = ARCHIVE_FILTER_ZSTD;
175 self->name = "zstd";
185 archive_set_error(&self
206 zstd_filter_read(struct archive_read_filter *self, const void **p) argument
283 zstd_filter_close(struct archive_read_filter *self) argument
[all...]
H A Darchive_read_support_filter_program.c180 program_bidder_free(struct archive_read_filter_bidder *self) argument
182 struct program_bidder *state = (struct program_bidder *)self->data;
206 program_bidder_bid(struct archive_read_filter_bidder *self, argument
209 struct program_bidder *state = self->data;
239 child_stop(struct archive_read_filter *self, struct program_filter *state) argument
265 archive_set_error(&self->archive->archive, ARCHIVE_ERRNO_MISC,
282 archive_set_error(&self->archive->archive, ARCHIVE_ERRNO_MISC,
293 archive_set_error(&self->archive->archive,
307 child_read(struct archive_read_filter *self, char *buf, size_t buf_len) argument
309 struct program_filter *state = self
397 __archive_read_program(struct archive_read_filter *self, const char *cmd) argument
451 program_bidder_init(struct archive_read_filter *self) argument
460 program_filter_read(struct archive_read_filter *self, const void **buff) argument
489 program_filter_close(struct archive_read_filter *self) argument
[all...]
/freebsd-11-stable/sys/conf/
H A Dkern.mk23 NO_WSELF_ASSIGN= -Wno-self-assign
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c13821 ** of SQLite to unexpected behavior - to make the code "self-healing"
26780 pthread_t self = pthread_self(); local
26823 pthread_t self = pthread_self(); local
[all...]
H A Dltmain.sh6650 self)
8759 || func_warning "'-dlopen self' is ignored for libtool libraries"
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh6650 self)
8755 || func_warning "'-dlopen self' is ignored for libtool libraries"
/freebsd-11-stable/contrib/subversion/
H A Dwin-tests.py441 def __init__(self, svnserve_args, objdir, abs_objdir, abs_builddir):
442 self.args = svnserve_args
443 self.name = 'svnserve.exe'
444 self.kind = objdir
445 self.path = os.path.join(abs_objdir,
446 'subversion', 'svnserve', self.name)
447 self.root = os.path.join(abs_builddir, CMDLINE_TEST_SCRIPT_NATIVE_PATH)
448 self.proc = None
450 def __del__(self):
452 self
[all...]
H A Dgen-make.py223 def __init__(self):
224 self.list = []
225 self.dict = {}
227 def add(self, opt, val, overwrite=True):
228 if opt in self.dict:
230 self.list[self.dict[opt]] = (opt, val)
232 self.dict[opt] = len(self.list)
233 self
[all...]
/freebsd-11-stable/contrib/tzdata/
H A DMakefile184 # The name of a locale using the UTF-8 encoding, used during self-tests.
267 -Winit-self -Wjump-misses-init -Wlogical-op \
/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/sys/dev/usb/controller/
H A Dxhci.c560 xhci_init(struct xhci_softc *sc, device_t self, uint8_t dma32) argument
567 sc->sc_bus.parent = self;
616 device_printf(self, "%d bytes context size, %d-bit DMA\n",
673 USB_GET_DMA_TAG(self), &xhci_iterate_hw_softc)) {
/freebsd-11-stable/tools/tools/locale/tools/
H A Dfinalize24 self=$(realpath $0)
25 base=$(dirname ${self})
/freebsd-11-stable/usr.sbin/tzsetup/
H A Dtzsetup.c94 int (*fire)(struct dialogMenuItem *self);
/freebsd-11-stable/sys/netinet/
H A Dsctputil.c1629 if (tmr->self != (void *)tmr) {
2323 tmr->self = (void *)tmr;
2475 tmr->self = NULL;
H A Dsctp_structs.h57 void *self; member in struct:sctp_timer
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c857 show_self = sel->self == -1;
877 if (!show_self && pp->ki_pid == sel->self)
878 /* skip self */
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h214 struct pci_dev *self; member in struct:pci_bus
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c592 apr_memnode_t *self; /* The node containing the pool itself */ member in struct:apr_pool_t
963 active = pool->active = pool->self;
1028 active = pool->self;
1109 pool->active = pool->self = node;
1200 pool->active = pool->self = node;
1240 * self-contained with no callouts.
/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/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c4665 * rindex() is at least self-consistent in
4687 * very least self-consistent position
8754 int i, self = 0, noreap = 0;
8769 self = 1;
8793 if (!self) {
8829 if (!self) {
8897 ASSERT(self || dtrace_devi == NULL);
8913 if (!self) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc238 const char *aPath = "/proc/self/exe";
250 // On Linux, /proc/self/exe always looks through symlinks. However, on
251 // GNU/Hurd, /proc/self/exe is a symlink to the path that was used to start
905 static const bool Result = (::access("/proc/self/fd", R_OK) == 0);
1003 snprintf(ProcPath, sizeof(ProcPath), "/proc/self/fd/%d", ResultFD);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h231 volatile union kmp_ticket_lock *self; // points to the lock union member in struct:kmp_base_ticket_lock
244 volatile union kmp_ticket_lock *self; // points to the lock union member in struct:kmp_base_ticket_lock

Completed in 632 milliseconds

1234567891011>>