Home
last modified time | relevance | path

Searched refs:slp (Results 1 – 15 of 15) sorted by relevance

/freebsd/usr.bin/gprof/
H A Dprintlist.c60 struct stringlist *slp; in addlist() local
62 slp = (struct stringlist *) malloc( sizeof(struct stringlist)); in addlist()
63 if ( slp == (struct stringlist *) 0 ) in addlist()
65 slp -> next = listp -> next; in addlist()
66 slp -> string = funcname; in addlist()
67 listp -> next = slp; in addlist()
73 struct stringlist *slp; in onlist() local
75 for ( slp = listp -> next ; slp ; slp = slp -> next ) { in onlist()
76 if ( ! strcmp( slp -> string , funcname ) ) { in onlist()
79 if ( funcname[0] == '_' && ! strcmp( slp -> string , &funcname[1] ) ) { in onlist()
/freebsd/sys/nfsserver/
H A Dnfs.h165 struct nfssvc_sock *slp, struct mbuf **mreqp);
264 int nfsrv3_access(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
266 int nfsrv_commit(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
268 int nfsrv_create(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
276 int nfsrv_fsinfo(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
278 int nfsrv_getattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
280 int nfsrv_link(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
282 int nfsrv_lookup(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
284 int nfsrv_mkdir(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
286 int nfsrv_mknod(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
[all …]
/freebsd/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c298 struct ssl_entry *slp; in rpctlscd_handlerecord_2_svc() local
302 LIST_FOREACH(slp, &rpctls_ssllist, next) in rpctlscd_handlerecord_2_svc()
303 if (slp->cookie == argp->socookie) in rpctlscd_handlerecord_2_svc()
306 if (slp != NULL) { in rpctlscd_handlerecord_2_svc()
308 slp->s); in rpctlscd_handlerecord_2_svc()
313 ret = SSL_read(slp->ssl, &junk, 0); in rpctlscd_handlerecord_2_svc()
316 ret = SSL_get_shutdown(slp->ssl); in rpctlscd_handlerecord_2_svc()
319 SSL_shutdown(slp->ssl); in rpctlscd_handlerecord_2_svc()
336 struct ssl_entry *slp; in rpctlscd_disconnect_2_svc() local
339 LIST_FOREACH(slp, &rpctls_ssllist, next) in rpctlscd_disconnect_2_svc()
[all …]
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c477 struct ssl_entry *slp; in rpctlssd_handlerecord_2_svc() local
482 LIST_FOREACH(slp, &rpctls_ssllist, next) in rpctlssd_handlerecord_2_svc()
483 if (slp->cookie == argp->socookie) in rpctlssd_handlerecord_2_svc()
487 if (slp != NULL) { in rpctlssd_handlerecord_2_svc()
489 slp->s); in rpctlssd_handlerecord_2_svc()
494 ret = SSL_read(slp->ssl, &junk, 0); in rpctlssd_handlerecord_2_svc()
497 ret = SSL_get_shutdown(slp->ssl); in rpctlssd_handlerecord_2_svc()
500 SSL_shutdown(slp->ssl); in rpctlssd_handlerecord_2_svc()
517 struct ssl_entry *slp; in rpctlssd_disconnect_2_svc() local
521 LIST_FOREACH(slp, &rpctls_ssllist, next) in rpctlssd_disconnect_2_svc()
[all …]
H A Drpc.tlscommon.c165 struct ssl_entry *slp; in rpctls_checkcrl() local
191 LIST_FOREACH(slp, &rpctls_ssllist, next) { in rpctls_checkcrl()
192 if (slp->cert != NULL) { in rpctls_checkcrl()
194 slp->cert); in rpctls_checkcrl()
204 X509_get_subject_name(slp->cert), in rpctls_checkcrl()
207 X509_get_issuer_name(slp->cert), in rpctls_checkcrl()
225 shutdown(slp->s, SHUT_WR); in rpctls_checkcrl()
226 slp->shutoff = true; in rpctls_checkcrl()
/freebsd/lib/libc/resolv/
H A Dres_mkupdate.c975 struct valuelist *slp; in res_buildservicelist() local
983 slp = (struct valuelist *)malloc(sizeof(struct valuelist)); in res_buildservicelist()
984 if (!slp) in res_buildservicelist()
986 slp->name = strdup(sp->s_name); in res_buildservicelist()
987 slp->proto = strdup(sp->s_proto); in res_buildservicelist()
988 if ((slp->name == NULL) || (slp->proto == NULL)) { in res_buildservicelist()
989 if (slp->name) free(slp->name); in res_buildservicelist()
990 if (slp->proto) free(slp->proto); in res_buildservicelist()
991 free(slp); in res_buildservicelist()
994 slp->port = ntohs((u_int16_t)sp->s_port); /*%< host byt order */ in res_buildservicelist()
[all …]
/freebsd/contrib/sendmail/libsm/
H A Dt-memstat.c45 int r, r2, i, l, slp, sz; local
50 sz = slp = 0;
75 slp = strtol(optarg, NULL, 0);
91 if (slp > 0 && i + 1 < l && 0 == r)
96 sleep(slp);
/freebsd/contrib/sendmail/makemap/
H A Dmakemap.c389 int slp = 0; local
494 slp = atoi(optarg);
815 if (slp > 0)
816 sleep(slp);
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Dpx30-ringneck-haikou.dts35 button-slp-btn-n {
H A Drk3588-tiger-haikou.dts43 button-slp-btn-n {
H A Drk3399-puma-haikou.dts33 button-slp-btn-n {
H A Drk3399-pinebook-pro.dts845 slp_led_pin: slp-led-pin {
/freebsd/sys/kern/
H A Dvfs_subr.c2948 sync_vnode(struct synclist *slp, struct bufobj **bo, struct thread *td) in sync_vnode() argument
2953 *bo = LIST_FIRST(slp); in sync_vnode()
2971 return (*bo == LIST_FIRST(slp)); in sync_vnode()
3004 struct synclist *next, *slp; in sched_sync() local
3048 slp = &syncer_workitem_pending[syncer_delayno]; in sched_sync()
3065 } while (syncer_state != SYNCER_RUNNING && LIST_EMPTY(slp) && in sched_sync()
3078 while (!LIST_EMPTY(slp)) { in sched_sync()
3079 error = sync_vnode(slp, &bo, td); in sched_sync()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def455 FUNCTION_PASS("slp-vectorizer", SLPVectorizerPass())
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td309 def : Flag<["-"], "fno-slp-vectorize-aggressive">, Group<clang_ignored_legacy_options_Group>;
3958 def fno_slp_vectorize : Flag<["-"], "fno-slp-vectorize">, Group<f_Group>;
3959 def : Flag<["-"], "ftree-slp-vectorize">, Alias<fslp_vectorize>;
3960 def : Flag<["-"], "fno-tree-slp-vectorize">, Alias<fno_slp_vectorize>;
7240 def vectorize_slp : Flag<["-"], "vectorize-slp">,