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

123

/freebsd-11-stable/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-11-stable/sys/dev/cfe/
H A Dcfe_api.c124 xiocb.plist.xiocb_cpuctl.cpu_number = cpu;
125 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_START;
126 xiocb.plist.xiocb_cpuctl.gp_val = gp;
127 xiocb.plist.xiocb_cpuctl.sp_val = sp;
128 xiocb.plist.xiocb_cpuctl.a1_val = a1;
129 xiocb.plist.xiocb_cpuctl.start_addr = (long)fn;
148 xiocb.plist.xiocb_cpuctl.cpu_number = cpu;
149 xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_STOP;
168 xiocb.plist.xiocb_envbuf.enum_idx = idx;
169 xiocb.plist
[all...]
H A Dcfe_api_int.h168 } plist; member in struct:cfe_xiocb_s
/freebsd-11-stable/tools/tools/scsi-defects/
H A Dscsi-defects.pl58 if ($ARGV[1] =~ /^[Gg]/) { $glist = 1; $plist = 0; }
59 elsif ($ARGV[1] =~ /^[Pp]/) { $glist = 0; $plist = 1; }
62 $glist = 1; $plist = 0;
66 "-c '{ Op code} 37 0 0:3 v:1 v:1 5:3 0 0 0 0 4:i2 0' $plist $glist " .
82 "-c '{ Op code} 37 0 0:3 v:1 v:1 5:3 0 0 0 0 v:i2 0' $plist $glist " .
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacoutput.h338 * the plist contains a set of parens to allow variable-length lists.
341 #define ACPI_INFO(plist) AcpiInfo plist
342 #define ACPI_WARNING(plist) AcpiWarning plist
343 #define ACPI_EXCEPTION(plist) AcpiException plist
344 #define ACPI_ERROR(plist) AcpiError plist
345 #define ACPI_BIOS_WARNING(plist) AcpiBiosWarnin
[all...]
/freebsd-11-stable/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-11-stable/sbin/devfs/
H A Ddevfs.c190 STAILQ_HEAD(, ptrstq) plist;
198 STAILQ_INIT(&plist);
206 STAILQ_INSERT_TAIL(&plist, pt, tq);
211 assert(STAILQ_FIRST(&plist)->ptr == wline);
215 for (ap = *avp; !STAILQ_EMPTY(&plist);) {
216 pt = STAILQ_FIRST(&plist);
220 STAILQ_REMOVE_HEAD(&plist, tq);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-utils.c509 char **plist; local
533 plist = (char **) alloca (string_count * sizeof (*plist));
537 plist[i] = list[i];
546 if (ch == *plist[i] || *plist[i] == '?')
548 ++plist[i];
549 if (*plist[i] == '\0')
558 plist[i] = list[i];
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_parse.c147 proc_list *plist; local
166 plist = XALLOC(proc_list);
167 get_type(&plist->res_prefix, &plist->res_type,
169 if (streq(plist->res_type, "opaque")) {
173 plist->proc_name = tok.str;
187 plist->args.decls = decls;
214 plist->proc_num = tok.str;
215 plist->arg_num = num_args;
216 *ptailp = plist;
[all...]
H A Drpc_hout.c165 proc_list *plist; local
169 for (plist = vers->procs; plist != NULL;
170 plist = plist->next) {
172 if (!newstyle || plist->arg_num < 2) {
175 name = plist->args.argname;
177 for (l = plist->args.decls;
H A Drpc_cout.c156 print_prog_header(proc_list *plist) argument
158 print_generic_header(plist->args.argname, 1);
300 proc_list *plist; local
303 for (plist = vlist->procs; plist != NULL; plist = plist->next) {
304 if (!newstyle || plist->arg_num < 2)
306 print_prog_header(plist);
307 for (dl = plist
[all...]
H A Drpc_sample.c250 return_type(proc_list *plist) argument
252 ptype(plist->res_prefix, plist->res_type, 1);
/freebsd-11-stable/sys/sys/
H A Dmemdesc.h102 memdesc_plist(struct bus_dma_segment *plist, int sglist_cnt) argument
106 mem.u.md_list = plist;
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DPacket32.c243 char *plist; local
247 plist = namelist;
250 bzero(plist, *len);
286 strncpy(plist, sdl->sdl_data, sdl->sdl_nlen);
287 plist += (sdl->sdl_nlen + 1);
298 plist++;
319 strncpy(plist, sdl->sdl_data, sdl->sdl_nlen);
320 plist += (sdl->sdl_nlen + 1);
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dhdb.cpp86 POINT *plist; /* pointer for reading in points */ local
125 plist = PTInit(); /* NULL point list */
135 (void) PTMakePoint(nx, y, &plist);
162 (void) PTMakePoint(nx, y, &plist);
170 (void) PTMakePoint(nx, y, &plist);
195 (void) DBCreateElt(type, plist, brush, size, txt, &elist);
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_ess.c167 STACK_OF(GENERAL_NAMES) **plist,
175 if (plist)
176 *plist = NULL;
180 if (plist)
181 *plist = rr->receiptsFrom->d.receiptList;
164 CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr, ASN1_STRING **pcid, int *pallorfirst, STACK_OF(GENERAL_NAMES) **plist, STACK_OF(GENERAL_NAMES) **prto) argument
/freebsd-11-stable/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-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swrun_tbl.c327 struct kinfo_proc *plist, *kp; local
332 plist = kvm_getprocs(hr_kd, KERN_PROC_ALL, 0, &nproc);
333 if (plist == NULL || nproc < 0) {
337 for (i = 0, kp = plist; i < nproc; i++, kp++) {
430 struct kinfo_proc *plist; local
458 plist = kvm_getprocs(hr_kd, KERN_PROC_PID,
460 if (plist == NULL || nproc != 1) {
464 kinfo_proc_to_swrun_entry(plist, entry);
474 struct kinfo_proc *plist; local
525 plist
[all...]
/freebsd-11-stable/tools/tools/sysbuild/
H A Dsysbuild.sh183 true > /tmp/_.plist
184 true > /tmp/_.plist.tdone
185 echo 'digraph {' > /tmp/_.plist.dot
187 if grep -q "^$t\$" /tmp/_.plist.tdone ; then
190 echo "$t" >> /tmp/_.plist.tdone
203 echo "\"$t\" -> \"$d\"" >> /tmp/_.plist.dot
205 if grep -q "^$d\$" /tmp/_.plist ; then
207 elif grep -q "^$d\$" /tmp/_.plist.tdone ; then
223 echo "$d" >> /tmp/_.plist
227 echo '}' >> /tmp/_.plist
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.clang-analyze.mk14 # html - generate html in obj.plist/ directories.
15 # plist - generate xml obj.plist files.
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c1216 /* Load the SystemVersion.plist or ServerVersion.plist file into a
1218 ServerVersion.plist. */
1223 "/System/Library/CoreServices/ServerVersion.plist"; local
1225 "/System/Library/CoreServices/SystemVersion.plist";
1228 CFPropertyListRef plist = NULL;
1235 /* Try to open the plist files to get the data */
1278 plist = CFPropertyListCreateWithData(kCFAllocatorDefault, resource,
1283 plist = CFPropertyListCreateFromXMLData(kCFAllocatorDefault, resource,
1291 if (!plist)
1301 value_from_dict(CFDictionaryRef plist, CFStringRef key, apr_pool_t *pool) argument
1403 CFDictionaryRef plist = system_version_plist(&server, pool); local
[all...]
/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_car.c80 #define DIV7_1(_id, cname, plist, o, s) \
84 .clkdef.parent_names = (const char *[]){plist}, \
95 #define DIV(_id, cname, plist, o, s, w, f) \
99 .clkdef.parent_names = (const char *[]){plist}, \
109 #define GATE_PLL(_id, cname, plist, o, s) \
113 .clkdef.parent_names = (const char *[]){plist}, \
124 #define GATE(_id, cname, plist, o, s) \
128 .clkdef.parent_names = (const char *[]){plist}, \
139 #define GATE_INV(_id, cname, plist, o, s) \
143 .clkdef.parent_names = (const char *[]){plist}, \
[all...]
/freebsd-11-stable/bin/pkill/
H A Dpkill.c98 static struct kinfo_proc *plist; variable in typeref:struct:kinfo_proc
326 plist = kvm_getprocs(kd, KERN_PROC_PID, pidfromfile, &nproc);
328 plist = kvm_getprocs(kd, KERN_PROC_PROC, 0, &nproc);
329 if (plist == NULL) {
355 for (i = 0, kp = plist; i < nproc; i++, kp++) {
404 for (i = 0, kp = plist; i < nproc; i++, kp++) {
506 for (i = 0, kp = plist; i < nproc; i++, kp++) {
529 for (i = 0, kp = plist; i < nproc; i++, kp++) {
559 for (i = 0, rv = 0, kp = plist; i < nproc; i++, kp++) {
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c737 struct pglist plist; local
760 TAILQ_INIT(&plist);
761 npages = ttm_page_pool_get_pages(pool, &plist, flags, cstate, npages);
763 TAILQ_FOREACH(p, &plist, plinks.q) {
769 TAILQ_FOREACH(p, &plist, plinks.q) {
779 TAILQ_INIT(&plist);
780 r = ttm_alloc_new_pages(&plist, gfp_flags, flags, cstate,
782 TAILQ_FOREACH(p, &plist, plinks.q) {
/freebsd-11-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; }

Completed in 213 milliseconds

123