Searched refs:plist (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.h48 bhnd_nvram_plist *bhnd_nvram_plist_retain(bhnd_nvram_plist *plist);
49 void bhnd_nvram_plist_release(bhnd_nvram_plist *plist);
51 bhnd_nvram_plist *bhnd_nvram_plist_copy(bhnd_nvram_plist *plist);
53 size_t bhnd_nvram_plist_count(bhnd_nvram_plist *plist);
55 int bhnd_nvram_plist_append_list(bhnd_nvram_plist *plist,
58 int bhnd_nvram_plist_append(bhnd_nvram_plist *plist,
60 int bhnd_nvram_plist_append_val(bhnd_nvram_plist *plist,
62 int bhnd_nvram_plist_append_bytes(bhnd_nvram_plist *plist,
65 int bhnd_nvram_plist_append_string(bhnd_nvram_plist *plist,
68 int bhnd_nvram_plist_replace(bhnd_nvram_plist *plist,
[all...]
H A Dbhnd_nvram_plist.c50 bhnd_nvram_plist *plist, const char *name);
64 bhnd_nvram_plist *plist; local
66 plist = bhnd_nv_calloc(1, sizeof(*plist));
67 if (plist == NULL)
71 plist->refs = 1;
74 plist->num_entries = 0;
75 TAILQ_INIT(&plist->entries);
78 for (size_t i = 0; i < nitems(plist->names); i++)
79 LIST_INIT(&plist
93 bhnd_nvram_plist_retain(bhnd_nvram_plist *plist) argument
109 bhnd_nvram_plist_release(bhnd_nvram_plist *plist) argument
139 bhnd_nvram_plist_copy(bhnd_nvram_plist *plist) argument
172 bhnd_nvram_plist_count(bhnd_nvram_plist *plist) argument
184 bhnd_nvram_plist_contains(bhnd_nvram_plist *plist, const char *name) argument
208 bhnd_nvram_plist_replace(bhnd_nvram_plist *plist, bhnd_nvram_prop *prop) argument
242 bhnd_nvram_plist_replace_val(bhnd_nvram_plist *plist, const char *name, bhnd_nvram_val *val) argument
279 bhnd_nvram_plist_replace_bytes(bhnd_nvram_plist *plist, const char *name, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
312 bhnd_nvram_plist_replace_string(bhnd_nvram_plist *plist, const char *name, const char *val) argument
326 bhnd_nvram_plist_remove(bhnd_nvram_plist *plist, const char *name) argument
358 bhnd_nvram_plist_get_entry(bhnd_nvram_plist *plist, const char *name) argument
387 bhnd_nvram_plist_append_list(bhnd_nvram_plist *plist, bhnd_nvram_plist *tail) argument
412 bhnd_nvram_plist_append(bhnd_nvram_plist *plist, bhnd_nvram_prop *prop) argument
458 bhnd_nvram_plist_append_val(bhnd_nvram_plist *plist, const char *name, bhnd_nvram_val *val) argument
488 bhnd_nvram_plist_append_bytes(bhnd_nvram_plist *plist, const char *name, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
516 bhnd_nvram_plist_append_string(bhnd_nvram_plist *plist, const char *name, const char *val) argument
535 bhnd_nvram_plist_next(bhnd_nvram_plist *plist, bhnd_nvram_prop *prop) argument
572 bhnd_nvram_plist_get_prop(bhnd_nvram_plist *plist, const char *name) argument
593 bhnd_nvram_plist_get_val(bhnd_nvram_plist *plist, const char *name) argument
626 bhnd_nvram_plist_get_encoded(bhnd_nvram_plist *plist, const char *name, void *outp, size_t olen, bhnd_nvram_type otype) argument
651 bhnd_nvram_plist_get_char(bhnd_nvram_plist *plist, const char *name, u_char *val) argument
672 bhnd_nvram_plist_get_uint8(bhnd_nvram_plist *plist, const char *name, uint8_t *val) argument
693 bhnd_nvram_plist_get_uint16(bhnd_nvram_plist *plist, const char *name, uint16_t *val) argument
714 bhnd_nvram_plist_get_uint32(bhnd_nvram_plist *plist, const char *name, uint32_t *val) argument
735 bhnd_nvram_plist_get_uint64(bhnd_nvram_plist *plist, const char *name, uint64_t *val) argument
756 bhnd_nvram_plist_get_bool(bhnd_nvram_plist *plist, const char *name, bool *val) argument
[all...]
H A Dbhnd_nvram_store.c76 bhnd_nvram_plist *plist,
89 bhnd_nvram_plist *plist,
518 * declaration to @p plist.
524 * @param plist The property list to which @p path's devpath
536 bhnd_nvstore_path *path, const char *devpath, bhnd_nvram_plist *plist,
556 error = bhnd_nvram_plist_append_string(plist, pathvar, devpath);
581 if (!bhnd_nvram_plist_contains(plist, pathvar))
594 error = bhnd_nvram_plist_append_string(plist, pathvar, devpath);
601 * Export a single @p child path's properties, appending the result to @p plist.
606 * @param plist Th
535 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
616 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-current/sys/dev/cfe/
H A Dcfe_api.c123 xiocb.plist.xiocb_cpuctl.cpu_number = cpu;
124 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_START;
125 xiocb.plist.xiocb_cpuctl.gp_val = gp;
126 xiocb.plist.xiocb_cpuctl.sp_val = sp;
127 xiocb.plist.xiocb_cpuctl.a1_val = a1;
128 xiocb.plist.xiocb_cpuctl.start_addr = (long)fn;
147 xiocb.plist.xiocb_cpuctl.cpu_number = cpu;
148 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_STOP;
167 xiocb.plist.xiocb_envbuf.enum_idx = idx;
168 xiocb.plist
[all...]
H A Dcfe_api_int.h167 } plist; member in struct:cfe_xiocb_s
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dpcache.c42 struct krb5_plugin * plist = NULL; local
47 &plist);
51 for (p = plist; p != NULL; p = _krb5_plugin_get_next(p)) {
63 _krb5_plugin_free(plist);
/freebsd-current/tools/tools/scsi-defects/
H A Dscsi-defects.pl57 if ($ARGV[1] =~ /^[Gg]/) { $glist = 1; $plist = 0; }
58 elsif ($ARGV[1] =~ /^[Pp]/) { $glist = 0; $plist = 1; }
61 $glist = 1; $plist = 0;
65 "-c '{ Op code} 37 0 0:3 v:1 v:1 5:3 0 0 0 0 4:i2 0' $plist $glist " .
81 "-c '{ Op code} 37 0 0:3 v:1 v:1 5:3 0 0 0 0 v:i2 0' $plist $glist " .
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacoutput.h342 * the plist contains a set of parens to allow variable-length lists.
345 #define ACPI_INFO(plist) AcpiInfo plist
346 #define ACPI_WARNING(plist) AcpiWarning plist
347 #define ACPI_EXCEPTION(plist) AcpiException plist
348 #define ACPI_ERROR(plist) AcpiError plist
349 #define ACPI_BIOS_WARNING(plist) AcpiBiosWarnin
[all...]
/freebsd-current/tools/test/stress2/tools/
H A Dsplitall.sh56 plist=`cat $part | tr '\n' ' '`
58 echo "./all.sh -onc $plist"
60 ./all.sh -onc $plist
/freebsd-current/contrib/netbsd-tests/net/npf/
H A Dt_npf.sh32 atf_check -o ignore -e ignore npfctl debug "$(atf_get_srcdir)/npftest.conf" ./npf.plist
33 atf_check -o ignore npftest -c npf.plist -T "${name}"
/freebsd-current/sbin/devfs/
H A Ddevfs.c187 STAILQ_HEAD(, ptrstq) plist;
195 STAILQ_INIT(&plist);
203 STAILQ_INSERT_TAIL(&plist, pt, tq);
208 assert(STAILQ_FIRST(&plist)->ptr == wline);
212 for (ap = *avp; !STAILQ_EMPTY(&plist);) {
213 pt = STAILQ_FIRST(&plist);
217 STAILQ_REMOVE_HEAD(&plist, tq);
/freebsd-current/usr.bin/rpcgen/
H A Drpc_parse.c138 proc_list *plist; local
157 plist = XALLOC(proc_list);
158 get_type(&plist->res_prefix, &plist->res_type,
160 if (streq(plist->res_type, "opaque")) {
164 plist->proc_name = tok.str;
178 plist->args.decls = decls;
205 plist->proc_num = tok.str;
206 plist->arg_num = num_args;
207 *ptailp = plist;
[all...]
H A Drpc_hout.c155 proc_list *plist; local
159 for (plist = vers->procs; plist != NULL;
160 plist = plist->next) {
162 if (!newstyle || plist->arg_num < 2) {
165 name = plist->args.argname;
167 for (l = plist->args.decls;
H A Drpc_cout.c146 print_prog_header(proc_list *plist) argument
148 print_generic_header(plist->args.argname, 1);
290 proc_list *plist; local
293 for (plist = vlist->procs; plist != NULL; plist = plist->next) {
294 if (!newstyle || plist->arg_num < 2)
296 print_prog_header(plist);
297 for (dl = plist
[all...]
/freebsd-current/sys/kern/
H A Dsubr_memdesc.c101 plist_copyback(struct bus_dma_segment *plist, int sglist_cnt, int off, argument
107 while (plist->ds_len <= off) {
110 off -= plist->ds_len;
111 plist++;
120 if (todo > plist->ds_len - off)
121 todo = plist->ds_len - off;
123 phys_copyback(plist->ds_addr, off, todo, p);
125 plist++;
249 plist_copydata(struct bus_dma_segment *plist, int sglist_cnt, int off, argument
255 while (plist
521 plist_ext_mbuf(memdesc_alloc_extpg_mbuf_t *extpg_alloc, void *cb_arg, int how, struct bus_dma_segment *plist, u_int sglist_cnt, size_t offset, size_t len, size_t *actual_len, bool can_truncate) argument
[all...]
/freebsd-current/sys/arm/nvidia/tegra124/
H A Dtegra124_car.c77 #define DIV7_1(_id, cname, plist, o, s) \
81 .clkdef.parent_names = (const char *[]){plist}, \
92 #define DIV(_id, cname, plist, o, s, w, f) \
96 .clkdef.parent_names = (const char *[]){plist}, \
106 #define GATE_PLL(_id, cname, plist, o, s) \
110 .clkdef.parent_names = (const char *[]){plist}, \
121 #define GATE(_id, cname, plist, o, s) \
125 .clkdef.parent_names = (const char *[]){plist}, \
136 #define GATE_INV(_id, cname, plist, o, s) \
140 .clkdef.parent_names = (const char *[]){plist}, \
[all...]
/freebsd-current/sys/arm64/nvidia/tegra210/
H A Dtegra210_car.c78 #define DIV7_1(_id, cname, plist, o, s) \
82 .clkdef.parent_names = (const char *[]){plist}, \
93 #define DIV(_id, cname, plist, o, s, w, f) \
97 .clkdef.parent_names = (const char *[]){plist}, \
107 #define GATE_PLL(_id, cname, plist, o, s) \
111 .clkdef.parent_names = (const char *[]){plist}, \
122 #define GATE(_id, cname, plist, o, s) \
126 .clkdef.parent_names = (const char *[]){plist}, \
137 #define GATE_INV(_id, cname, plist, o, s) \
141 .clkdef.parent_names = (const char *[]){plist}, \
[all...]
/freebsd-current/contrib/ntp/ntpdc/
H A Dntpdc_ops.c354 struct info_peer_list *plist; local
362 &itemsize, (void *)&plist, 0,
381 SET_ADDR(paddr, plist->v6_flag, plist->addr, plist->addr6);
383 ((pcmd->argval->ival == 6) && (plist->v6_flag != 0)) ||
384 ((pcmd->argval->ival == 4) && (plist->v6_flag == 0)))
389 modetoa(plist->hmode), strhost);
395 plist++;
437 struct info_peer_summary *plist; local
690 struct info_peer_list *pl, plist[min(MAXARGS, 4)]; local
763 struct info_peer_list *pl, plist[min(MAXARGS, 4)]; local
1491 struct conf_unpeer *pl, plist[min(MAXARGS, 8)]; local
2159 struct conf_unpeer *pl, plist[min(MAXARGS, 8)]; local
[all...]
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swrun_tbl.c325 struct kinfo_proc *plist, *kp; local
330 plist = kvm_getprocs(hr_kd, KERN_PROC_ALL, 0, &nproc);
331 if (plist == NULL || nproc < 0) {
335 for (i = 0, kp = plist; i < nproc; i++, kp++) {
428 struct kinfo_proc *plist; local
456 plist = kvm_getprocs(hr_kd, KERN_PROC_PID,
458 if (plist == NULL || nproc != 1) {
462 kinfo_proc_to_swrun_entry(plist, entry);
472 struct kinfo_proc *plist; local
523 plist
[all...]
/freebsd-current/tools/tools/sysbuild/
H A Dsysbuild.sh188 true > /tmp/_.plist
189 true > /tmp/_.plist.tdone
190 echo 'digraph {' > /tmp/_.plist.dot
192 if grep -q "^$t\$" /tmp/_.plist.tdone ; then
195 echo "$t" >> /tmp/_.plist.tdone
218 echo "\"$t\" -> \"$d\"" >> /tmp/_.plist.dot
220 if grep -q "^$d\$" /tmp/_.plist ; then
222 elif grep -q "^$d\$" /tmp/_.plist.tdone ; then
235 echo "$d" >> /tmp/_.plist
239 echo '}' >> /tmp/_.plist
[all...]
/freebsd-current/share/mk/
H A Dbsd.clang-analyze.mk13 # html - generate html in obj.plist/ directories.
14 # plist - generate xml obj.plist files.
/freebsd-current/sys/sys/
H A Dmemdesc.h107 memdesc_plist(struct bus_dma_segment *plist, int sglist_cnt) argument
111 mem.u.md_list = plist;
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_ess.c194 STACK_OF(GENERAL_NAMES) **plist,
202 if (plist != NULL)
203 *plist = NULL;
207 if (plist != NULL)
208 *plist = rr->receiptsFrom->d.receiptList;
191 CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr, ASN1_STRING **pcid, int *pallorfirst, STACK_OF(GENERAL_NAMES) **plist, STACK_OF(GENERAL_NAMES) **prto) argument
/freebsd-current/bin/pkill/
H A Dpkill.c95 static struct kinfo_proc *plist; variable in typeref:struct:kinfo_proc
350 plist = kvm_getprocs(kd, KERN_PROC_PID, pidfromfile, &nproc);
352 plist = kvm_getprocs(kd, KERN_PROC_PROC, 0, &nproc);
353 if (plist == NULL) {
379 for (i = 0, kp = plist; i < nproc; i++, kp++) {
428 for (i = 0, kp = plist; i < nproc; i++, kp++) {
530 for (i = 0, kp = plist; i < nproc; i++, kp++) {
553 for (i = 0, kp = plist; i < nproc; i++, kp++) {
583 for (i = 0, rv = 0, kp = plist; i < nproc; i++, kp++) {
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c734 struct pglist plist; local
757 TAILQ_INIT(&plist);
758 npages = ttm_page_pool_get_pages(pool, &plist, flags, cstate, npages);
760 TAILQ_FOREACH(p, &plist, plinks.q) {
766 TAILQ_FOREACH(p, &plist, plinks.q) {
776 TAILQ_INIT(&plist);
777 r = ttm_alloc_new_pages(&plist, gfp_flags, flags, cstate,
779 TAILQ_FOREACH(p, &plist, plinks.q) {

Completed in 215 milliseconds

123