Searched refs:st_next (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_scanner.h97 struct FILE_INFO * st_next; /* next on stack */ member in struct:FILE_INFO
H A Dntp_scanner.c287 tail = head->st_next;
344 lex_stack->st_next = _drop_stack_do(
345 lex_stack->st_next);
367 next->st_next = lex_stack;
388 tail = head->st_next;
415 ipf = ipf->st_next;
/freebsd-11-stable/contrib/bmake/
H A Dutil.c275 struct stat st_root, st_cur, st_next, st_dotdot; local
338 if (lstat(nextpathptr, &st_next) == -1) {
346 if (st_next.st_ino == st_cur.st_ino &&
347 DEV_DEV_COMPARE(st_next.st_dev, st_cur.st_dev))
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.c1303 struct stat st_root, st_cur, st_next, st_dotdot; local
1377 if (lstat(nextpathptr, &st_next) == -1) {
1389 if (st_next.st_ino == st_cur.st_ino &&
1390 DEV_DEV_COMPARE(st_next.st_dev, st_cur.st_dev))
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c538 st_next(const struct nat64lsn_cfg *cfg, const struct nat64lsn_host *nh, function
584 st_save_cond(&si_prev, &si), st_next(cfg, nh, &si)) {
/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pfsync.c1574 struct pf_state *st, *st_next; local
1625 TAILQ_FOREACH_SAFE(st, &b->b_qs[q], sync_list, st_next) {

Completed in 134 milliseconds