Home
last modified time | relevance | path

Searched refs:tsp (Results 76 – 96 of 96) sorted by relevance

1234

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c4894 struct nfst_rec *tsp; in nfsrv_setupstable() local
4969 len < (sizeof (struct nfst_rec) + tsp->len - 1)))) { in nfsrv_setupstable()
4979 free(tsp, M_TEMP); in nfsrv_setupstable()
4986 off += sizeof (struct nfst_rec) + tsp->len - 1; in nfsrv_setupstable()
4991 if (tsp->len == sp->nst_len && in nfsrv_setupstable()
4992 !NFSBCMP(tsp->client, sp->nst_client, tsp->len)) in nfsrv_setupstable()
4996 sp = (struct nfsrv_stable *)malloc(tsp->len + in nfsrv_setupstable()
4999 NFSBCOPY((caddr_t)tsp, (caddr_t)&sp->nst_rec, in nfsrv_setupstable()
5000 sizeof (struct nfst_rec) + tsp->len - 1); in nfsrv_setupstable()
5003 if (tsp->flag == NFSNST_REVOKE) in nfsrv_setupstable()
[all …]
/freebsd/sys/kern/
H A Dkern_time.c1654 #define timespectons(tsp) \ argument
1655 ((uint64_t)(tsp)->tv_sec * NS_PER_SEC + (tsp)->tv_nsec)
H A Dvfs_subr.c1110 vfs_timestamp(struct timespec *tsp) in vfs_timestamp() argument
1116 tsp->tv_sec = time_second; in vfs_timestamp()
1117 tsp->tv_nsec = 0; in vfs_timestamp()
1120 getnanotime(tsp); in vfs_timestamp()
1124 TIMEVAL_TO_TIMESPEC(&tv, tsp); in vfs_timestamp()
1128 nanotime(tsp); in vfs_timestamp()
H A Duipc_socket.c1336 struct socket *sp, *tsp; local
1338 TAILQ_FOREACH_SAFE(sp, &lqueue, so_list, tsp)
/freebsd/sys/vm/
H A Dswap_pager.c2408 struct swdevt *sp, *tsp; in swaponsomething() local
2440 TAILQ_FOREACH(tsp, &swtailq, sw_list) { in swaponsomething()
2441 if (tsp->sw_end >= dvbase) { in swaponsomething()
2447 dvbase = tsp->sw_end + 1; in swaponsomething()
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5422-samsung-k3g.dts43 tsp_vdd: regulator-tsp-vdd-en {
H A Dexynos4210-universal_c210.dts310 tsp@4a {
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-ux500-samsung-golden.dts665 tsp {
H A Dste-ux500-samsung-codina-tmo.dts674 tsp {
/freebsd/sys/i386/linux/
H A Dlinux_systrace_args.c2219 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec * */ in systrace_args()
2229 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec * */ in systrace_args()
3097 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec64 * */ in systrace_args()
3107 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec64 * */ in systrace_args()
H A Dlinux_proto.h1071 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member
1077 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member
1581 …char tsp_l_[PADL_(struct l_timespec64 *)]; struct l_timespec64 * tsp; char tsp_r_[PADR_(struct l_t… member
1587 …char tsp_l_[PADL_(struct l_timespec64 *)]; struct l_timespec64 * tsp; char tsp_r_[PADR_(struct l_t… member
/freebsd/sys/amd64/linux32/
H A Dlinux32_systrace_args.c2184 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec * */ in systrace_args()
2194 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec * */ in systrace_args()
3066 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec64 * */ in systrace_args()
3076 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec64 * */ in systrace_args()
H A Dlinux32_proto.h1073 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member
1079 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member
1587 …char tsp_l_[PADL_(struct l_timespec64 *)]; struct l_timespec64 * tsp; char tsp_r_[PADR_(struct l_t… member
1593 …char tsp_l_[PADL_(struct l_timespec64 *)]; struct l_timespec64 * tsp; char tsp_r_[PADR_(struct l_t… member
/freebsd/usr.bin/units/
H A Ddefinitions.units838 tsp teaspoon
/freebsd/sys/arm64/linux/
H A Dlinux_systrace_args.c580 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec * */ in systrace_args()
590 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec * */ in systrace_args()
H A Dlinux_proto.h319 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member
325 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2722 def SRSDA : SRSI<0, "srsda\tsp, $mode"> {
2725 def SRSDA_UPD : SRSI<1, "srsda\tsp!, $mode"> {
2728 def SRSDB : SRSI<0, "srsdb\tsp, $mode"> {
2731 def SRSDB_UPD : SRSI<1, "srsdb\tsp!, $mode"> {
2734 def SRSIA : SRSI<0, "srsia\tsp, $mode"> {
2737 def SRSIA_UPD : SRSI<1, "srsia\tsp!, $mode"> {
2740 def SRSIB : SRSI<0, "srsib\tsp, $mode"> {
2743 def SRSIB_UPD : SRSI<1, "srsib\tsp!, $mode"> {
H A DARMInstrThumb2.td4231 "srsdb", "\tsp!, $mode", []>;
4233 "srsdb","\tsp, $mode", []>;
4235 "srsia","\tsp!, $mode", []>;
4237 "srsia","\tsp, $mode", []>;
/freebsd/sys/amd64/linux/
H A Dlinux_systrace_args.c2066 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec * */ in systrace_args()
2076 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec * */ in systrace_args()
H A Dlinux_proto.h1004 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member
1010 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member
/freebsd/usr.sbin/services_mkdb/
H A Dservices1807 tsp 3653/tcp #Tunnel Setup Protocol
1808 tsp 3653/udp #Tunnel Setup Protocol

1234