Searched refs:up (Results 1 - 25 of 684) sorted by relevance

1234567891011>>

/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_irig.c116 * x40 Codec error (overrun). The machine is not fast enough to keep up
130 * probably chew up too much CPU time anyway.
292 irig_start, /* start up driver */
312 struct irigunit *up; local
335 if (!(up = (struct irigunit *)
340 memset((char *)up, 0, sizeof(struct irigunit));
342 pp->unitptr = (caddr_t)up;
349 free(up);
359 up->tc = MINTC;
360 up
392 struct irigunit *up; local
414 struct irigunit *up; local
514 struct irigunit *up; local
593 struct irigunit *up; local
752 struct irigunit *up; local
841 struct irigunit *up; local
984 struct irigunit *up; local
1021 struct irigunit *up; local
[all...]
H A Drefclock_chu.c262 * offsets vary up to 0.3 ms due to ionospheric layer height variations.
446 chu_start, /* start up driver */
465 struct chuunit *up; local
509 if (!(up = (struct chuunit *)
514 memset((char *)up, 0, sizeof(struct chuunit));
516 pp->unitptr = (caddr_t)up;
523 free(up);
532 strcpy(up->ident, "CHU");
533 memcpy(&pp->refid, up->ident, 4);
534 DTOLFP(CHAR, &up
593 struct chuunit *up; local
619 struct chuunit *up; local
654 struct chuunit *up; local
736 struct chuunit *up; local
969 struct chuunit *up; local
995 struct chuunit *up; local
1043 struct chuunit *up; local
1102 struct chuunit *up; local
1163 struct chuunit *up; local
1306 struct chuunit *up; local
1410 struct chuunit *up; local
1477 struct chuunit *up; local
1506 struct chuunit *up; local
1629 struct chuunit *up; local
[all...]
H A Drefclock_jjy.c207 jjy_start, /* start up driver */
217 * Start up driver return code
236 struct jjyunit *up ; local
295 if ( ! ( up = (struct jjyunit *) emalloc (sizeof(struct jjyunit)) ) ) {
300 memset ( (char*)up, 0, sizeof(struct jjyunit) ) ;
301 up->linediscipline = iDiscipline ;
313 up->unittype = UNITTYPE_TRISTATE_JJY01 ;
314 up->version = 100 ;
315 up->lineexpect = 2 ;
316 up
382 struct jjyunit *up; local
400 struct jjyunit *up ; local
571 struct jjyunit *up ; local
705 struct jjyunit *up ; local
777 struct jjyunit *up ; local
922 struct jjyunit *up ; local
1008 struct jjyunit *up; local
1117 struct jjyunit *up; local
[all...]
H A Drefclock_wwv.c244 * offsets vary up to 0.3 ms due to ionosperhic layer height variations.
509 * WWV unit control structure (up)
616 wwv_start, /* start up driver */
636 struct wwvunit *up; local
662 if (!(up = (struct wwvunit *)emalloc(sizeof(struct wwvunit)))) {
666 memset(up, 0, sizeof(struct wwvunit));
668 pp->unitptr = (caddr_t)up;
675 free(up);
689 up->comp[0] = up
765 struct wwvunit *up; local
796 struct wwvunit *up; local
884 struct wwvunit *up; local
932 struct wwvunit *up; local
1306 struct wwvunit *up; local
1393 struct wwvunit *up; local
1623 struct wwvunit *up; local
1759 struct wwvunit *up; local
2058 struct wwvunit *up; local
2127 struct wwvunit *up; local
2223 struct wwvunit *up; local
2401 struct wwvunit *up; local
2494 struct wwvunit *up; local
2573 struct wwvunit *up; local
2615 timecode( struct wwvunit *up, char *ptr ) argument
2676 struct wwvunit *up; local
[all...]
H A Drefclock_as2201.c141 as2201_start, /* start up driver */
160 register struct as2201unit *up; local
175 if (!(up = (struct as2201unit *)
180 memset((char *)up, 0, sizeof(struct as2201unit));
188 free(up);
191 pp->unitptr = (caddr_t)up;
200 up->lastptr = up->stats;
201 up->index = 0;
215 register struct as2201unit *up; local
233 register struct as2201unit *up; local
[all...]
H A Drefclock_atom.c104 atom_start, /* start up driver */
124 struct ppsunit *up; local
135 up = emalloc(sizeof(struct ppsunit));
136 memset(up, 0, sizeof(struct ppsunit));
137 pp->unitptr = (caddr_t)up;
144 up->fddev = tty_open(device, O_RDWR, 0777);
145 if (up->fddev <= 0) {
152 * Light up the PPSAPI interface.
154 return (refclock_ppsapi(up->fddev, &up
168 struct ppsunit *up; local
186 struct ppsunit *up; local
[all...]
H A Drefclock_pst.c103 pst_start, /* start up driver */
122 register struct pstunit *up; local
137 if (!(up = (struct pstunit *)emalloc(sizeof(struct pstunit)))) {
141 memset((char *)up, 0, sizeof(struct pstunit));
149 free(up);
152 pp->unitptr = (caddr_t)up;
174 register struct pstunit *up; local
178 up = (struct pstunit *)pp->unitptr;
180 free(up);
192 register struct pstunit *up; local
286 register struct pstunit *up; local
[all...]
H A Drefclock_zyfer.c67 * 0 Warm-up
109 zyfer_start, /* start up driver */
128 register struct zyferunit *up; local
146 if (!(up = (struct zyferunit *)
151 memset((char *)up, 0, sizeof(struct zyferunit));
159 free(up);
162 pp->unitptr = (caddr_t)up;
170 up->pollcnt = 2;
171 up->polled = 0; /* May not be needed... */
186 register struct zyferunit *up; local
204 register struct zyferunit *up; local
327 register struct zyferunit *up; local
[all...]
H A Drefclock_hpgps.c137 hpgps_start, /* start up driver */
156 register struct hpgpsunit *up; local
178 if (!(up = (struct hpgpsunit *)
183 memset((char *)up, 0, sizeof(struct hpgpsunit));
191 free(up);
194 pp->unitptr = (caddr_t)up;
202 up->tzhour = 0;
203 up->tzminute = 0;
205 *up->statscrn = '\0';
206 up
230 register struct hpgpsunit *up; local
248 register struct hpgpsunit *up; local
602 register struct hpgpsunit *up; local
[all...]
H A Drefclock_mx4200.c197 mx4200_start, /* start up driver */
217 register struct mx4200unit *up; local
233 if (!(up = (struct mx4200unit *) emalloc(sizeof(struct mx4200unit)))) {
238 memset((char *)up, 0, sizeof(struct mx4200unit));
246 free(up);
249 pp->unitptr = (caddr_t)up;
272 register struct mx4200unit *up; local
276 up = (struct mx4200unit *)pp->unitptr;
278 free(up);
292 register struct mx4200unit *up; local
490 register struct mx4200unit *up; local
611 register struct mx4200unit *up; local
672 register struct mx4200unit *up; local
960 struct mx4200unit *up; local
1242 struct mx4200unit *up; local
1463 struct mx4200unit *up; local
1507 struct mx4200unit *up; local
1578 struct mx4200unit *up; local
1618 struct mx4200unit *up; local
[all...]
H A Drefclock_arbiter.c123 arb_start, /* start up driver */
142 register struct arbunit *up; local
157 if (!(up = (struct arbunit *)emalloc(sizeof(struct arbunit)))) {
161 memset((char *)up, 0, sizeof(struct arbunit));
169 free(up);
172 pp->unitptr = (caddr_t)up;
194 register struct arbunit *up; local
198 up = (struct arbunit *)pp->unitptr;
200 free(up);
212 register struct arbunit *up; local
416 register struct arbunit *up; local
[all...]
H A Drefclock_acts.c124 * call it up and retrieve the time in one of two formats. As this
168 * &D2 hang up and return to command mode on DTR transition
228 acts_start, /* start up driver */
246 struct actsunit *up; local
252 up = emalloc(sizeof(struct actsunit));
253 memset(up, 0, sizeof(struct actsunit));
254 up->unit = unit;
256 pp->unitptr = (caddr_t)up;
268 up->bufptr = pp->a_lastcode;
282 struct actsunit *up; local
302 struct actsunit *up; local
350 struct actsunit *up; local
434 struct actsunit *up; local
639 struct actsunit *up; local
689 struct actsunit *up; local
722 struct actsunit *up; local
913 struct actsunit *up; local
[all...]
H A Drefclock_wwvb.c164 wwvb_start, /* start up driver */
183 register struct wwvbunit *up; local
198 up = (struct wwvbunit *)emalloc(sizeof(struct wwvbunit));
199 memset((char *)up, 0, sizeof(struct wwvbunit));
201 pp->unitptr = (caddr_t)up;
208 free(up);
231 register struct wwvbunit *up; local
235 up = (struct wwvbunit *)pp->unitptr;
237 free(up);
249 struct wwvbunit *up; local
419 register struct wwvbunit *up; local
458 register struct wwvbunit *up; local
521 register struct wwvbunit *up; local
[all...]
H A Drefclock_chronolog.c79 chronolog_start, /* start up driver */
98 register struct chronolog_unit *up; local
118 if (!(up = (struct chronolog_unit *)
123 memset((char *)up, 0, sizeof(struct chronolog_unit));
125 pp->unitptr = (caddr_t)up;
132 free(up);
155 register struct chronolog_unit *up; local
159 up = (struct chronolog_unit *)pp->unitptr;
161 free(up);
173 struct chronolog_unit *up; local
[all...]
H A Drefclock_shm.c68 shm_start, /* start up driver */
188 struct shmunit *up; local
196 up = (struct shmunit *) emalloc(sizeof(*up));
197 if (up == NULL)
199 memset((char *)up, 0, sizeof(*up));
200 pp->unitptr = (caddr_t)up;
202 up->shm = getShmTime(unit);
208 if (up
232 struct shmunit *up; local
300 struct shmunit *up; local
397 struct shmunit *up; local
[all...]
H A Drefclock_true.c185 true_start, /* start up driver */
204 struct true_unit *up; local
208 up = (struct true_unit *)pp->unitptr;
211 now_debugging = (up->debug != NULL);
218 snprintf(filename, sizeof(filename), "/tmp/true%d.debug", up->unit);
220 if (fd >= 0 && (up->debug = fdopen(fd, "r+"))) {
223 setvbuf(up->debug, buf, _IOLBF, BUFSIZ);
225 setlinebuf(up->debug);
229 fclose(up->debug);
230 up
251 register struct true_unit *up; local
306 register struct true_unit *up; local
324 register struct true_unit *up; local
604 struct true_unit *up; local
820 struct true_unit *up; local
[all...]
H A Drefclock_dumbclock.c88 dumbclock_start, /* start up driver */
107 register struct dumbclock_unit *up; local
130 up = (struct dumbclock_unit *)emalloc(sizeof(struct dumbclock_unit));
131 memset((char *)up, 0, sizeof(struct dumbclock_unit));
133 pp->unitptr = (caddr_t)up;
140 free(up);
152 up->ymd = *tm_time_p;
175 register struct dumbclock_unit *up; local
179 up = (struct dumbclock_unit *)pp->unitptr;
181 free(up);
193 struct dumbclock_unit *up; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/dir/
H A Dgetdents.c80 register struct dirent* up; /* user */
92 up = (struct dirent*)buf;
102 up->d_fileno = i;
103 u = up->d_name;
104 while ((*u = *sp++) && u < up->d_name + MAXNAMLEN) u++;
106 up->d_reclen = sizeof(struct dirent) - sizeof(up->d_name) + (up->d_namlen = u - up->d_name) + 1;
107 up
[all...]
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dunix_trigger.c15 /* unix_trigger() wakes up the named UNIX-domain server by making
72 struct unix_trigger *up = (struct unix_trigger *) context; local
79 msg_warn("%s: read timeout for service %s", myname, up->service);
80 event_disable_readwrite(up->fd);
82 if (close(up->fd) < 0)
83 msg_warn("%s: close %s: %m", myname, up->service);
84 myfree(up->service);
85 myfree((char *) up);
93 struct unix_trigger *up; local
112 up
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/tlv-initializer/
H A Dget.s4 # _myinit sets up TLV content
12 # _myinit sets up TLV content
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dgetoptl.c37 static Sfio_t* up; variable
49 if (!up || optstring != lastoptstring || longopts != lastlongopts)
51 if (!up && !(up = sfstropen()) || !(t = strdup(optstring)))
53 sfprintf(up, "[-1p%d]", flags);
57 sfprintf(up, "\n[%d:%s]", UCHAR_MAX + 1 + (o - longopts), o->name);
60 sfprintf(up, "\n[%c:%s]", o->val, o->name);
74 sfputc(up, ':');
76 sfputc(up, '?');
77 sfprintf(up, "[strin
[all...]
/macosx-10.10.1/kext_tools-384.1.4/
H A Dupdate_boot.c166 static int mountBoot(struct updatingVol *up);
167 static void unmountBoot(struct updatingVol *up);
189 static int eraseRPS(struct updatingVol *up, char *toErase);
190 static int addHostVolInfo(struct updatingVol *up, CFURLRef hostVol,
196 static int revertState(struct updatingVol *up);
227 pathcpy(path, up->curMount); \
228 if (up->useOnceDir) { \
231 if (up->useOnceDir || up->flatTarget[0]) { \
232 pathcat(path, up
313 sanitizeBoot(struct updatingVol *up) argument
418 checkBootContents(struct updatingVol *up) argument
496 updateBootHelpers(struct updatingVol *up) argument
804 initContext(struct updatingVol *up, CFURLRef srcVol, CFStringRef helperBSDName, BRUpdateOpts_t opts) argument
865 releaseContext(struct updatingVol *up, int status) argument
903 createBootPrefData(struct updatingVol *up, uuid_string_t root_uuid, CFDictionaryRef bootPrefOverrides) argument
1058 struct updatingVol up = { /*NULL...*/ }; local
1247 addHostVolInfo(struct updatingVol *up, CFURLRef hostVol, CFDictionaryRef bootPrefOverrides, CFURLRef targetStr, CFStringRef pickerLabel) argument
1359 struct updatingVol up = { /* NULL, ... */ }; local
1483 FindRPSDir(struct updatingVol *up, char prev[PATH_MAX], char current[PATH_MAX], char next[PATH_MAX]) argument
1566 sBLSetBootFinderInfo(struct updatingVol *up, uint32_t newvinfo[8]) argument
1587 blessRecovery(struct updatingVol *up) argument
1649 struct updatingVol up = { /* NULL, ... */ }, *upp = &up; local
1743 revertState(struct updatingVol *up) argument
1819 _mountBootDA(struct updatingVol *up) argument
1889 _mountBootBuiltIn(struct updatingVol *up) argument
1953 _findMountedHelper(struct updatingVol *up) argument
1999 mountBoot(struct updatingVol *up) argument
2089 unmountBoot(struct updatingVol *up) argument
2152 writeBootPrefs(struct updatingVol *up, char *dstpath) argument
2200 eraseRPS(struct updatingVol *up, char *toErase) argument
2234 _writeFDEPropsToHelper(struct updatingVol *up, char *dstpath) argument
2366 ucopyRPS(struct updatingVol *up) argument
2574 ucopyMisc(struct updatingVol *up) argument
2627 moveLabels(struct updatingVol *up) argument
2677 nukeBRLabels(struct updatingVol *up) argument
2752 ucopyBooters(struct updatingVol *up) argument
2838 activateBooters(struct updatingVol *up) argument
2962 activateRPS(struct updatingVol *up) argument
3033 activateMisc(struct updatingVol *up) argument
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/tlv-terminators/
H A Dinit.s2 # _myinit sets up TLV content
/macosx-10.10.1/system_cmds-643.1.1/ac.tproj/
H A Dac.c183 struct utmp_list *up; local
185 for (up = head; up; up = up->next) {
186 if (strncmp(up->usr.ut_line, Console,
187 sizeof (up->usr.ut_line)) == 0)
203 struct user_list *up; local
205 for (up = head; up !
316 struct user_list *up; local
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-udp.c109 vat_print(const void *hdr, register const struct udphdr *up) argument
116 (u_int32_t)(EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up)),
123 (u_int32_t)(EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up) - 8),
135 rtp_print(const void *hdr, u_int len, register const struct udphdr *up) argument
142 u_int dlen = EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up) - 8;
237 printf(" @%.2f %u %up %ub", ts, EXTRACT_32BITS(&sr->sr_ts),
286 register const struct udphdr *up,
285 udp_cksum(register const struct ip *ip, register const struct udphdr *up, register u_int len) argument
294 udp6_cksum(const struct ip6_hdr *ip6, const struct udphdr *up, u_int len) argument
362 register const struct udphdr *up; local
[all...]

Completed in 143 milliseconds

1234567891011>>