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

123

/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_sample.c250 return_type(proc_list *plist) argument
252 ptype(plist->res_prefix, plist->res_type, 1);
H A Drpc_svcout.c83 internal_proctype(proc_list *plist) argument
86 ptype(plist->res_prefix, plist->res_type, 1);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp149 LLDB_LOGF(log, "plist bundle has exec path of %s for UUID %s",
309 "From dsymForUUID plist: Symbol rich executable is at '%s'",
324 LLDB_LOGF(log, "From dsymForUUID plist: dSYM is at '%s'",
596 CFCReleaser<CFDictionaryRef> plist(
600 if (plist.get() &&
601 CFGetTypeID(plist.get()) == CFDictionaryGetTypeID()) {
605 plist.get(), uuid_cfstr.get());
609 const CFIndex num_values = ::CFDictionaryGetCount(plist.get());
613 ::CFDictionaryGetKeysAndValues(plist.get(), NULL,
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store_subr.c653 bhnd_nvstore_path_list *plist; local
661 plist = &sc->paths[h % nitems(sc->paths)];
663 LIST_FOREACH(p, plist, np_link) {
847 bhnd_nvstore_path_list *plist; local
868 plist = &sc->paths[h % nitems(sc->paths)];
869 LIST_INSERT_HEAD(plist, path, np_link);
H A Dbhnd_nvram_store.c79 bhnd_nvram_plist *plist,
92 bhnd_nvram_plist *plist,
521 * declaration to @p plist.
527 * @param plist The property list to which @p path's devpath
539 bhnd_nvstore_path *path, const char *devpath, bhnd_nvram_plist *plist,
559 error = bhnd_nvram_plist_append_string(plist, pathvar, devpath);
584 if (!bhnd_nvram_plist_contains(plist, pathvar))
597 error = bhnd_nvram_plist_append_string(plist, pathvar, devpath);
604 * Export a single @p child path's properties, appending the result to @p plist.
609 * @param plist Th
538 bhnd_nvstore_export_devpath_alias(struct bhnd_nvram_store *sc, bhnd_nvstore_path *path, const char *devpath, bhnd_nvram_plist *plist, u_long *alias_val) argument
619 bhnd_nvram_store_export_child(struct bhnd_nvram_store *sc, bhnd_nvstore_path *top, bhnd_nvstore_path *child, bhnd_nvram_plist *plist, uint32_t flags) argument
[all...]
/freebsd-13-stable/contrib/one-true-awk/
H A Dawkgram.y65 %type <p> pas pattern ppattern plist pplist patlist prarg term re
213 | '(' plist ')' IN varname { $$ = op2(INTEST, $2, makearr($5)); }
240 | '(' plist ')' IN varname { $$ = op2(INTEST, $2, makearr($5)); }
252 plist: label
254 | plist comma pattern { $$ = linkum($1, $3); }
265 | '(' plist ')' { $$ = $2; }
/freebsd-13-stable/sys/sys/
H A Daio.h129 TAILQ_ENTRY(kaiocb) plist; /* (a) lists of pending / done jobs */ member in struct:kaiocb
/freebsd-13-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
583 #define ACPI_WARN_PREDEFINED(plist)
584 #define ACPI_INFO_PREDEFINED(plist)
585 #define ACPI_BIOS_ERROR_PREDEFINED(plist)
[all...]
/freebsd-13-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-13-stable/sys/arm64/nvidia/tegra210/
H A Dtegra210_clk_pll.c168 #define DIV7_1(_id, cname, plist, o, s) \
172 .clkdef.parent_names = (const char *[]){plist}, \
183 #define DIV5_E(_id, cname, plist, o, s) \
187 .clkdef.parent_names = (const char *[]){plist}, \
196 #define DIV_TB(_id, cname, plist, o, s, n, table) \
200 .clkdef.parent_names = (const char *[]){plist}, \
211 #define GATE(_id, cname, plist, o, s) \
215 .clkdef.parent_names = (const char *[]){plist}, \
225 #define GATE_PLL(_id, cname, plist, o, s) \
229 .clkdef.parent_names = (const char *[]){plist}, \
[all...]
H A Dtegra210_clk_per.c74 #define GATE(_id, cname, plist, _idx) \
78 .clkdef.parent_names = (const char *[]){plist}, \
/freebsd-13-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-13-stable/contrib/googletest/googletest/
H A DMakefile.am143 xcode/Resources/Info.plist \
150 xcode/Samples/FrameworkSample/Info.plist \
/freebsd-13-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-13-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.c278 plist(&shvhed, flags);
1107 plist(struct varent *p, int what) function
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp242 kmp_depnode_list_t *plist) {
243 if (!plist)
247 for (kmp_depnode_list_t *p = plist; p; p = p->next) {
240 __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-13-stable/usr.sbin/ndp/
H A Dndp.c143 static void plist(void);
262 plist();
1106 plist() function
/freebsd-13-stable/crypto/openssh/
H A Dssh-keygen.c1680 char valid[64], *otmp, *tmp, *cp, *out, *comment, **plist = NULL; local
1735 plist = NULL;
1737 plist = xreallocarray(plist, n + 1, sizeof(*plist));
1738 if (*(plist[n] = xstrdup(cp)) == '\0')
1764 public->cert->principals = plist;
/freebsd-13-stable/contrib/libpcap/
H A DMakefile.in236 ChmodBPF/StartupParameters.plist \
300 org.tcpdump.chmod_bpf.plist \
356 rpcapd/org.tcpdump.rpcapd.plist \
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dcms.h297 STACK_OF(GENERAL_NAMES) **plist,
/freebsd-13-stable/sys/kern/
H A Dvfs_aio.c513 TAILQ_REMOVE(&ki->kaio_done, job, plist);
615 TAILQ_REMOVE(&ki->kaio_jobqueue, job, plist);
654 TAILQ_FOREACH_SAFE(job, &ki->kaio_jobqueue, plist, jobn) {
891 TAILQ_INSERT_TAIL(&ki->kaio_done, job, plist);
1042 TAILQ_REMOVE(&ki->kaio_jobqueue, job, plist);
1723 TAILQ_INSERT_TAIL(&ki->kaio_jobqueue, job, plist);
1814 TAILQ_FOREACH(job2, &ki->kaio_jobqueue, plist) {
1917 TAILQ_FOREACH(job, &ki->kaio_done, plist) {
2070 TAILQ_FOREACH_SAFE(job, &ki->kaio_jobqueue, plist, jobn) {
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_sas.c1697 struct unmap_parm_list *plist; local
1712 plist = malloc(csio->dxfer_len, M_MPR, M_ZERO|M_NOWAIT);
1713 if (!plist) {
1720 bcopy(csio->data_ptr, plist, csio->dxfer_len);
1725 ndesc = be16toh(plist->unmap_blk_desc_data_len) >> 4;
1761 htole32(be32toh(plist->desc[i].nlb));
1763 htole64(be64toh(plist->desc[i].slba));
1819 free(plist, M_MPR);
/freebsd-13-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_clk_per.c79 #define GATE(_id, cname, plist, _idx) \
83 .clkdef.parent_names = (const char *[]){plist}, \

Completed in 314 milliseconds

123