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

123

/freebsd-9.3-release/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...]
/freebsd-9.3-release/usr.sbin/pkg_install/create/
H A Dperform.c49 Package plist; local
139 plist.head = plist.tail = NULL;
178 add_plist_top(&plist, PLIST_DEPORIGIN, ++deporigin);
180 add_plist_top(&plist, PLIST_PKGDEP, deps[i]);
197 add_plist(&plist, PLIST_CONFLICTS, cp);
210 add_plist(&plist, PLIST_SRC, SrcDir);
214 read_plist(&plist, pkg_in);
222 add_plist_top(&plist, PLIST_CWD, resolved_prefix);
224 add_plist_top(&plist, PLIST_CW
354 make_dist(const char *homedir, const char *pkg, const char *suff, Package *plist) argument
526 Package plist; local
566 Package plist; local
[all...]
/freebsd-9.3-release/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-9.3-release/sys/contrib/dev/acpica/include/
H A Dacoutput.h212 * the plist contains a set of parens to allow variable-length lists.
215 #define ACPI_INFO(plist) AcpiInfo plist
216 #define ACPI_WARNING(plist) AcpiWarning plist
217 #define ACPI_EXCEPTION(plist) AcpiException plist
218 #define ACPI_ERROR(plist) AcpiError plist
225 #define ACPI_INFO(plist)
[all...]
/freebsd-9.3-release/usr.sbin/pkg_install/version/
H A Dperform.c146 Package plist; local
152 plist.head = plist.tail = NULL;
153 plist.name = plist.origin = NULL;
160 read_plist(&plist, fp);
162 if (plist.name == NULL) {
173 if (plist.origin != NULL && !UseINDEXOnly) {
174 snprintf(tmp, PATH_MAX, "%s/%s", PORTS_DIR, plist.origin);
179 show_version(plist, lates
269 show_version(Package plist, const char *latest, const char *source) argument
[all...]
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dplist.c125 * Delete plist item 'type' in the list (if 'name' is non-null, match it
184 * For an ascii string denoting a plist command, return its code and
302 warnx("plist format revision (%d.%d) is higher than supported"
319 PackingList plist = pkg->head; local
321 while (plist) {
322 switch(plist->type) {
324 fprintf(fp, "%s\n", plist->name);
328 fprintf(fp, "%ccwd %s\n", CMD_CHAR, (plist->name == NULL) ? "" : plist->name);
332 fprintf(fp, "%csrcdir %s\n", CMD_CHAR, plist
[all...]
H A DMakefile5 SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
/freebsd-9.3-release/usr.sbin/pkg_install/info/
H A Dshow.c87 show_plist(const char *title, Package *plist, plist_t type, Boolean showall) argument
97 p = plist->head;
224 show_files(const char *title, Package *plist) argument
233 p = plist->head;
265 show_size(const char *title, Package *plist) argument
283 for (p = plist->head; p != NULL; p = p->next) {
326 show_cksum(const char *title, Package *plist) argument
339 for (p = plist->head; p != NULL; p = p->next)
361 if (issymlink(tmp) && verscmp(plist, 1, 0) > 0) {
367 } else if (isfile(tmp) || verscmp(plist,
384 show_origin(const char *title, Package *plist) argument
396 show_fmtrev(const char *title, Package *plist) argument
[all...]
H A Dperform.c94 Package plist; local
166 plist.head = plist.tail = NULL;
174 read_plist(&plist, fp);
196 show_plist("Depends on:\n", &plist, PLIST_PKGDEP, FALSE);
204 show_plist("Packing list:\n", &plist, (plist_t)0, TRUE);
218 show_plist("Prefix(s):\n", &plist, PLIST_CWD, FALSE);
220 show_files("Files:\n", &plist);
222 show_size("Package Size:\n", &plist);
224 code += show_cksum("Mismatched Checksums:\n", &plist);
[all...]
/freebsd-9.3-release/sbin/devfs/
H A Ddevfs.c188 STAILQ_HEAD(, ptrstq) plist;
196 STAILQ_INIT(&plist);
204 STAILQ_INSERT_TAIL(&plist, pt, tq);
209 assert(STAILQ_FIRST(&plist)->ptr == wline);
213 for (ap = *avp; !STAILQ_EMPTY(&plist);) {
214 pt = STAILQ_FIRST(&plist);
218 STAILQ_REMOVE_HEAD(&plist, tq);
/freebsd-9.3-release/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-9.3-release/usr.sbin/sysinstall/
H A Dindex.c48 /* A structure holding the root, top and plist pointer at once */
53 PkgNodePtr plist; /* list of selected packages */ member in struct:ListPtrs
392 index_init(PkgNodePtr top, PkgNodePtr plist) argument
401 if (plist) {
402 plist->next = plist->kids = NULL;
403 plist->name = "Package Targets";
404 plist->type = PLACE;
405 plist->desc = fetch_desc(plist
510 PkgNodePtr kp = self->data, plist = lists->plist; local
531 PkgNodePtr sp, kp = self->data, plist = lists->plist; local
596 index_menu(PkgNodePtr root, PkgNodePtr top, PkgNodePtr plist, int *pos, int *scroll) argument
[all...]
/freebsd-9.3-release/tools/tools/sysbuild/
H A Dsysbuild.sh169 true > /tmp/_.plist
170 true > /tmp/_.plist.tdone
171 echo 'digraph {' > /tmp/_.plist.dot
173 if grep -q "^$t\$" /tmp/_.plist.tdone ; then
176 echo "$t" >> /tmp/_.plist.tdone
188 echo "\"$t\" -> \"$d\"" >> /tmp/_.plist.dot
190 if grep -q "^$d\$" /tmp/_.plist ; then
192 elif grep -q "^$d\$" /tmp/_.plist.tdone ; then
199 echo "$d" >> /tmp/_.plist
203 echo '}' >> /tmp/_.plist
[all...]
/freebsd-9.3-release/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...]
/freebsd-9.3-release/share/mk/
H A Dbsd.pkg.mk41 generate-plist check-already-installed \
45 add-plist-info post-install post-install-script \
/freebsd-9.3-release/sys/sys/
H A Dmemdesc.h102 memdesc_plist(struct bus_dma_segment *plist, int sglist_cnt) argument
106 mem.u.md_list = plist;
/freebsd-9.3-release/usr.sbin/wpa/wpa_supplicant/
H A DPacket32.c244 char *plist; local
248 plist = namelist;
251 bzero(plist, *len);
287 strncpy(plist, sdl->sdl_data, sdl->sdl_nlen);
288 plist += (sdl->sdl_nlen + 1);
299 plist++;
320 strncpy(plist, sdl->sdl_data, sdl->sdl_nlen);
321 plist += (sdl->sdl_nlen + 1);
/freebsd-9.3-release/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-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_ess.c168 STACK_OF(GENERAL_NAMES) **plist,
176 if (plist)
177 *plist = NULL;
181 if (plist)
182 *plist = rr->receiptsFrom->d.receiptList;
165 CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr, ASN1_STRING **pcid, int *pallorfirst, STACK_OF(GENERAL_NAMES) **plist, STACK_OF(GENERAL_NAMES) **prto) argument
/freebsd-9.3-release/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)))
386 modetoa(plist->hmode),
388 plist++;
430 struct info_peer_summary *plist; local
681 struct info_peer_list *pl, plist[min(MAXARGS, 4)]; local
754 struct info_peer_list *pl, plist[min(MAXARGS, 4)]; local
1482 struct conf_unpeer *pl, plist[min(MAXARGS, 8)]; local
2150 struct conf_unpeer *pl, plist[min(MAXARGS, 8)]; local
[all...]
/freebsd-9.3-release/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-9.3-release/crypto/heimdal/packages/mac/
H A Dmac.sh38 --info ${base}/Info.plist \
/freebsd-9.3-release/bin/pkill/
H A Dpkill.c94 static struct kinfo_proc *plist; variable in typeref:struct:kinfo_proc
321 plist = kvm_getprocs(kd, KERN_PROC_PROC, 0, &nproc);
322 if (plist == NULL) {
348 for (i = 0, kp = plist; i < nproc; i++, kp++) {
397 for (i = 0, kp = plist; i < nproc; i++, kp++) {
499 for (i = 0, kp = plist; i < nproc; i++, kp++) {
522 for (i = 0, kp = plist; i < nproc; i++, kp++) {
552 for (i = 0, rv = 0, kp = plist; i < nproc; i++, kp++) {

Completed in 157 milliseconds

123