Searched refs:ts (Results 51 - 75 of 951) sorted by relevance

1234567891011>>

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHITabletPointer.cpp58 AbsoluteTime ts)
61 _tablet->dispatchTabletEvent(tabletEvent, ts);
66 AbsoluteTime ts)
69 _tablet->dispatchProximityEvent(proximityEvent, ts);
57 dispatchTabletEvent(NXEventData *tabletEvent, AbsoluteTime ts) argument
65 dispatchProximityEvent(NXEventData *proximityEvent, AbsoluteTime ts) argument
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecTrustStoreServer.h40 bool _SecTrustStoreSetTrustSettings(SecTrustStoreRef ts,
44 bool SecTrustStoreRemoveCertificateWithDigest(SecTrustStoreRef ts, CFDataRef digest, CFErrorRef *error);
46 bool _SecTrustStoreRemoveAll(SecTrustStoreRef ts, CFErrorRef *error);
48 CFArrayRef SecTrustStoreCopyParents(SecTrustStoreRef ts,
H A DSecTrustStoreServer.c141 SecTrustStoreRef ts; local
144 require(ts = (SecTrustStoreRef)malloc(sizeof(struct __SecTrustStore)), errOut);
145 ts->queue = dispatch_queue_create("truststore", DISPATCH_QUEUE_SERIAL);
146 require_noerr(s3e = sec_sqlite3_open(db_name, &ts->s3h, create), errOut);
148 s3e = sqlite3_prepare(ts->s3h, copyParentsSQL, sizeof(copyParentsSQL),
149 &ts->copyParents, NULL);
154 s3e = sqlite3_exec(ts->s3h,
169 s3e = sqlite3_prepare(ts->s3h, copyParentsSQL, sizeof(copyParentsSQL),
170 &ts->copyParents, NULL);
173 require_noerr(s3e = sqlite3_prepare(ts
231 _SecTrustStoreSetTrustSettings(SecTrustStoreRef ts, SecCertificateRef certificate, CFTypeRef tsdoa, CFErrorRef *error) argument
336 SecTrustStoreRemoveCertificateWithDigest(SecTrustStoreRef ts, CFDataRef digest, CFErrorRef *error) argument
358 _SecTrustStoreRemoveAll(SecTrustStoreRef ts, CFErrorRef *error) argument
381 SecTrustStoreCopyParents(SecTrustStoreRef ts, SecCertificateRef certificate, CFErrorRef *error) argument
430 SecTrustStoreContainsCertificateWithDigest(SecTrustStoreRef ts, CFDataRef digest, bool *contains, CFErrorRef *error) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/sample/drb/
H A Dsimpletuple.rb54 ts = SimpleTupleSpace.new
58 def server(ts)
61 req = ts.in('req')
64 ts.out(ac, num * num)
69 def client(ts, n)
72 ts.out('req', [ac, n])
73 ans = ts.in(ac)
79 servers.push(server(ts))
83 clients.push(client(ts, n))
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dcpu.h47 ts :1, member in struct:_cr0
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_read.c107 tsd_t *ts = (tsd_t *)tsd; local
109 if (ts->ts_buf == NULL) {
110 ts->ts_buf = malloc(opts);
111 ts->ts_fd = open(optf, O_RDONLY);
114 (void) lseek(ts->ts_fd, 0, SEEK_SET);
122 tsd_t *ts = (tsd_t *)tsd; local
136 if (read(ts->ts_fd, ts->ts_buf, opts) != opts) {
141 ts->ts_buf[j] = 0;
H A Dlmbench_fstat.c91 tsd_t *ts = (tsd_t *)tsd; local
93 if (ts->ts_buf == NULL) {
94 /* ts->ts_buf = malloc(opts); */
95 ts->ts_fd = open(optf, O_RDONLY);
98 /* (void) lseek(ts->ts_fd, 0, SEEK_SET); */
110 tsd_t *ts = (tsd_t *)tsd; local
126 if (fstat(ts->ts_fd, &sbuf) == -1)
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dbind.c99 tsd_t *ts = (tsd_t *)tsd; local
105 ts->ts_lsns = (int *)malloc(lm_optB * sizeof (int));
106 if (ts->ts_lsns == NULL)
109 ts->ts_adds = (struct sockaddr_in *)malloc(lm_optB *
111 if (ts->ts_adds == NULL)
116 if ((ts->ts_lsns[i] = socket(PF_INET, SOCK_STREAM, 0)) == -1)
119 if (setsockopt(ts->ts_lsns[i], SOL_SOCKET, SO_REUSEADDR,
126 (void) memset(&ts->ts_adds[i], 0,
128 ts->ts_adds[i].sin_family = AF_INET;
129 ts
139 tsd_t *ts = (tsd_t *)tsd; local
157 tsd_t *ts = (tsd_t *)tsd; local
[all...]
H A Dconnection.c112 tsd_t *ts = (tsd_t *)tsd; local
117 ts->ts_lsns = (int *)malloc(lm_optB * sizeof (int));
118 if (ts->ts_lsns == NULL) {
121 ts->ts_accs = (int *)malloc(lm_optB * sizeof (int));
122 if (ts->ts_accs == NULL) {
125 ts->ts_cons = (int *)malloc(lm_optB * sizeof (int));
126 if (ts->ts_cons == NULL) {
129 ts->ts_adds =
132 if (ts->ts_accs == NULL) {
138 ts
189 tsd_t *ts = (tsd_t *)tsd; local
233 tsd_t *ts = (tsd_t *)tsd; local
293 tsd_t *ts = (tsd_t *)tsd; local
[all...]
H A Dread.c104 tsd_t *ts = (tsd_t *)tsd; local
106 if (ts->ts_buf == NULL) {
107 ts->ts_buf = malloc(opts);
108 ts->ts_fd = open(optf, O_RDONLY);
111 (void) lseek(ts->ts_fd, 0, SEEK_SET);
119 tsd_t *ts = (tsd_t *)tsd; local
123 if (read(ts->ts_fd, ts->ts_buf, opts) != opts) {
128 ts->ts_buf[j] = 0;
H A Dsocketpair.c72 tsd_t *ts = (tsd_t *)tsd; local
74 if (ts->ts_once++ == 0) {
75 ts->ts_fds = (int *)malloc(lm_optB * sizeof (int));
76 if (ts->ts_fds == NULL) {
80 ts->ts_fds[i] = -1;
91 tsd_t *ts = (tsd_t *)tsd; local
97 if (socketpair(PF_UNIX, SOCK_STREAM, 0, &ts->ts_fds[i])
111 tsd_t *ts = (tsd_t *)tsd; local
114 (void) close(ts->ts_fds[i]);
H A Dcascade_cond.c207 tsd_t *ts = (tsd_t *)tsd; local
210 if (ts->ts_once == 0) {
221 ts->ts_id = us;
224 ts->ts_us0 = (us * 2);
225 ts->ts_us1 = (us * 2) + 1;
228 ts->ts_them0 = (them * 2);
229 ts->ts_them1 = (them * 2) + 1;
232 ts->ts_them0 = (them * 2) + 1;
233 ts->ts_them1 = (them * 2);
236 ts
248 tsd_t *ts = (tsd_t *)tsd; local
[all...]
H A Dwritev.c103 tsd_t *ts = (tsd_t *)tsd; local
107 if (ts->ts_once++ == 0) {
108 ts->ts_fd = open(optf, O_WRONLY);
109 if (ts->ts_fd == -1) {
112 ts->ts_iov = (struct iovec *)malloc(
115 ts->ts_iov[i].iov_base = malloc(opts);
116 ts->ts_iov[i].iov_len = opts;
120 (void) lseek(ts->ts_fd, 0, SEEK_SET);
128 tsd_t *ts = (tsd_t *)tsd; local
132 if (writev(ts
[all...]
H A Dclose.c96 tsd_t *ts = (tsd_t *)tsd; local
98 ts->ts_fds = (int *)malloc(lm_optB * sizeof (int));
99 if (ts->ts_fds == NULL) {
112 tsd_t *ts = (tsd_t *)tsd; local
117 ts->ts_fds[i] = ((optb == 0) ?
119 if (ts->ts_fds[i] == -1) {
130 tsd_t *ts = (tsd_t *)tsd; local
134 if (close(ts->ts_fds[i]) == -1 && !optb) {
H A Dmemrand.c85 tsd_t *ts = (tsd_t *)tsd; local
88 ts->ts_data = malloc(opts);
90 if (ts->ts_data == NULL) {
102 ts->ts_data[i] = (long *)&(ts->ts_data[j]);
110 tsd_t *ts = (tsd_t *)tsd; local
113 long **ptr = ts->ts_data;
130 ts->ts_result = (long)*ptr;
H A Disatty.c86 tsd_t *ts = (tsd_t *)tsd; local
88 ts->ts_fd = ((optb == 0) ?
90 if (ts->ts_fd == -1) {
99 tsd_t *ts = (tsd_t *)tsd; local
103 if (isatty(ts->ts_fd) == -1) {
H A Dstrcpy.c85 tsd_t *ts = (tsd_t *)tsd; local
89 if (ts->ts_once++ == 0) {
93 ts->ts_a = malloc(opts + 1);
94 ts->ts_b = malloc(opts + 1 + unaligned);
95 ts->ts_b += unaligned;
98 ts->ts_b[i] = demo[i%l];
100 ts->ts_b[opts] = 0;
109 tsd_t *ts = (tsd_t *)tsd; local
111 char *src = ts->ts_a;
112 char *src2 = ts
[all...]
H A Dcachetocache.c112 tsd_t *ts = (tsd_t *)tsd; local
116 ts->ts_data = malloc(opts);
118 if (ts->ts_data == NULL) {
122 (void) pthread_mutex_init(&ts->ts_lock, NULL);
142 ts->ts_data[i] = (long *)&(ts->ts_data[j]);
145 thread_data[pthread_self() - 1] = ts;
163 tsd_t *ts; local
169 ts = thread_data[i];
170 (void) pthread_mutex_lock(&ts
[all...]
H A Dmmap.c118 tsd_t *ts = (tsd_t *)tsd; local
121 if (ts->ts_once++ == 0) {
122 ts->ts_map = (vchar_t **)malloc(lm_optB * sizeof (void *));
123 if (ts->ts_map == NULL) {
134 tsd_t *ts = (tsd_t *)tsd; local
139 ts->ts_map[i] = (vchar_t *)mmap(NULL, optl,
144 ts->ts_map[i] = (vchar_t *)mmap(NULL, optl,
150 if (ts->ts_map[i] == MAP_FAILED) {
157 ts->ts_foo += ts
174 tsd_t *ts = (tsd_t *)tsd; local
[all...]
/macosx-10.10.1/swig-12/Source/Swig/
H A Dwrapfunc.c67 String *ts; local
75 ts = NewStringEmpty();
79 Putc(c, ts);
82 Putc(c, ts);
85 Putc(c, ts);
91 Putc(c, ts);
94 Putc(c, ts);
97 Putc(c, ts);
103 Putc(c, ts);
105 if (!empty && !strchr(Char(ts), '
212 String *ts, *tf; /*temp string & temp file */ local
[all...]
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A DHostUUID.c45 struct timespec ts = { 0, 0 }; local
52 if (gethostuuid(CFDataGetMutableBytePtr(host_UUID), &ts) != 0) {
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dinttimes.d48 self->ts = vtimestamp;
52 /self->ts && arg0 != 0/
59 @num[self->name, this->inst] = sum(vtimestamp - self->ts);
65 self->ts = 0;
/macosx-10.10.1/dtrace-147/DTTk/Cpu/
H A Dinttimes.d48 self->ts = vtimestamp;
52 /self->ts && arg0 != 0/
59 @num[self->name, this->inst] = sum(vtimestamp - self->ts);
65 self->ts = 0;
/macosx-10.10.1/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_utils.h36 void timespec_to_webdav_timespec64(struct timespec ts, struct webdav_timespec64 *wts);
38 void webdav_timespec64_to_timespec(struct webdav_timespec64 wts, struct timespec *ts);
/macosx-10.10.1/ntp-92/libntp/
H A Duglydate.c15 l_fp *ts
25 timep = ulfptoa(ts, 6); /* returns max 17 characters */
27 sec = ts->l_ui - JAN_1970;
28 msec = ts->l_uf / 4294967; /* fract / (2**32/1000) */
30 if (ts->l_ui == 0) {

Completed in 210 milliseconds

1234567891011>>