HomeSort by: relevance | last modified time | path
    Searched refs:stable (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.sbin/mrouted/
prune.h 36 struct stable *gt_srctbl; /* source table */
49 struct stable struct
51 struct stable *st_next; /* pointer to the next entry */
prune.c 363 struct stable *st;
398 struct stable *
401 struct stable *st;
420 next_grp_src_mask(struct gtable **gtpp, struct stable **stpp, u_long grp,
424 struct stable *st, *sbest = NULL;
466 refresh_sg(struct sioc_sg_req *sg, struct gtable *gt, struct stable *st)
550 next_child(struct gtable **gtpp, struct stable **stpp, u_long grp, u_long src,
553 struct stable *st;
594 struct stable *st,**stnp;
707 st = (struct stable *)malloc(sizeof(struct stable))
    [all...]
defs.h 277 extern struct stable * find_grp_src();
snmp.c 1077 struct stable *st = NULL;
1197 struct stable *st;
  /src/lib/libintl/
gettext.c 499 struct moentry *stable; local
525 stable = (struct moentry *)(base + flip(mo->mo_sysdep_segoff, magic));
527 v = base + flip(stable[i].off, magic);
  /src/sys/kern/
kern_ksyms.c 763 char *stable = NULL; local
792 stable = st->sd_strstart - st->sd_usroffset;
803 *sym = stable + es->st_name;
  /src/lib/librpcsvc/
nfs_prot.x 676 stable_how stable;
  /src/sys/nfs/
nfs_serv.c 863 int stable = NFSV3WRITE_FILESYNC; local
882 stable = fxdr_unsigned(int, *tl++);
971 * stable storage synchronously.
974 if (stable == NFSV3WRITE_UNSTABLE)
976 else if (stable == NFSV3WRITE_DATASYNC)
1000 if (stable == NFSV3WRITE_UNSTABLE)
1001 *tl++ = txdr_unsigned(stable);
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 806 int stable = NFSWRITE_FILESYNC; local
826 stable = fxdr_unsigned(int, *tl++);
853 stable = fxdr_unsigned(int, *tl++);
921 nd->nd_repstat = nfsvno_write(vp, off, retlen, cnt, stable,
947 if (stable == NFSWRITE_UNSTABLE && nfs_async == 0)
948 *tl++ = txdr_unsigned(stable);
nfs_nfsdport.c 727 nfsvno_write(struct vnode *vp, off_t off, int retlen, int cnt, int stable,
760 if (stable == NFSWRITE_UNSTABLE)
3318 * Signal the userland master nfsd to backup the stable restart file.

Completed in 28 milliseconds