Searched refs:tsp (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-timed.c50 struct tsp *tsp = (struct tsp *)bp; local
54 if (endof(tsp->tsp_type) > snapend) {
58 if (tsp->tsp_type < TSPTYPENUMBER)
59 printf("TSP_%s", tsptype[tsp->tsp_type]);
61 printf("(tsp_type %#x)", tsp->tsp_type);
63 if (endof(tsp->tsp_vers) > snapend) {
67 printf(" vers %d", tsp->tsp_vers);
69 if (endof(tsp
[all...]
H A Dtimed.h52 struct tsp { struct
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timedc.tproj/
H A Dextern.h39 struct tsp;
44 void bytehostorder(struct tsp *);
45 void bytenetorder(struct tsp *);
H A Dcmds.c75 void bytenetorder(struct tsp *);
76 void bytehostorder(struct tsp *);
281 struct tsp msg;
314 if (sendto(sock, &msg, sizeof(struct tsp), 0,
328 cc = recvfrom(sock, &msg, sizeof(struct tsp), 0,
339 if (cc < (sizeof(struct tsp) - MAXHOSTNAMELEN + 32)) {
342 cc, sizeof(struct tsp) - MAXHOSTNAMELEN + 32,
386 struct tsp msg;
417 if (sendto(sock, &msg, sizeof(struct tsp), 0,
441 struct tsp ms
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dextern.h42 struct tsp;
48 struct tsp *readmsg(int,
50 struct tsp *acksend(struct tsp *,
54 void adj_msg_time(struct tsp *, struct timeval *);
55 void bytehostorder(struct tsp *);
56 void bytenetorder(struct tsp *);
57 void byteorder(struct tsp *);
62 void doquit(struct tsp *);
77 void newslave(struct tsp *);
[all...]
H A Dacksend.c45 struct tsp *answer;
55 static struct tsp msg;
62 if (sendto(sock, (char *)&msg, sizeof(struct tsp), 0,
77 struct tsp *
79 struct tsp *message; /* this message */
108 if (sendto(sock, (char *)message, sizeof(struct tsp),
H A Dbyteorder.c51 struct tsp *ptr;
71 struct tsp *ptr;
H A Dcandidate.c55 struct tsp *resp, msg;
57 struct tsp *answer;
86 if (sendto(sock, (char *)&msg, sizeof(struct tsp), 0,
H A Dreadmsg.c58 struct tsp msgin;
60 struct tsp info;
77 struct tsp *
211 if ((n = recvfrom(sock, (char *)&msgin, sizeof(struct tsp), 0,
221 if (n < (ssize_t)(sizeof(struct tsp) - MAXHOSTNAMELEN + 32)) {
224 n, sizeof(struct tsp) - MAXHOSTNAMELEN + 32,
413 struct tsp resp;
455 struct tsp *msg;
H A Dcorrect.c61 struct tsp to;
62 struct tsp *answer;
185 struct tsp *msg;
H A Dslave.c57 static void schgdate(struct tsp *, char *);
58 static void setmaster(struct tsp *);
79 struct tsp *msg, to;
82 struct tsp *answer;
158 if (sendto(sock, (char *)&to, sizeof(struct tsp), 0,
501 sizeof(struct tsp), 0,
569 sizeof(struct tsp), 0,
634 struct tsp *msg;
664 struct tsp *msg;
667 struct tsp t
[all...]
H A Dmaster.c61 static void mchgdate(struct tsp *);
85 struct tsp *msg, *answer, to;
155 sizeof(struct tsp), 0,
355 struct tsp *msg;
487 struct tsp to;
488 struct tsp *answer;
761 struct tsp *msg;
764 struct tsp *answer, to;
807 struct tsp *msg;
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A Dplatform.c46 struct tsval tsp; local
48 (void)kern_timestamp(&tsp);
49 return tsp.low_val;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A Dplatform.c46 struct tsval tsp; local
48 (void)kern_timestamp(&tsp);
49 return tsp.low_val;
/macosx-10.9.5/shell_cmds-175/who/
H A Dutmpentry.c57 #define timespecclear(tsp) (tsp)->tv_sec = (time_t)((tsp)->tv_nsec = 0L)
58 #define timespeccmp(tsp, usp, cmp) \
59 (((tsp)->tv_sec == (usp)->tv_sec) ? \
60 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \
61 ((tsp)->tv_sec cmp (usp)->tv_sec))
/macosx-10.9.5/Libc-997.90.3/include/protocols/
H A Dtimed.h73 struct tsp { struct
/macosx-10.9.5/shell_cmds-175/date/
H A Dnetdate.c72 struct tsp msg;
127 if (send(s, (char *)&msg, sizeof(struct tsp), 0) < 0) {
153 if (recvfrom(s, &msg, sizeof(struct tsp), 0,
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DBranchFolding.h57 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) argument
58 : MPIter(mp), TailStartPos(tsp) {}
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Ddirentry.h162 void msdosfs_unix2dostime(struct timespec *tsp, u_int16_t *ddp,
164 void msdosfs_dos2unixtime(u_int dd, u_int dt, u_int dh, struct timespec *tsp);
H A Dmsdosfs_conv.c133 void msdosfs_unix2dostime(struct timespec *tsp, u_int16_t *ddp, u_int16_t *dtp, u_int8_t *dhp) argument
146 t = (uint32_t)(tsp->tv_sec - msdos_secondsWest);
188 *dhp = (tsp->tv_sec & 1) * 100 + tsp->tv_nsec / 10000000;
207 void msdosfs_dos2unixtime(u_int dd, u_int dt, u_int dh, struct timespec *tsp) argument
219 tsp->tv_sec = 0;
220 tsp->tv_nsec = 0;
250 tsp->tv_sec = seconds + lastseconds + msdos_secondsWest;
251 tsp->tv_nsec = (dh % 100) * 10000000;
/macosx-10.9.5/file_cmds-230/stat/
H A Dstat.c551 const struct timespec *tsp; local
556 tsp = NULL;
675 tsp = &st->st_atimespec;
678 if (tsp == NULL)
679 tsp = &st->st_mtimespec;
682 if (tsp == NULL)
683 tsp = &st->st_ctimespec;
687 if (tsp == NULL)
688 tsp = &st->st_birthtimespec;
690 ts = *tsp; /* cop
[all...]
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_subr.c78 smb_time_NT2local(uint64_t nsec, struct timespec *tsp) argument
80 tsp->tv_sec = (long)(nsec / 10000000 - DIFF1970TO1601);
84 smb_time_local2NT(struct timespec *tsp, uint64_t *nsec, int fat_fstype) argument
92 *nsec = (((uint64_t)(tsp->tv_sec) & ~1) + DIFF1970TO1601) * (uint64_t)10000000;
94 *nsec = ((uint64_t)tsp->tv_sec + DIFF1970TO1601) * (uint64_t)10000000;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Doptget.c507 register Push_t* tsp; local
509 while (tsp = psp)
512 free(tsp);
1200 Push_t* tsp; local
1206 if (tsp = newof(0, Push_t, 1, n + 1))
1208 tsp->nb = (char*)(tsp + 1);
1209 tsp->ne = tsp->nb + n;
1210 strcpy(tsp
1229 Push_t* tsp; local
1286 Push_t* tsp; local
1797 Push_t* tsp; local
2362 Push_t* tsp; local
4182 Push_t* tsp; local
[all...]
/macosx-10.9.5/vim-53/src/proto/
H A Dgui_athena.pro16 void gui_mch_get_toolbar_colors __ARGS((Pixel *bgp, Pixel *fgp, Pixel *bsp, Pixel *tsp, Pixel *hsp));
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_time.c688 struct timespec *tsp)
695 tsp->tv_sec = tv_sec;
696 tsp->tv_nsec = tv_nsec;
701 struct timespec *tsp)
708 tsp->tv_sec = tv_sec;
709 tsp->tv_nsec = tv_nsec;
687 nanotime( struct timespec *tsp) argument
700 nanouptime( struct timespec *tsp) argument

Completed in 237 milliseconds

12