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

1234567891011>>

/macosx-10.9.5/ntp-88/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...]
/macosx-10.9.5/ksh-20/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.9.5/postfix-252/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...]
H A Dunix_pass_trigger.c15 /* unix_pass_trigger() wakes up the named UNIX-domain server by sending
73 struct unix_pass_trigger *up = (struct unix_pass_trigger *) context; local
80 msg_warn("%s: read timeout for service %s", myname, up->service);
81 event_disable_readwrite(up->fd);
84 if (close(up->fd) < 0)
85 msg_warn("%s: close %s: %m", myname, up->service);
86 if (close(up->pair[0]) < 0)
88 if (close(up->pair[1]) < 0)
90 myfree(up->service);
91 myfree((char *) up);
100 struct unix_pass_trigger *up; local
[all...]
/macosx-10.9.5/kext_tools-326.95.1/
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,
195 static int revertState(struct updatingVol *up);
226 pathcpy(path, up->curMount); \
227 if (up->useOnceDir) { \
230 if (up->useOnceDir || up->flatTarget[0]) { \
231 pathcat(path, up
312 sanitizeBoot(struct updatingVol *up) argument
418 checkForMissingFiles(struct updatingVol *up) argument
493 updateBootHelpers(struct updatingVol *up) argument
725 initContext(struct updatingVol *up, CFURLRef srcVol, CFStringRef helperBSDName, BRBlessStyle blessSpec, BRUpdateOpts_t opts) argument
792 releaseContext(struct updatingVol *up, int status) argument
827 createBootPrefData(struct updatingVol *up, uuid_string_t root_uuid, CFDictionaryRef bootPrefOverrides) argument
975 struct updatingVol up = { /*NULL...*/ }; local
1163 addHostVolInfo(struct updatingVol *up, CFURLRef hostVol, CFDictionaryRef bootPrefOverrides, CFURLRef targetStr, CFStringRef pickerLabel) argument
1251 struct updatingVol up = { /* NULL, ... */ }; local
1349 FindRPSDir(struct updatingVol *up, char prev[PATH_MAX], char current[PATH_MAX], char next[PATH_MAX]) argument
1432 sBLSetBootFinderInfo(struct updatingVol *up, uint32_t newvinfo[8]) argument
1453 blessRecovery(struct updatingVol *up) argument
1514 struct updatingVol up = { /* NULL, ... */ }, *upp = &up; local
1609 revertState(struct updatingVol *up) argument
1685 _mountBootDA(struct updatingVol *up) argument
1755 _mountBootBuiltIn(struct updatingVol *up) argument
1819 _findMountedHelper(struct updatingVol *up) argument
1865 mountBoot(struct updatingVol *up) argument
1968 unmountBoot(struct updatingVol *up) argument
2031 writeBootPrefs(struct updatingVol *up, char *dstpath) argument
2079 eraseRPS(struct updatingVol *up, char *toErase) argument
2113 _writeFDEPropsToHelper(struct updatingVol *up, char *dstpath) argument
2246 ucopyRPS(struct updatingVol *up) argument
2391 ucopyMisc(struct updatingVol *up) argument
2444 moveLabels(struct updatingVol *up) argument
2494 nukeBRLabels(struct updatingVol *up) argument
2569 ucopyBooters(struct updatingVol *up) argument
2655 activateBooters(struct updatingVol *up) argument
2779 activateRPS(struct updatingVol *up) argument
2850 activateMisc(struct updatingVol *up) argument
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/tlv-initializer/
H A Dget.s4 # _myinit sets up TLV content
12 # _myinit sets up TLV content
/macosx-10.9.5/ksh-20/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()))
53 sfprintf(up, "[-1p%d]", flags);
58 sfprintf(up, "\n[%d:%s]", UCHAR_MAX + 1 + (o - longopts), o->name);
61 sfprintf(up, "\n[%c:%s]", o->val, o->name);
75 sfputc(up, ':');
77 sfputc(up, '?');
78 sfprintf(up, "[strin
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Uplevel/t/
H A D03_nested_uplevels.t11 my ($n, $f, $depth, $up, @case) = @_;
15 return wrap( $n, $f, $depth, $up, @case );
18 return uplevel( $up , $f, $depth, $up, @case );
25 my ($depth, $up, @case) = @_;
30 push @result, recurse_call_check($depth, $up, @case, 'Call' );
31 for my $n ( 1 .. $up ) {
60 my $up = 3;
65 my @results = Call::recurse_call_check( $depth, $up, 'Call' );
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/tlv-terminators/
H A Dinit.s2 # _myinit sets up TLV content
/macosx-10.9.5/system_cmds-597.90.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.9.5/system_cmds-597.90.1/system_cmds-597.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...]

Completed in 381 milliseconds

1234567891011>>