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

1234567891011>>

/freebsd-10-stable/contrib/ntp/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 up = emalloc_zero(sizeof(*up));
344 free(up);
347 pp->unitptr = up;
355 up->tc = MINTC;
356 up
388 struct irigunit *up; local
412 struct irigunit *up; local
512 struct irigunit *up; local
591 struct irigunit *up; local
750 struct irigunit *up; local
839 struct irigunit *up; local
1018 struct irigunit *up; local
[all...]
H A Drefclock_jjy.c88 /* Code clean up ( Remove unreachable codes ) in */
100 /* [Change] Split the start up routine into each JJY receivers. */
170 /* Set up by the function "jjy_start_xxxxxxxx" */
355 jjy_start, /* start up driver */
365 * Start up driver return code
429 #define DEBUG_PRINTF_JJY_RECEIVE(sFunc,iLen) { if ( debug ) { printf ( "refclock_jjy.c : %s : iProcessState=%d bLineError=%d iCommandSeq=%d iLineCount=%d iTimestampCount=%d iLen=%d\n", sFunc, up->iProcessState, up->bLineError, up->iCommandSeq, up->iLineCount, up
442 struct jjyunit *up ; local
565 struct jjyunit *up; local
594 struct jjyunit *up ; local
839 getRawDataBreakPosition( struct jjyunit *up, int iStart ) argument
888 struct jjyunit *up; local
973 struct jjyunit *up ; local
1163 struct jjyunit *up ; local
1371 struct jjyunit *up ; local
1460 struct jjyunit *up ; local
1547 struct jjyunit *up ; local
1623 struct jjyunit *up ; local
1768 struct jjyunit *up ; local
1836 struct jjyunit *up ; local
1930 struct jjyunit *up ; local
2020 struct jjyunit *up ; local
2252 struct jjyunit *up ; local
2345 struct jjyunit *up ; local
2510 struct jjyunit *up ; local
2813 struct jjyunit *up ; local
2877 struct jjyunit *up ; local
2905 struct jjyunit *up ; local
3802 struct jjyunit *up; local
3821 struct jjyunit *up; local
3841 struct jjyunit *up; local
3898 struct jjyunit *up ; local
[all...]
H A Drefclock_chu.c264 * offsets vary up to 0.3 ms due to ionospheric layer height variations.
448 chu_start, /* start up driver */
467 struct chuunit *up; local
513 up = emalloc_zero(sizeof(*up));
515 pp->unitptr = up;
523 free(up);
533 strlcpy(up->ident, "CHU", sizeof(up->ident));
534 memcpy(&pp->refid, up
594 struct chuunit *up; local
620 struct chuunit *up; local
655 struct chuunit *up; local
737 struct chuunit *up; local
992 struct chuunit *up; local
1040 struct chuunit *up; local
1099 struct chuunit *up; local
1173 struct chuunit *up; local
1329 struct chuunit *up; local
1433 struct chuunit *up; local
1500 struct chuunit *up; local
1529 struct chuunit *up; local
1652 struct chuunit *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 up = emalloc_zero(sizeof(*up));
670 free(up);
673 pp->unitptr = up;
685 up->comp[0] = up
761 struct wwvunit *up; local
792 struct wwvunit *up; local
880 struct wwvunit *up; local
928 struct wwvunit *up; local
1302 struct wwvunit *up; local
1389 struct wwvunit *up; local
1619 struct wwvunit *up; local
1755 struct wwvunit *up; local
2054 struct wwvunit *up; local
2124 struct wwvunit *up; local
2220 struct wwvunit *up; local
2400 struct wwvunit *up; local
2493 struct wwvunit *up; local
2574 struct wwvunit *up; local
2616 timecode( struct wwvunit *up, char * tc, size_t tcsiz ) argument
2681 struct wwvunit *up; local
[all...]
H A Drefclock_gpsdjson.c267 gpsd_start, /* start up driver */
371 static int syslogok(clockprocT * const pp, gpsd_unitT * const up);
417 gpsd_unitT * const up)
420 || (0 == up->logthrottle )
421 || (LOGTHROTTLE == up->logthrottle );
423 up->logthrottle = LOGTHROTTLE;
480 "GPSD_JSON: failed to get socket address, giving up.");
495 * Start: allocate a unit pointer and set up the runtime data
503 gpsd_unitT * up; local
513 while ((up
415 syslogok( clockprocT * const pp, gpsd_unitT * const up) argument
608 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
654 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
768 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
787 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
886 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
904 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
925 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1424 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1450 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1538 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1619 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1700 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1743 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1824 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1852 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1958 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
2183 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
[all...]
H A Drefclock_as2201.c141 as2201_start, /* start up driver */
160 register struct as2201unit *up; local
176 up = emalloc_zero(sizeof(*up));
185 free(up);
188 pp->unitptr = up;
196 up->lastptr = up->stats;
197 up->index = 0;
211 register struct as2201unit *up; local
231 register struct as2201unit *up; local
[all...]
H A Drefclock_arbiter.c138 arb_start, /* start up driver */
157 register struct arbunit *up; local
173 up = emalloc_zero(sizeof(*up));
182 free(up);
185 pp->unitptr = up;
197 free(up);
217 register struct arbunit *up; local
221 up = pp->unitptr;
224 if (NULL != up)
237 register struct arbunit *up; local
442 register struct arbunit *up; local
[all...]
H A Drefclock_pst.c103 pst_start, /* start up driver */
122 register struct pstunit *up; local
138 up = emalloc_zero(sizeof(*up));
147 free(up);
150 pp->unitptr = up;
171 register struct pstunit *up; local
175 up = pp->unitptr;
178 if (NULL != up)
179 free(up);
191 register struct pstunit *up; local
285 register struct pstunit *up; local
[all...]
H A Drefclock_wwvb.c164 wwvb_start, /* start up driver */
183 register struct wwvbunit *up; local
199 up = emalloc_zero(sizeof(*up));
208 free(up);
211 pp->unitptr = up;
233 struct wwvbunit * up; local
236 up = pp->unitptr;
239 if (NULL != up)
240 free(up);
252 struct wwvbunit *up; local
455 register struct wwvbunit *up; local
502 register struct wwvbunit *up; local
565 register struct wwvbunit *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 = 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_hpgps.c137 hpgps_start, /* start up driver */
156 register struct hpgpsunit *up; local
180 up = emalloc_zero(sizeof(*up));
189 free(up);
192 pp->unitptr = up;
200 up->tzhour = 0;
201 up->tzminute = 0;
203 *up->statscrn = '\0';
204 up
228 register struct hpgpsunit *up; local
248 register struct hpgpsunit *up; local
602 register struct hpgpsunit *up; local
[all...]
H A Drefclock_mx4200.c191 mx4200_start, /* start up driver */
211 register struct mx4200unit *up; local
227 up = emalloc_zero(sizeof(*up));
236 free(up);
239 pp->unitptr = up;
262 register struct mx4200unit *up; local
266 up = pp->unitptr;
269 if (NULL != up)
270 free(up);
284 register struct mx4200unit *up; local
482 register struct mx4200unit *up; local
603 register struct mx4200unit *up; local
664 register struct mx4200unit *up; local
952 struct mx4200unit *up; local
1234 struct mx4200unit *up; local
1455 struct mx4200unit *up; local
1499 struct mx4200unit *up; local
1563 struct mx4200unit *up; local
1597 struct mx4200unit *up; local
[all...]
H A Drefclock_zyfer.c69 * 0 Warm-up
111 zyfer_start, /* start up driver */
130 register struct zyferunit *up; local
149 up = emalloc(sizeof(struct zyferunit));
150 memset(up, 0, sizeof(struct zyferunit));
159 free(up);
162 pp->unitptr = up;
170 up->pollcnt = 2;
171 up->polled = 0; /* May not be needed... */
186 register struct zyferunit *up; local
206 register struct zyferunit *up; local
312 register struct zyferunit *up; local
[all...]
H A Drefclock_true.c205 true_start, /* start up driver */
225 struct true_unit *up; local
229 up = pp->unitptr;
232 now_debugging = (up->debug != NULL);
240 "/tmp/true%d.debug", up->unit);
243 if (fd >= 0 && (up->debug = fdopen(fd, "w"))) {
247 setvbuf(up->debug, buf, _IOLBF, BUFSIZ);
249 setlinebuf(up->debug);
253 fclose(up->debug);
254 up
275 register struct true_unit *up; local
337 register struct true_unit *up; local
357 register struct true_unit *up; local
660 struct true_unit *up; local
933 struct true_unit *up; local
[all...]
H A Drefclock_shm.c78 shm_start, /* start up driver */
222 struct shmunit * const up = emalloc_zero(sizeof(*up)); local
229 up->forall = (unit >= 2) && !(peer->ttl & SHM_MODE_PRIVATE);
231 up->shm = getShmTime(unit, up->forall);
237 if (up->shm != 0) {
238 pp->unitptr = up;
239 up->shm->precision = PRECISION;
240 peer->precision = up
272 struct shmunit * const up = pp->unitptr; local
298 struct shmunit * const up = pp->unitptr; local
327 struct shmunit * const up = pp->unitptr; local
523 struct shmunit * const up = pp->unitptr; local
650 struct shmunit * const up = pp->unitptr; local
[all...]
H A Drefclock_chronolog.c79 chronolog_start, /* start up driver */
98 register struct chronolog_unit *up; local
119 up = emalloc_zero(sizeof(*up));
121 pp->unitptr = up;
129 free(up);
153 register struct chronolog_unit *up; local
157 up = pp->unitptr;
160 if (NULL != up)
161 free(up);
173 struct chronolog_unit *up; local
[all...]
H A Drefclock_acts.c130 * call it up and retrieve the time in one of two formats. As this
174 * &D2 hang up and return to command mode on DTR transition
235 acts_start, /* start up driver */
253 struct actsunit *up; local
260 up = emalloc_zero(sizeof(struct actsunit));
261 up->unit = unit;
263 pp->unitptr = up;
276 up->bufptr = up->buf;
296 struct actsunit *up; local
317 struct actsunit *up; local
367 struct actsunit *up; local
467 struct actsunit *up; local
603 struct actsunit *up; local
644 struct actsunit *up; local
698 struct actsunit *up; local
730 struct actsunit *up; local
[all...]
/freebsd-10-stable/sys/dev/usb/
H A Dusb_process.c106 struct usb_process *up = arg; local
116 sched_prio(td, up->up_prio);
119 mtx_lock(up->up_mtx);
121 up->up_curtd = td;
125 if (up->up_gone)
155 * first one is sleeping, we end up enabling transmission
171 pm = TAILQ_FIRST(&up->up_qhead);
179 if (pm == TAILQ_FIRST(&up->up_qhead)) {
181 TAILQ_REMOVE(&up->up_qhead, pm, pm_qentry);
189 if (up
223 usb_proc_create(struct usb_process *up, struct mtx *p_mtx, const char *pmesg, uint8_t prio) argument
260 usb_proc_free(struct usb_process *up) argument
287 usb_proc_msignal(struct usb_process *up, void *_pm0, void *_pm1) argument
370 usb_proc_is_gone(struct usb_process *up) argument
392 usb_proc_mwait(struct usb_process *up, void *_pm0, void *_pm1) argument
434 usb_proc_drain(struct usb_process *up) argument
489 usb_proc_rewakeup(struct usb_process *up) argument
513 usb_proc_is_called_from(struct usb_process *up) argument
[all...]
H A Dusb_process.h77 uint8_t usb_proc_is_gone(struct usb_process *up);
78 int usb_proc_create(struct usb_process *up, struct mtx *p_mtx,
80 void usb_proc_drain(struct usb_process *up);
81 void usb_proc_mwait(struct usb_process *up, void *pm0, void *pm1);
82 void usb_proc_free(struct usb_process *up);
83 void *usb_proc_msignal(struct usb_process *up, void *pm0, void *pm1);
84 void usb_proc_rewakeup(struct usb_process *up);
85 int usb_proc_is_called_from(struct usb_process *up);
/freebsd-10-stable/tools/tools/net80211/scripts/mesh/
H A Dsetup.simple13 ifconfig $WLAN up
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl52 my $up;
58 $up = 1 if /^[a-z].*<UP,/;
59 $up = 0 if /^[a-z].*<,/;
65 $local = $addr if $up and $local eq "";
66 $up = 0;
H A Dget.ipv6remote.pl54 my $up;
61 $up = 1 if /^[a-z].*<UP,/;
62 $up = 0 if /^[a-z].*<,/;
73 $up = 0;
/freebsd-10-stable/lib/libipx/
H A Dipx_ntoa.c53 u_char *up = addr.x_host.c_host; local
54 u_char *uplim = up + 6;
60 while (*up==0 && up < uplim) up++;
61 if (up == uplim) {
67 sprintf(cp, ".%x", *up++);
68 while (up < uplim) {
70 sprintf(cp, "%02x", *up++);
/freebsd-10-stable/sys/kern/
H A Dsubr_unit.c201 struct unr *up; local
207 TAILQ_FOREACH(up, &uh->head, list) {
209 if (up->ptr != uh && up->ptr != NULL) {
210 ub = up->ptr;
211 KASSERT (up->len <= NBITS,
213 up->len, NBITS, line));
216 for (x = 0; x < up->len; x++)
223 } else if (up->ptr != NULL)
224 y += up
271 struct unr *up; local
281 struct unr *up; local
350 is_bitmap(struct unrhdr *uh, struct unr *up) argument
367 struct unr *up, *uf, *us; local
489 collapse_unr(struct unrhdr *uh, struct unr *up) argument
563 struct unr *up; local
625 struct unr *up, *upn; local
756 struct unr *up, *upp, *upn; local
887 print_unr(struct unrhdr *uh, struct unr *up) argument
913 struct unr *up; local
[all...]
/freebsd-10-stable/lib/libkse/test/
H A Dsigsuspend_d.exp3 Sigsuspend woke up by signal 16
5 Sigsuspend woke up by signal 16
7 Sigsuspend woke up by signal 31
9 Sigsuspend woke up by signal 31

Completed in 178 milliseconds

1234567891011>>