Searched refs:ps (Results 151 - 175 of 550) sorted by relevance

1234567891011>>

/freebsd-current/lib/libiconv_modules/mapper_none/
H A Dcitrus_mapper_none.c93 void * __restrict ps __unused)
/freebsd-current/usr.bin/top/
H A Dmachine.h92 extern struct process_select ps;
/freebsd-current/lib/libc/iconv/
H A Dcitrus_none.c78 void * __restrict ps __unused)
87 void *ps __unused, size_t *nresult, struct iconv_hooks *hooks)
107 char *s, size_t n, _csid_t csid, _index_t idx, void *ps __unused,
223 void * __restrict ps __unused, int id,
/freebsd-current/bin/
H A DMakefile29 ps \
/freebsd-current/contrib/ntp/scripts/rc/
H A Dntpd29 if ps -Ao args|grep -q "^$NTPD $NTPD_OPTS"; then
50 if [ -n "`ps -p $PID|grep -v PID`" ]; then
/freebsd-current/tools/test/stress2/misc/
H A Dcontigmalloc2.sh66 int no, ps, res;
75 ps = getpagesize();
76 size = mw / 100 * 80 * ps; /* Use 80% of vm.max_user_wired */
86 size, size * ps / 1024 / 1024);
H A Darp.sh51 ps -l | grep -v grep | grep arp
H A Dmlockall5.sh90 int ps;
101 for (i = 0; i < (int)clen; i += ps)
152 ps = getpagesize();
H A Dfsync4.sh107 int fd, i, ps;
131 ps = getpagesize();
132 for (i = 0; i < SIZ; i += ps)
H A Dlargepage.sh69 static size_t ps[MAXPAGESIZES];
84 len = ps[idx];
129 nps = getpagesizes(ps, MAXPAGESIZES);
/freebsd-current/sys/dev/qcom_tlmm/
H A Dqcom_tlmm_var.h128 #define SDEF(n, r, ps, hs...) \
132 .pull_shift = ps, \
/freebsd-current/contrib/dma/
H A Ddns.c66 add_host(int pref, const char *host, int port, struct mx_hostentry **he, size_t *ps) argument
101 if (*ps + 1 >= roundup(*ps, count_inc)) {
102 size_t newsz = roundup(*ps + 2, count_inc);
108 p = &(*he)[*ps];
119 (*ps)++;
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_ddp.c113 free_pageset(struct tom_data *td, struct pageset *ps) argument
118 if (ps->prsv.prsv_nppods > 0)
119 t4_free_page_pods(&ps->prsv);
121 for (i = 0; i < ps->npages; i++) {
122 p = ps->pages[i];
126 TAILQ_INSERT_TAIL(&ddp_orphan_pagesets, ps, link);
134 struct pageset *ps; local
138 ps = TAILQ_FIRST(&ddp_orphan_pagesets);
139 TAILQ_REMOVE(&ddp_orphan_pagesets, ps, link);
141 if (ps
150 recycle_pageset(struct toepcb *toep, struct pageset *ps) argument
319 struct pageset *ps; local
1433 t4_alloc_page_pods_for_ps(struct ppod_region *pr, struct pageset *ps) argument
1620 t4_write_page_pods_for_ps(struct adapter *sc, struct sge_wrq *wrq, int tid, struct pageset *ps) argument
2088 prep_pageset(struct adapter *sc, struct toepcb *toep, struct pageset *ps) argument
2153 pscmp(struct pageset *ps, struct vmspace *vm, vm_offset_t start, int npages, int pgoff, int len) argument
2170 struct pageset *ps; local
2328 struct pageset *ps; local
[all...]
/freebsd-current/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c222 char *s, *ps, *ts; local
224 ps = addr;
225 while ((s = strsep(&ps, ".")) != NULL) {
245 char *s, *ps, *ts; local
250 ps = line;
252 while ((s = strsep(&ps, " ")) != NULL) {
309 char *s, *ps; local
315 ps = line;
317 s = strsep(&ps, ":");
326 while ((s = strsep(&ps, "
[all...]
/freebsd-current/contrib/sendmail/src/
H A Dstab.c56 register STAB **ps; local
90 ps = &SymTab[hfunc];
93 while ((s = *ps) != NULL &&
95 ps = &s->s_next;
99 while ((s = *ps) != NULL &&
101 ps = &s->s_next;
243 *ps = s;
/freebsd-current/contrib/file/python/
H A DMakefile.in405 install-ps: install-ps-am
407 install-ps-am:
423 ps: ps-am
425 ps-am:
437 install-pdf install-pdf-am install-ps install-ps-am \
440 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps
[all...]
/freebsd-current/contrib/libpcap/testprogs/
H A Dcapturetest.c267 struct pcap_stat ps; local
268 pcap_stats(pd, &ps);
270 ps.ps_recv, ps.ps_drop, ps.ps_ifdrop);
/freebsd-current/contrib/openpam/misc/
H A DMakefile.in421 install-ps: install-ps-am
423 install-ps-am:
439 ps: ps-am
441 ps-am:
453 install-pdf install-pdf-am install-ps install-ps-am \
456 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps
[all...]
/freebsd-current/sys/netlink/
H A Dnetlink_message_parser.c101 search_states(const struct nlattr_parser *ps, int pslen, int key) argument
105 if (key < ps[0].type || key > ps[pslen - 1].type)
110 if (key < ps[mid_i].type)
112 else if (key > ps[mid_i].type)
115 return (&ps[mid_i]);
117 if (ps[left_i].type == key)
118 return (&ps[left_i]);
119 else if (ps[right_i].type == key)
120 return (&ps[right_
125 nl_parse_attrs_raw(struct nlattr *nla_head, int len, const struct nlattr_parser *ps, int pslen, struct nl_pstate *npt, void *target) argument
[all...]
/freebsd-current/contrib/openbsm/bin/
H A DMakefile.in126 install-ps-recursive install-recursive installcheck-recursive \
127 installdirs-recursive pdf-recursive ps-recursive \
583 install-ps: install-ps-recursive
585 install-ps-am:
601 ps: ps-recursive
603 ps-am:
616 install-pdf install-pdf-am install-ps install-ps
[all...]
/freebsd-current/contrib/openbsm/modules/
H A DMakefile.in122 install-ps-recursive install-recursive installcheck-recursive \
123 installdirs-recursive pdf-recursive ps-recursive \
580 install-ps: install-ps-recursive
582 install-ps-am:
598 ps: ps-recursive
600 ps-am:
613 install-pdf install-pdf-am install-ps install-ps
[all...]
/freebsd-current/contrib/openbsm/sys/
H A DMakefile.in122 install-ps-recursive install-recursive installcheck-recursive \
123 installdirs-recursive pdf-recursive ps-recursive \
580 install-ps: install-ps-recursive
582 install-ps-am:
598 ps: ps-recursive
600 ps-am:
613 install-pdf install-pdf-am install-ps install-ps
[all...]
/freebsd-current/contrib/openbsm/test/
H A DMakefile.in122 install-ps-recursive install-recursive installcheck-recursive \
123 installdirs-recursive pdf-recursive ps-recursive \
580 install-ps: install-ps-recursive
582 install-ps-am:
598 ps: ps-recursive
600 ps-am:
613 install-pdf install-pdf-am install-ps install-ps
[all...]
/freebsd-current/contrib/openpam/doc/
H A DMakefile.in123 install-ps-recursive install-recursive installcheck-recursive \
124 installdirs-recursive pdf-recursive ps-recursive \
594 install-ps: install-ps-recursive
596 install-ps-am:
612 ps: ps-recursive
614 ps-am:
627 install-pdf install-pdf-am install-ps install-ps
[all...]
/freebsd-current/contrib/openpam/include/
H A DMakefile.in123 install-ps-recursive install-recursive installcheck-recursive \
124 installdirs-recursive pdf-recursive ps-recursive \
594 install-ps: install-ps-recursive
596 install-ps-am:
612 ps: ps-recursive
614 ps-am:
627 install-pdf install-pdf-am install-ps install-ps
[all...]

Completed in 243 milliseconds

1234567891011>>