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

1234567891011>>

/freebsd-11.0-release/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. */
165 /* Set up by the function "jjy_start_xxxxxxxx" */
350 jjy_start, /* start up driver */
360 * Start up driver return code
423 #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
436 struct jjyunit *up ; local
559 struct jjyunit *up; local
588 struct jjyunit *up ; local
833 getRawDataBreakPosition( struct jjyunit *up, int iStart ) argument
882 struct jjyunit *up; local
967 struct jjyunit *up ; local
1157 struct jjyunit *up ; local
1365 struct jjyunit *up ; local
1454 struct jjyunit *up ; local
1541 struct jjyunit *up ; local
1617 struct jjyunit *up ; local
1762 struct jjyunit *up ; local
1830 struct jjyunit *up ; local
1924 struct jjyunit *up ; local
2014 struct jjyunit *up ; local
2246 struct jjyunit *up ; local
2339 struct jjyunit *up ; local
2504 struct jjyunit *up ; local
2807 struct jjyunit *up ; local
2871 struct jjyunit *up ; local
2899 struct jjyunit *up ; local
3785 struct jjyunit *up; local
3804 struct jjyunit *up; local
3824 struct jjyunit *up; local
3881 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
522 struct shmunit * const up = pp->unitptr; local
649 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...]
H A Drefclock_palisade.c101 palisade_start, /* start up driver */
270 struct palisade_unit *up; local
308 up = emalloc_zero(sizeof(*up));
310 up->type = CLK_TYPE(peer);
311 switch (up->type) {
338 free(up);
353 free(up);
360 pp->unitptr = up;
369 up
392 struct palisade_unit *up; local
445 struct palisade_unit *up; local
900 struct palisade_unit *up; local
968 struct palisade_unit *up; local
1039 struct palisade_unit *up; local
1146 struct palisade_unit *up; local
[all...]
/freebsd-11.0-release/sys/dev/usb/
H A Dusb_process.c105 struct usb_process *up = arg; local
115 sched_prio(td, up->up_prio);
118 mtx_lock(up->up_mtx);
120 up->up_curtd = td;
124 if (up->up_gone)
154 * first one is sleeping, we end up enabling transmission
170 pm = TAILQ_FIRST(&up->up_qhead);
178 if (pm == TAILQ_FIRST(&up->up_qhead)) {
180 TAILQ_REMOVE(&up->up_qhead, pm, pm_qentry);
188 if (up
222 usb_proc_create(struct usb_process *up, struct mtx *p_mtx, const char *pmesg, uint8_t prio) argument
259 usb_proc_free(struct usb_process *up) argument
286 usb_proc_msignal(struct usb_process *up, void *_pm0, void *_pm1) argument
369 usb_proc_is_gone(struct usb_process *up) argument
391 usb_proc_mwait(struct usb_process *up, void *_pm0, void *_pm1) argument
433 usb_proc_drain(struct usb_process *up) argument
487 usb_proc_rewakeup(struct usb_process *up) argument
511 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-11.0-release/tools/tools/net80211/scripts/mesh/
H A Dsetup.simple13 ifconfig $WLAN up
/freebsd-11.0-release/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-11.0-release/sys/kern/
H A Dsubr_unit.c225 struct unr *up; local
232 TAILQ_FOREACH(up, &uh->head, list) {
234 if (up->ptr != uh && up->ptr != NULL) {
235 ub = up->ptr;
236 KASSERT (up->len <= NBITS,
238 up->len, NBITS, line));
241 bit_count(ub->map, 0, up->len, &w);
243 } else if (up->ptr != NULL)
244 y += up
291 struct unr *up; local
301 struct unr *up; local
370 is_bitmap(struct unrhdr *uh, struct unr *up) argument
387 struct unr *up, *uf, *us; local
498 collapse_unr(struct unrhdr *uh, struct unr *up) argument
572 struct unr *up; local
632 struct unr *up, *upn; local
762 struct unr *up, *upp, *upn; local
896 print_unr(struct unrhdr *uh, struct unr *up) argument
922 struct unr *up; local
[all...]
/freebsd-11.0-release/contrib/sendmail/src/
H A Dudb.c85 # define UDB_REMOTE 2 /* look up in remote database */
86 # define UDB_DBFETCH 3 /* look up in local database */
88 # define UDB_HESIOD 5 /* look up via hesiod */
107 ** UDBEXPAND -- look up user in database and expand
138 register struct udbent *up; local
187 for (up = UdbEnts; !breakout; up++)
212 switch (up->udb_type)
222 i = (*up->udb_dbp->seq)(up
598 register struct udbent *up; local
901 register struct udbent *up; local
1202 struct udbent *up; local
[all...]

Completed in 226 milliseconds

1234567891011>>