Searched refs:restart (Results 101 - 125 of 199) sorted by relevance

12345678

/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_port.c615 /* Ups. If we administratively up, restart the link */
686 resp->restart = ind->restart;
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_hpet.c178 restart:
198 goto restart;
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c444 restart:
482 /* free all so restart the processing */
484 goto restart;
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_fw2.h823 * We are not able to restart the SCRIPTS if we are
983 * JUMP indirectly to the restart point of the CCB.
990 offsetof(struct sym_ccb, phys.head.go.restart),
1024 * JUMP indirectly to the restart point of the CCB.
1027 offsetof(struct sym_ccb, phys.head.go.restart),
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_lookup.c334 restart:
669 goto restart;
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c133 restart:
544 goto restart;
/freebsd-9.3-release/sys/kern/
H A Dkern_clocksource.c576 restart:
583 goto restart;
H A Dkern_malloc.c949 restart:
961 goto restart;
H A Dvfs_subr.c1412 restart:
1424 goto restart;
1440 goto restart;
1450 goto restart;
1465 goto restart;
1482 goto restart;
4833 restart:
4847 goto restart;
H A Dkern_linker.c1487 restart:
1545 goto restart;
1553 * Since we provided modules, we need to restart the
1558 goto restart;
H A Dsubr_witness.c2450 restart:
2464 goto restart;
2490 goto restart;
2555 goto restart;
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_dirhash.c594 restart:
672 goto restart;
/freebsd-9.3-release/usr.sbin/crunch/examples/
H A Dreally-big.conf78 special amd objs vers.amd.o afs_ops.o am_ops.o clock.o util.o xutil.o efs_ops.o mapc.o info_file.o info_hes.o info_ndbm.o info_passwd.o info_nis.o info_union.o map.o srvr_afs.o srvr_nfs.o mntfs.o misc_rpc.o mount_fs.o mtab.o mtab_bsd.o nfs_ops.o nfs_prot_svc.o nfs_start.o nfs_subr.o opts.o pfs_ops.o rpc_fwd.o sched.o sfs_ops.o amq_svc.o amq_subr.o umount_fs.o host_ops.o nfsx_ops.o ufs_ops.o ifs_ops.o amd.o get_args.o restart.o wire.o
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.c2012 if(msg->restart.h.present & UNI_IE_PRESENT)
2013 uni_print_ie_internal(UNI_IE_RESTART, (union uni_ieall *)&msg->restart, cx);
2024 ret |= uni_check_ie(UNI_IE_RESTART, (union uni_ieall *)&m->restart, cx);
2041 if((p->restart.h.present & UNI_IE_PRESENT) &&
2042 uni_encode_ie(UNI_IE_RESTART, msg, (union uni_ieall *)&p->restart, cx))
2070 out->restart.h = *hdr;
2073 if(uni_decode_ie_body(UNI_IE_RESTART, (union uni_ieall *)&out->restart, msg, ielen, cx))
2093 "restart",
2105 if(msg->restart.h.present & UNI_IE_PRESENT)
2106 uni_print_ie_internal(UNI_IE_RESTART, (union uni_ieall *)&msg->restart, c
[all...]
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_node.c1924 * drop the lock and restart a scan if we have to time out
1939 restart:
2028 goto restart;
2062 goto restart;
2160 restart:
2169 goto restart;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddispatch.c1232 * If query, free the buffer, restart.
1236 * If cannot allocate, free buffer, restart.
1237 * find target. If not found, free buffer, restart.
1239 * restart.
1360 goto restart;
1372 goto restart;
1386 goto restart;
1502 restart:
1524 * If query, restart.
1528 * If cannot allocate, restart
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-eh.c1883 restart:
1891 goto restart;
1901 goto restart;
H A Dvmsdbgout.c433 restart:
518 goto restart;
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_kern.c1635 int restart; local
1661 restart = _thread_sigact[i - 1].sa_flags & SA_RESTART;
1663 restart ? KSE_INTR_RESTART : KSE_INTR_INTERRUPT, 0);
/freebsd-9.3-release/sys/dev/my/
H A Dif_my.c719 int i, restart = 0; local
723 restart = 1;
745 if (restart)
/freebsd-9.3-release/usr.sbin/ppp/
H A Dipcp.c454 {"IPCP restart", "IPCP openmode", "IPCP stopped"};
745 fp->restart = ipcp->cfg.fsm.maxreq;
748 fp->restart = ipcp->cfg.fsm.maxtrm;
751 fp->restart = 1;
H A Dlcp.c116 {"LCP restart", "LCP openmode", "LCP stopped"};
367 fp->restart = lcp->cfg.fsm.maxreq;
370 fp->restart = lcp->cfg.fsm.maxtrm;
373 fp->restart = 1;
/freebsd-9.3-release/contrib/amd/amd/
H A Damd.h618 extern void restart(void);
/freebsd-9.3-release/crypto/openssh/contrib/caldera/
H A Dopenssh.spec293 ! %{SVIdir}/sshd status || %{SVIdir}/sshd restart
/freebsd-9.3-release/sbin/newfs/
H A Dmkfs.c178 restart:
353 goto restart;

Completed in 466 milliseconds

12345678