Searched refs:plist (Results 26 - 50 of 54) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp149 LLDB_LOGF(log, "plist bundle has exec path of %s for UUID %s",
323 "From dsymForUUID plist: Symbol rich executable is at '%s'",
338 LLDB_LOGF(log, "From dsymForUUID plist: dSYM is at '%s'",
610 CFCReleaser<CFDictionaryRef> plist(
614 if (plist.get() &&
615 CFGetTypeID(plist.get()) == CFDictionaryGetTypeID()) {
619 plist.get(), uuid_cfstr.get());
623 const CFIndex num_values = ::CFDictionaryGetCount(plist.get());
627 ::CFDictionaryGetKeysAndValues(plist.get(), NULL,
/freebsd-11-stable/sys/sys/
H A Daio.h119 TAILQ_ENTRY(kaiocb) plist; /* (a) lists of pending / done jobs */ member in struct:kaiocb
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacmacros.h567 * the plist contains a set of parens to allow variable-length lists.
572 #define ACPI_WARN_PREDEFINED(plist) AcpiUtPredefinedWarning plist
573 #define ACPI_INFO_PREDEFINED(plist) AcpiUtPredefinedInfo plist
574 #define ACPI_BIOS_ERROR_PREDEFINED(plist) AcpiUtPredefinedBiosError plist
582 #define ACPI_WARN_PREDEFINED(plist)
583 #define ACPI_INFO_PREDEFINED(plist)
584 #define ACPI_BIOS_ERROR_PREDEFINED(plist)
[all...]
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_show.c671 struct mfi_pd_list *plist; local
697 if (mfi_pd_get_list(fd, &plist, NULL) < 0) {
711 free(plist);
741 for (i = 0; i < plist->count; i++) {
742 if (plist->addr[i].scsi_dev_type != 0)
745 device_id = plist->addr[i].device_id;
749 free(plist);
775 free(plist);
/freebsd-11-stable/contrib/binutils/gas/
H A Dhash.c155 struct hash_entry ***plist, unsigned long *phash)
185 if (plist != NULL)
186 *plist = list;
154 hash_lookup(struct hash_control *table, const char *key, size_t len, struct hash_entry ***plist, unsigned long *phash) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp409 XMLNode plist = m_xml_doc.GetRootElement("plist"); local
410 if (plist) {
411 plist.ForEachChildElementWithName("dict",
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c303 * The prototype node list is specified as 'plist'. The formal prototype
304 * against which to compare the prototype is specified as 'flist'. If plist
306 * plist and flist are different, we require that named parameters in plist
310 dt_decl_prototype(dt_node_t *plist, argument
315 int form = plist != flist;
318 for (dnp = plist; dnp != NULL; dnp = dnp->dn_list, i++) {
361 if (v != 0 && plist->dn_list != NULL)
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-ppc.c2764 if (eind->elf.plt.plist != NULL)
2766 if (edir->elf.plt.plist != NULL)
2771 for (entp = &eind->elf.plt.plist; (ent = *entp) != NULL; )
2775 for (dent = edir->elf.plt.plist; dent != NULL; dent = dent->next)
2785 *entp = edir->elf.plt.plist;
2788 edir->elf.plt.plist = eind->elf.plt.plist;
2789 eind->elf.plt.plist = NULL;
3039 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
3048 ent->next = h->plt.plist;
[all...]
H A Delf64-ppc.c4006 if (from->elf.plt.plist != NULL)
4008 if (to->elf.plt.plist != NULL)
4013 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; )
4017 for (dent = to->elf.plt.plist; dent != NULL; dent = dent->next)
4027 *entp = to->elf.plt.plist;
4030 to->elf.plt.plist = from->elf.plt.plist;
4031 from->elf.plt.plist = NULL;
4432 for (ent = eh->elf.plt.plist; ent != NULL; ent = ent->next)
4441 ent->next = eh->elf.plt.plist;
[all...]
H A Delf-bfd.h122 struct plt_entry *plist;
121 struct plt_entry *plist; member in union:elf_link_hash_entry::gotplt_union
/freebsd-11-stable/sys/kern/
H A Dvfs_aio.c512 TAILQ_REMOVE(&ki->kaio_done, job, plist);
612 TAILQ_REMOVE(&ki->kaio_jobqueue, job, plist);
651 TAILQ_FOREACH_SAFE(job, &ki->kaio_jobqueue, plist, jobn) {
891 TAILQ_INSERT_TAIL(&ki->kaio_done, job, plist);
1043 TAILQ_REMOVE(&ki->kaio_jobqueue, job, plist);
1640 TAILQ_INSERT_TAIL(&ki->kaio_jobqueue, job, plist);
1732 TAILQ_FOREACH(job2, &ki->kaio_jobqueue, plist) {
1836 TAILQ_FOREACH(job, &ki->kaio_done, plist) {
1990 TAILQ_FOREACH_SAFE(job, &ki->kaio_jobqueue, plist, jobn) {
/freebsd-11-stable/contrib/tcsh/
H A Dsh.decls.h395 extern void plist (struct varent *, int);
H A Dsh.func.c245 plist(&shvhed, VAR_ALL);
259 plist(&aliases, VAR_ALL);
H A Dsh.set.c282 plist(&shvhed, flags);
1111 plist(struct varent *p, int what) function
/freebsd-11-stable/
H A DMakefile.inc11514 @rm -f ${WSTAGEDIR}/*.plist 2>/dev/null || :
1516 awk -f ${SRCDIR}/release/scripts/mtree-to-plist.awk \
1518 @for plist in ${WSTAGEDIR}/*.plist; do \
1519 plist=$${plist##*/} ; \
1520 pkgname=$${plist%.plist} ; \
1543 -p ${WSTAGEDIR}/${pkgname}.plist \
1558 awk -f ${SRCDIR}/release/scripts/mtree-to-plist
[all...]
/freebsd-11-stable/usr.sbin/ndp/
H A Dndp.c141 static void plist(void);
260 plist();
1109 plist() function
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_svcout.c83 internal_proctype(proc_list *plist) argument
86 ptype(plist->res_prefix, plist->res_type, 1);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp239 kmp_depnode_list_t *plist) {
240 if (!plist)
244 for (kmp_depnode_list_t *p = plist; p; p = p->next) {
237 __kmp_depnode_link_successor(kmp_int32 gtid, kmp_info_t *thread, kmp_task_t *task, kmp_depnode_t *node, kmp_depnode_list_t *plist) argument
/freebsd-11-stable/crypto/openssh/
H A Dssh-keygen.c1594 char valid[64], *otmp, *tmp, *cp, *out, *comment, **plist = NULL; local
1619 plist = NULL;
1621 plist = xreallocarray(plist, n + 1, sizeof(*plist));
1622 if (*(plist[n] = xstrdup(cp)) == '\0')
1645 public->cert->principals = plist;
/freebsd-11-stable/contrib/libpcap/
H A DMakefile.in236 ChmodBPF/StartupParameters.plist \
300 org.tcpdump.chmod_bpf.plist \
356 rpcapd/org.tcpdump.rpcapd.plist \
/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_clk_per.c80 #define GATE(_id, cname, plist, _idx) \
84 .clkdef.parent_names = (const char *[]){plist}, \
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas.c1729 struct unmap_parm_list *plist; local
1754 plist = malloc(csio->dxfer_len, M_MPR, M_ZERO|M_NOWAIT);
1755 if (!plist) {
1762 bcopy(csio->data_ptr, plist, csio->dxfer_len);
1767 ndesc = be16toh(plist->unmap_blk_desc_data_len) >> 4;
1803 htole32(be32toh(plist->desc[i].nlb));
1805 htole64(be64toh(plist->desc[i].slba));
1865 free(plist, M_MPR);
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms.h342 STACK_OF(GENERAL_NAMES) **plist,
/freebsd-11-stable/contrib/gcc/
H A Dcollect2.c221 struct prefix_list *plist; /* List of prefixes to try */
625 for (pl = pprefix->plist; pl; pl = pl->next)
649 if (debug && pprefix->plist == NULL)
664 if (pprefix->plist)
666 for (pl = pprefix->plist; pl->next; pl = pl->next)
671 prev = &pprefix->plist;
2576 struct prefix_list *list = libpaths[i]->plist;
219 struct prefix_list *plist; /* List of prefixes to try */ member in struct:path_prefix
/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c4337 struct ieee_range **plist, *r, **pr;
4343 plist = &info->global_ranges;
4345 plist = &info->ranges;
4347 for (r = *plist; r != NULL; r = r->next)
4378 for (pr = plist; *pr != NULL; pr = &(*pr)->next)
4335 struct ieee_range **plist, *r, **pr; local

Completed in 487 milliseconds

123