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

1234567891011>>

/freebsd-current/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. */
177 /* Set up by the function "jjy_start_xxxxxxxx" */
366 jjy_start, /* start up driver */
376 * Start up driver return code
441 #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
454 struct jjyunit *up ; local
577 struct jjyunit *up; local
606 struct jjyunit *up ; local
851 getRawDataBreakPosition( struct jjyunit *up, int iStart ) argument
900 struct jjyunit *up; local
985 struct jjyunit *up ; local
1178 struct jjyunit *up ; local
1413 struct jjyunit *up ; local
1504 struct jjyunit *up ; local
1591 struct jjyunit *up ; local
1667 struct jjyunit *up ; local
1812 struct jjyunit *up ; local
1880 struct jjyunit *up ; local
1974 struct jjyunit *up ; local
2064 struct jjyunit *up ; local
2296 struct jjyunit *up ; local
2389 struct jjyunit *up ; local
2554 struct jjyunit *up ; local
2857 struct jjyunit *up ; local
2921 struct jjyunit *up ; local
2949 struct jjyunit *up ; local
3846 struct jjyunit *up; local
3865 struct jjyunit *up; local
3885 struct jjyunit *up; local
3942 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.c268 gpsd_start, /* start up driver */
372 static int syslogok(clockprocT * const pp, gpsd_unitT * const up);
418 gpsd_unitT * const up)
421 || (0 == up->logthrottle )
422 || (LOGTHROTTLE == up->logthrottle );
424 up->logthrottle = LOGTHROTTLE;
481 "GPSD_JSON: failed to get socket address, giving up.");
496 * Start: allocate a unit pointer and set up the runtime data
504 gpsd_unitT * up; local
516 while ((up
416 syslogok( clockprocT * const pp, gpsd_unitT * const up) argument
627 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
673 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
787 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
806 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
905 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
923 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
944 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1443 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1469 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1557 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1638 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1719 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1762 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1843 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1871 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
1977 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; local
2203 gpsd_unitT * const up = (gpsd_unitT *)pp->unitptr; 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
229 acts_start, /* start up driver */
247 struct actsunit *up; local
254 up = emalloc_zero(sizeof(struct actsunit));
255 up->unit = unit;
257 pp->unitptr = up;
270 up->bufptr = up->buf;
290 struct actsunit *up; local
311 struct actsunit *up; local
360 struct actsunit *up; local
460 struct actsunit *up; local
593 struct actsunit *up; local
634 struct actsunit *up; local
688 struct actsunit *up; local
720 struct actsunit *up; 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.c132 arb_start, /* start up driver */
151 register struct arbunit *up; local
167 up = emalloc_zero(sizeof(*up));
176 free(up);
179 pp->unitptr = up;
191 free(up);
211 register struct arbunit *up; local
215 up = pp->unitptr;
218 if (NULL != up)
231 register struct arbunit *up; local
440 register struct arbunit *up; local
[all...]
H A Drefclock_jupiter.c160 jupiter_start, /* start up driver */
179 struct instance * up; local
195 up = emalloc_zero(sizeof(*up));
196 up->peer = peer;
204 free(up);
207 pp->unitptr = up;
216 up->assert = 1;
217 up->hardpps = 0;
222 if (time_pps_create(fd, &up
250 struct instance * const up = pp->unitptr; local
269 jupiter_config(struct instance * const up) argument
348 struct instance * const up = pp->unitptr; local
429 jupiter_pps(struct instance * const up) argument
475 struct instance * const up = pp->unitptr; local
507 struct instance * const up = pp->unitptr; local
534 struct instance * const up = pp->unitptr; local
657 jupiter_parse_t( struct instance * const up, u_short * sp, l_fp rcvtime ) argument
724 jupiter_parse_gpos( struct instance * const up, u_short * sp ) argument
795 jupiter_send( struct instance * const up, struct jheader * hp ) argument
839 jupiter_reqmsg( struct instance * const up, u_int id, u_int interval ) argument
866 jupiter_canmsg( struct instance * const up, u_int id ) argument
888 jupiter_reqonemsg( struct instance * const up, u_int id ) argument
914 jupiter_platform( struct instance * const up, u_int platform ) argument
[all...]
H A Drefclock_palisade.c101 palisade_start, /* start up driver */
302 struct palisade_unit *up; local
342 up = emalloc_zero(sizeof(*up));
344 up->type = CLK_TYPE(peer);
345 switch (up->type) {
391 free(up);
406 free(up);
413 pp->unitptr = up;
422 up
447 struct palisade_unit *up; local
549 struct palisade_unit *up; local
1137 struct palisade_unit *up; local
1205 struct palisade_unit *up; local
1253 struct palisade_unit *up; local
1309 struct palisade_unit *up; local
1416 struct palisade_unit *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_true.c199 true_start, /* start up driver */
219 struct true_unit *up; local
223 up = pp->unitptr;
226 now_debugging = (up->debug != NULL);
234 "/tmp/true%d.debug", up->unit);
237 if (fd >= 0 && (up->debug = fdopen(fd, "w"))) {
241 setvbuf(up->debug, buf, _IOLBF, BUFSIZ);
243 setlinebuf(up->debug);
247 fclose(up->debug);
248 up
269 register struct true_unit *up; local
331 register struct true_unit *up; local
351 register struct true_unit *up; local
654 struct true_unit *up; local
927 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...]
/freebsd-current/sys/dev/usb/
H A Dusb_process.c90 struct usb_process *up = arg; local
100 sched_prio(td, up->up_prio);
103 USB_MTX_LOCK(up->up_mtx);
105 up->up_curtd = td;
108 if (up->up_gone)
138 * first one is sleeping, we end up enabling transmission
154 pm = TAILQ_FIRST(&up->up_qhead);
162 if (pm == TAILQ_FIRST(&up->up_qhead)) {
164 TAILQ_REMOVE(&up->up_qhead, pm, pm_qentry);
172 if (up
204 usb_proc_create(struct usb_process *up, struct mtx *p_mtx, const char *pmesg, uint8_t prio) argument
239 usb_proc_free(struct usb_process *up) argument
266 usb_proc_msignal(struct usb_process *up, void *_pm0, void *_pm1) argument
350 usb_proc_is_gone(struct usb_process *up) argument
372 usb_proc_mwait(struct usb_process *up, void *_pm0, void *_pm1) argument
414 usb_proc_drain(struct usb_process *up) argument
468 usb_proc_rewakeup(struct usb_process *up) argument
492 usb_proc_is_called_from(struct usb_process *up) argument
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Darchive-suffix.exp1 `all' is up to date.
H A Dopt-touch-jobs.exp2 `opt-touch-join' is up to date.
3 `opt-touch-use' is up to date.
H A Dopt-touch.exp1 `opt-touch-join' is up to date.
2 `opt-touch-use' is up to date.
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_uar.c82 struct mlx5_uars_page *up = container_of(kref, struct mlx5_uars_page, ref_count); local
84 list_del(&up->list);
85 iounmap(up->map);
86 if (mlx5_cmd_free_uar(up->mdev, up->index))
87 mlx5_core_warn(up->mdev, "failed to free uar index %d\n", up->index);
88 bitmap_free(up->reg_bitmap);
89 bitmap_free(up->fp_bitmap);
90 kfree(up);
96 struct mlx5_uars_page *up; local
183 mlx5_put_uars_page(struct mlx5_core_dev *mdev, struct mlx5_uars_page *up) argument
205 struct mlx5_uars_page *up; local
270 addr_to_dbi_in_syspage(struct mlx5_core_dev *dev, struct mlx5_uars_page *up, struct mlx5_sq_bfreg *bfreg) argument
289 struct mlx5_uars_page *up; local
[all...]
/freebsd-current/tools/tools/net80211/scripts/mesh/
H A Dsetup.simple12 ifconfig $WLAN up
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl54 my $up;
60 $up = 1 if /^[a-z].*<UP,/;
61 $up = 0 if /^[a-z].*<,/;
67 $local = $addr if $up and $local eq "";
68 $up = 0;
/freebsd-current/sys/dev/netmap/
H A Dnetmap_null.c139 snprintf(nna->up.name, sizeof(nna->up.name), "null:%s", hdr->nr_name);
141 nna->up.nm_txsync = netmap_null_sync;
142 nna->up.nm_rxsync = netmap_null_sync;
143 nna->up.nm_register = netmap_null_reg;
144 nna->up.nm_krings_create = netmap_null_krings_create;
145 nna->up.nm_krings_delete = netmap_krings_delete;
146 nna->up.nm_bdg_attach = netmap_null_bdg_attach;
147 nna->up.nm_mem = netmap_mem_get(nmd);
149 nna->up
[all...]

Completed in 232 milliseconds

1234567891011>>