/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 */
|
/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/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);
|