| /src/sys/arch/evbmips/stand/sbmips/common/ | 
| cfe_api.c | 121     xiocb.plist.xiocb_cpuctl.cpu_number = cpu; 122     xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_START;
 123     xiocb.plist.xiocb_cpuctl.gp_val = gp;
 124     xiocb.plist.xiocb_cpuctl.sp_val = sp;
 125     xiocb.plist.xiocb_cpuctl.a1_val = a1;
 126     xiocb.plist.xiocb_cpuctl.start_addr = (long)fn;
 145     xiocb.plist.xiocb_cpuctl.cpu_number = cpu;
 146     xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_STOP;
 165     xiocb.plist.xiocb_envbuf.enum_idx = idx;
 166     xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name)
 [all...]
 | 
| cfe_api_int.h | 166     } plist;  member in struct:cfe_xiocb_s 
 | 
| /src/sys/arch/mips/cfe/ | 
| cfe_api.c | 124     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.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name)
 [all...]
 | 
| cfe_api_int.h | 166     } plist;  member in struct:cfe_xiocb_s 
 | 
| /src/sys/arch/sbmips/stand/common/ | 
| cfe_api.c | 121     xiocb.plist.xiocb_cpuctl.cpu_number = cpu; 122     xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_START;
 123     xiocb.plist.xiocb_cpuctl.gp_val = gp;
 124     xiocb.plist.xiocb_cpuctl.sp_val = sp;
 125     xiocb.plist.xiocb_cpuctl.a1_val = a1;
 126     xiocb.plist.xiocb_cpuctl.start_addr = (long)fn;
 145     xiocb.plist.xiocb_cpuctl.cpu_number = cpu;
 146     xiocb.plist.xiocb_cpuctl.cpu_command = CFE_CPU_CMD_STOP;
 165     xiocb.plist.xiocb_envbuf.enum_idx = idx;
 166     xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name)
 [all...]
 | 
| cfe_api_int.h | 166     } plist;  member in struct:cfe_xiocb_s 
 | 
| /src/sys/external/bsd/drm2/dist/drm/i915/ | 
| i915_scheduler.h | 18 #define priolist_for_each_request(it, plist, idx) \ 19 	for (idx = 0; idx < ARRAY_SIZE((plist)->requests); idx++) \
 20 		list_for_each_entry(it, &(plist)->requests[idx], sched.link)
 22 #define priolist_for_each_request_consume(it, n, plist, idx) \
 24 	     (plist)->used ? (idx = __ffs((plist)->used)), 1 : 0; \
 25 	     (plist)->used &= ~BIT(idx)) \
 27 					 &(plist)->requests[idx], \
 
 | 
| /src/sys/external/bsd/acpica/dist/include/ | 
| acoutput.h | 343  * the plist contains a set of parens to allow variable-length lists. 346 #define ACPI_INFO(plist)                AcpiInfo plist
 347 #define ACPI_WARNING(plist)             AcpiWarning plist
 348 #define ACPI_WARNING_ONCE(plist)        ACPI_ONCE(AcpiWarning, plist)
 349 #define ACPI_EXCEPTION(plist)           AcpiException plist
 350 #define ACPI_ERROR(plist)               AcpiError plis
 [all...]
 | 
| /src/share/installboot/evbarm/ | 
| Makefile | 8 FILES=		boards.plist 
 | 
| /src/share/installboot/evbmips/ | 
| Makefile | 8 FILES=		boards.plist 
 | 
| /src/share/installboot/riscv/ | 
| Makefile | 8 FILES=		boards.plist 
 | 
| /src/tests/lib/libppath/ | 
| Makefile | 13 .SUFFIXES: .plist .h 15 .plist.h:
 18 .plist.c:
 
 | 
| /src/tests/net/npf/ | 
| t_npf.sh | 33 		atf_check -o ignore -e ignore npfctl debug -c "$(atf_get_srcdir)/npftestl3.conf" -o ./npf.plist 35 		atf_check -o ignore -e ignore npfctl debug -c "$(atf_get_srcdir)/npftest.conf" -o ./npf.plist
 38 	atf_check -o ignore npftest -c npf.plist -T "${name}"
 
 | 
| /src/distrib/syspkg/sets/text/ | 
| Makefile | 12 TARGETS+=plist 
 | 
| /src/distrib/syspkg/sets/games/ | 
| Makefile | 15 TARGETS+=plist 
 | 
| /src/bin/ksh/ | 
| path.c | 50 	char	*plist;  local in function:make_path 71 		plist = *cdpathp;
 72 		if (!plist)
 77 			for (pend = plist; *pend && *pend != PATHSEP; pend++)
 79 			plen = pend - plist;
 83 		if ((use_cdpath == 0 || !plen || ISRELPATH(plist))
 96 			memcpy(xp, plist, plen);
 98 			if (!ISDIRSEP(plist[plen - 1]))
 
 | 
| /src/usr.bin/rpcgen/ | 
| rpc_hout.c | 175 	proc_list *plist;  local in function:pargdef 180 		for (plist = vers->procs; plist != NULL; plist = plist->next) {
 181 			if (!newstyle || plist->arg_num < 2) {
 184 			name = plist->args.argname;
 186 			for (l = plist->args.decls;
 196 		for (plist = vers->procs; plist != NULL; plist = plist->next)
 [all...]
 | 
| rpc_parse.c | 155 	proc_list *plist;  local in function:def_program 174 			plist = ALLOC(proc_list);
 175 			get_type(&plist->res_prefix, &plist->res_type,
 177 			if (streq(plist->res_type, "opaque")) {
 181 			plist->proc_name = tok.str;
 193 			plist->args.decls = decls;
 220 			plist->proc_num = tok.str;
 221 			plist->arg_num = num_args;
 222 			*ptailp = plist;
 [all...]
 | 
| rpc_cout.c | 166 print_prog_header(proc_list *plist) 168 	print_generic_header(plist->args.argname, 1);
 318 	proc_list *plist;  local in function:emit_program
 321 		for (plist = vlist->procs; plist != NULL; plist = plist->next) {
 322 			if (!newstyle || plist->arg_num < 2)
 325 			print_prog_header(plist);
 326 			for (dl = plist->args.decls; dl != NULL
 [all...]
 | 
| /src/tools/pkg_install/lib/ | 
| Makefile | 11 	pkgdb.c pkg_io.c plist.c remove.c \ 
 | 
| /src/distrib/syspkg/sets/misc/ | 
| Makefile | 24 TARGETS+=plist 
 | 
| /src/distrib/sets/ | 
| makeplist | 11 # 	setname pkgname	set and package to build plist for 27 	-p prefix	prefix for created plist		[${prefix}]
 29 	setname pkgname	set and package to build plist for
 
 | 
| syspkgdeps | 31 	-p prefix	prefix for created plist		[${prefix}] 
 | 
| /src/games/monop/ | 
| trade.c | 52 static const char	*plist[MAX_PRP+2];  variable in typeref:typename:const char * [] 124 			    plist);
 165 			plist[i++] = op->sqr->name;
 166 	plist[i++] = "done";
 167 	plist[i--] = 0;
 
 | 
| /src/usr.bin/pkill/ | 
| pkill.c | 85 static struct kinfo_proc2	*plist;  variable in typeref:struct:kinfo_proc2 * 287 	plist = kvm_getproc2(kd, KERN_PROC_ALL, 0, sizeof(*plist), &nproc);
 288 	if (plist == NULL)
 311 		for (i = 0, kp = plist; i < nproc; i++, kp++) {
 351 	for (i = 0, kp = plist; i < nproc; i++, kp++) {
 429 		for (i = 0, kp = plist; i < nproc; i++, kp++) {
 450 	for (i = 0, rv = 0, kp = plist; i < nproc; i++, kp++) {
 
 |