HomeSort by: relevance | last modified time | path
    Searched refs:stable (Results 1 - 15 of 15) 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 in function:setup_sysdep_stuffs
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 760 char *stable = NULL; local in function:ksyms_getname
789 stable = st->sd_strstart - st->sd_usroffset;
800 *sym = stable + es->st_name;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-385-turris-omnia.dts 199 * Also LED functions are not stable yet:
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
armada-8040-mcbin.dtsi 113 * Not stable in HS modes - phy needs "more calibration", so add
armada-8040-puzzle-m801.dts 147 * Not stable in HS modes - phy needs "more calibration", so add
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-kobol-helios64.dts 193 * The system doesn't run stable with cpu freq enabled, so disallow the lower
rk3399-gru-scarlet.dtsi 36 /* 740us delay from gpio output high to pp1250 stable,
  /src/lib/librpcsvc/
nfs_prot.x 676 stable_how stable;
  /src/sys/nfs/
nfs_serv.c 863 int stable = NFSV3WRITE_FILESYNC; local in function:nfsrv_write
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 in function:nfsrvd_write
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 53 milliseconds