Searched refs:ps (Results 51 - 75 of 88) sorted by relevance

1234

/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dinet_chksum.c136 const u16_t *ps; local
148 ps = (const u16_t *)(const void *)pb;
150 sum += *ps++;
156 ((u8_t *)&t)[0] = *(const u8_t *)ps;
192 const u16_t *ps; local
204 ps = (const u16_t *)(const void*)pb;
206 if (((mem_ptr_t)ps & 3) && len > 1) {
207 sum += *ps++;
211 pl = (const u32_t *)(const void*)ps;
230 ps
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dwinrand.c119 PAINTSTRUCT ps; local
126 hdc = BeginPaint(hwnd, &ps);
130 EndPaint(hwnd, &ps);
/barrelfish-2018-10-04/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,
/barrelfish-2018-10-04/tools/
H A Ddebug.sh29 if ps `cat $PIDFILE` >/dev/null; then
H A Dqemu-wrapper.sh254 if ps `cat $PIDFILE` >/dev/null; then
/barrelfish-2018-10-04/usr/arrakismon/
H A Dx86.h123 uint32_t ps : 1; member in struct:x86_lm_pdp_entry::__anon1455
138 uint32_t ps : 1; member in struct:x86_lm_pdp_entry::__anon1456
162 uint32_t ps : 1; member in struct:x86_lm_pd_entry::__anon1457
177 uint32_t ps : 1; member in struct:x86_lm_pd_entry::__anon1458
242 uint32_t ps : 1; member in struct:x86_legm_pd_entry::__anon1462
255 uint32_t ps : 1; member in struct:x86_legm_pd_entry::__anon1463
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dx86.h132 uint32_t ps : 1; member in struct:x86_lm_pdp_entry::__anon1827
147 uint32_t ps : 1; member in struct:x86_lm_pdp_entry::__anon1828
171 uint32_t ps : 1; member in struct:x86_lm_pd_entry::__anon1829
186 uint32_t ps : 1; member in struct:x86_lm_pd_entry::__anon1830
251 uint32_t ps : 1; member in struct:x86_legm_pd_entry::__anon1834
264 uint32_t ps : 1; member in struct:x86_legm_pd_entry::__anon1835
/barrelfish-2018-10-04/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c224 char *s, *ps, *ts; local
226 ps = addr;
227 while ((s = strsep(&ps, ".")) != NULL) {
247 char *s, *ps, *ts; local
252 ps = line;
254 while ((s = strsep(&ps, " ")) != NULL) {
311 char *s, *ps; local
318 ps = line;
320 s = strsep(&ps, ":");
329 while ((s = strsep(&ps, "
[all...]
H A Dgetgr_test.c208 char *s, *ps, *ts; local
215 ps = line;
217 while ((s = strsep(&ps, " ")) != NULL) {
H A Dgetproto_test.c201 char *s, *ps, *ts; local
208 ps = line;
210 while ( (s = strsep(&ps, " ")) != NULL) {
H A Dgetpw_test.c159 char *s, *ps, *ts; local
167 ps = line;
169 while ((s = strsep(&ps, ":")) != NULL) {
H A Dgetrpc_test.c202 char *s, *ps, *ts; local
209 ps = line;
211 while ((s = strsep(&ps, " ")) != NULL) {
H A Dgetserv_test.c206 char *s, *ps, *ts; local
213 ps = line;
215 while ( (s = strsep(&ps, " ")) != NULL) {
H A Dgethostby_test.c530 char *s, *ps, *ts; local
532 ps = addr;
533 while ( (s = strsep(&ps, ".")) != NULL) {
554 char *s, *ps, *ts; local
564 ps = line;
566 while ((s = strsep(&ps, " ")) != NULL) {
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Dread_pwd.c277 static int ps; local
290 ps=0;
335 ps=1;
357 ps=2;
400 if (ps >= 2) TTY_set(fileno(tty),&tty_orig);
403 if (ps >= 2)
408 if (ps >= 1) popsig();
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/hub/
H A Dusb_hub_request.c220 struct usb_hub_port_status ps; local
246 err = usb_hub_get_port_status(hub, port, &ps);
253 if (!ps.wPortStatus.connection) {
260 if (ps.wPortChange.is_reset) {
265 if (!ps.wPortStatus.reset) {
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dcma.c126 struct idr *ps; member in struct:rdma_bind_list
301 static inline int cma_is_ud_ps(enum rdma_port_space ps) argument
303 return (ps == RDMA_PS_UDP || ps == RDMA_PS_IPOIB);
346 switch (id_priv->id.ps) {
420 void *context, enum rdma_port_space ps)
431 id_priv->id.ps = ps;
499 if (cma_is_ud_ps(id_priv->id.ps))
627 if (cma_is_ud_ps(id_priv->id.ps)) {
419 rdma_create_id(rdma_cm_event_handler event_handler, void *context, enum rdma_port_space ps) argument
717 cma_get_net_info(void *hdr, enum rdma_port_space ps, u8 *ip_ver, __be16 *port, union cma_ip_addr **src, union cma_ip_addr **dst) argument
786 cma_user_data_offset(enum rdma_port_space ps) argument
1236 cma_get_service_id(enum rdma_port_space ps, struct sockaddr *addr) argument
1241 cma_set_compare_data(enum rdma_port_space ps, struct sockaddr *addr, struct ib_cm_compare_data *compare) argument
2117 cma_alloc_port(struct idr *ps, struct rdma_id_private *id_priv, unsigned short snum) argument
2150 cma_alloc_any_port(struct idr *ps, struct rdma_id_private *id_priv) argument
2199 cma_use_port(struct idr *ps, struct rdma_id_private *id_priv) argument
2276 struct idr *ps; local
[all...]
H A Ducma.c260 if (cm_id->ps == RDMA_PS_UDP || cm_id->ps == RDMA_PS_IPOIB)
375 ctx->cm_id = rdma_create_id(ucma_event_handler, ctx, cmd.ps);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/rdma/
H A Drdma_cm.h133 enum rdma_port_space ps; member in struct:rdma_cm_id
143 * @ps: RDMA port space.
146 void *context, enum rdma_port_space ps);
H A Drdma_user_cm.h79 __u16 ps; member in struct:rdma_ucm_create_id
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dtkdebug.tex74 \parbox{0.43\textwidth}{\resizebox{0.4\textwidth}{!}{\includegraphics{mapdisplay2.ps}}}
146 \resizebox{0.5\textwidth}{!}{\includegraphics{tktoolsmenu.ps}}
158 \resizebox{0.35\textwidth}{!}{\includegraphics{tktracer.ps}}
168 \resizebox{0.53\textwidth}{!}{\includegraphics{tktracer.ps}}
250 \resizebox{0.55\textwidth}{!}{\includegraphics{tkpredbrowser.ps}}
285 \resizebox{0.27\textwidth}{!}{\includegraphics{tkpredspyon.ps}}
299 \resizebox{0.4\textwidth}{!}{\includegraphics{tktraceroptions.ps}}
307 \resizebox{0.5\textwidth}{!}{\includegraphics{tkfilter.ps}}
324 \resizebox{0.55\textwidth}{!}{\includegraphics{tkfiltercond.ps}}
355 \resizebox{0.55\textwidth}{!}{\includegraphics{tktracerpopup.ps}}
[all...]
/barrelfish-2018-10-04/usr/skb/programs/
H A Dpubsub3.pl3 :- local store(ps). % stores subscriptions
/barrelfish-2018-10-04/lib/tommath/
H A Dmakefile.icc114 *.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.il etc/*.il *.dyn
H A Dmakefile169 *.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex `find . -type f | grep [~] | xargs` *.lo *.la
/barrelfish-2018-10-04/include/vm/
H A Dvm_pageout.c366 vm_page_t mc[2 * vm_pageout_page_count], p, pb, ps; local
382 mc[vm_pageout_page_count] = pb = ps = m;
436 if ((p = vm_page_next(ps)) == NULL || vm_page_busied(p))
448 mc[page_base + pageout_count] = ps = p;

Completed in 405 milliseconds

1234