/src/tests/lib/libppath/ |
Makefile | 13 .SUFFIXES: .plist .h 15 .plist.h: 18 .plist.c:
|
/src/tools/installboot/ |
Makefile | 28 install: .PHONY install.${_d}.boards.plist 29 install.${_d}.boards.plist: .PHONY ${BOARDDB_DSTDIR}/${_d}/boards.plist 30 ${BOARDDB_DSTDIR}/${_d}/boards.plist: ${BOARDDB_SRCDIR}/${_d}/boards.plist
|
/src/lib/libperfuse/ |
subr.c | 291 struct perfuse_node_hashlist *plist; local in function:perfuse_node_bynodeid 294 plist = perfuse_nidhash(ps, nodeid); 296 LIST_FOREACH(pnd, plist, pnd_nident)
|
/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/sbin/iscsid/ |
iscsid_lists.c | 321 generic_list_t *plist; local in function:get_list 333 plist = &list[par->list_kind].list; 355 TAILQ_FOREACH(curr, plist, link) 511 generic_list_t *plist; local in function:get_session_list 520 plist = &list[SESSION_LIST].list; 541 TAILQ_FOREACH(curr, plist, link) {
|
iscsid_discover.c | 920 generic_list_t *plist; local in function:dereg_all_isns_servers 923 plist = &list[ISNS_LIST].list; 924 TAILQ_FOREACH(curr, plist, link)
|
/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/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/sys/net/npf/ |
npf_params.c | 109 npf_param_t *plist = paramreg->params; local in function:npf_param_fini 115 npf_param_t *param = &plist[i];
|
/src/bin/csh/ |
set.c | 842 plist(struct varent *p) function in typeref:typename:void
|
/src/sys/dev/sysmon/ |
sysmon_power.c | 623 struct plistref *plist = (struct plistref *)data; local in function:sysmonioctl_power 656 error = prop_dictionary_copyout_ioctl(plist,
|
sysmon_envsys.c | 201 struct plistref *plist = (struct plistref *)data; local in function:sysmonioctl_envsys 224 error = prop_dictionary_copyout_ioctl(plist, cmd, sme_propd); 232 const struct plistref *plist = (const struct plistref *)data; local in function:sysmonioctl_envsys 245 error = prop_dictionary_copyin_ioctl(plist, cmd, &udict); 340 const struct plistref *plist = (const struct plistref *)data; local in function:sysmonioctl_envsys 347 error = prop_dictionary_copyin_ioctl(plist, cmd, &udict);
|
/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++) {
|
/src/sys/arch/evbmips/stand/sbmips/common/ |
cfe_api_int.h | 166 } plist; member in struct:cfe_xiocb_s
|
/src/sys/arch/mips/cfe/ |
cfe_api_int.h | 166 } plist; member in struct:cfe_xiocb_s
|
/src/sys/arch/sbmips/stand/common/ |
cfe_api_int.h | 166 } plist; member in struct:cfe_xiocb_s
|
/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_page_alloc.c | 838 struct list_head plist; local in function:ttm_get_pages 907 INIT_LIST_HEAD(&plist); 908 ttm_page_pool_get_pages(huge, &plist, flags, cstate, 912 list_for_each_entry(p, &plist, lru) { 921 INIT_LIST_HEAD(&plist); 922 r = ttm_page_pool_get_pages(pool, &plist, flags, cstate, 926 list_for_each_entry(p, &plist, lru) {
|
/src/usr.sbin/npf/npfctl/ |
npf_show.c | 459 npfctl_print_filter_generic(npf_conf_info_t *ctx, uint32_t plist) 461 assert(plist < LIST_COUNT); 462 elem_list_t *list = &ctx->list[plist]; 477 unsigned plist; member in struct:npfctl_print_filter_seg::__anon02366b2e0508 483 .plist = LIST_SPORT, 489 .plist = LIST_DPORT, 507 list = &ctx->list[refs[which].plist];
|
/src/sys/arch/arm/arm32/ |
pmap.c | 6771 struct pglist plist; local in function:pmap_l1tt_alloc 6776 int error = uvm_pglistalloc(L1TT_SIZE, 0, -1, L1TT_SIZE, 0, &plist, 1, 6781 struct vm_page *pg = TAILQ_FIRST(&plist); 6849 struct pglist plist; local in function:pmap_postinit 6874 physical_end, L1_TABLE_SIZE, 0, &plist, 1, 1); 6878 m = TAILQ_FIRST(&plist);
|