/openbsd/lib/libc/stdlib/ |
H A D | malloc.c | 265 #define mopts malloc_readonly.mopts macro 351 if (mopts.malloc_pool[1] == NULL || !mopts.malloc_pool[1]->malloc_mt) in getpool() 430 mopts.malloc_stats = 0; in omalloc_parseopt() 434 mopts.malloc_stats = 1; in omalloc_parseopt() 437 mopts.malloc_stats = 2; in omalloc_parseopt() 1661 mopts.malloc_guard, mopts.malloc_guard, in ofree() 1880 mopts.malloc_guard, mopts.malloc_guard, in orealloc() 2770 mopts.internal_funcs, mopts.malloc_freecheck, in malloc_exit() 2771 mopts.malloc_freeunmap, mopts.def_malloc_junk, in malloc_exit() 2772 mopts.malloc_realloc, mopts.malloc_xmalloc, in malloc_exit() [all …]
|
/openbsd/usr.sbin/amd/amd/ |
H A D | mntfs.c | 86 char *auto_opts, char *mopts, char *remopts) in init_mntfs() argument 93 mf->mf_mopts = strdup(mopts); in init_mntfs() 119 char *auto_opts, char *mopts, char *remopts) in alloc_mntfs() argument 122 init_mntfs(mf, ops, mo, mp, info, auto_opts, mopts, remopts); in alloc_mntfs() 131 char *auto_opts, char *mopts, char *remopts) in find_mntfs() argument 163 mntfs *mf2 = alloc_mntfs(&ifs_ops, mo, mp, info, auto_opts, mopts, remopts); in find_mntfs() 180 mf->mf_mopts = strealloc(mf->mf_mopts, mopts); in find_mntfs() 196 return alloc_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts); in find_mntfs() 311 char *info, char *auto_opts, char *mopts, char *remopts) in realloc_mntfs() argument 334 mf2 = find_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts); in realloc_mntfs()
|
/openbsd/sys/netinet6/ |
H A D | in6_src.c | 97 struct ip6_moptions *mopts = inp->inp_moptions6; in in6_pcbselsrc() local 121 error = in6_selectif(dst, opts, mopts, &inp->inp_route, &ifp, in in6_pcbselsrc() 175 error = in6_selectsrc(in6src, dstsock, mopts, rtableid); in in6_pcbselsrc() 236 struct ip6_moptions *mopts, unsigned int rtableid) in in6_selectsrc() argument 277 ifp = mopts ? if_get(mopts->im6o_ifidx) : NULL; in in6_selectsrc() 333 struct ip6_moptions *mopts, struct route *ro, struct ifnet **retifp, in in6_selectif() argument 351 mopts != NULL && (*retifp = if_get(mopts->im6o_ifidx)) != NULL) in in6_selectif()
|
/openbsd/sbin/mount_ext2fs/ |
H A D | mount_ext2fs.c | 48 static const struct mntopt mopts[] = { variable 66 getmntopts(optarg, mopts, &mntflags); in main()
|
/openbsd/sbin/mount_ffs/ |
H A D | mount_ffs.c | 48 static const struct mntopt mopts[] = { variable 73 getmntopts(optarg, mopts, &mntflags); in main()
|
/openbsd/sbin/mount_cd9660/ |
H A D | mount_cd9660.c | 53 const struct mntopt mopts[] = { variable 82 getmntopts(optarg, mopts, &mntflags); in main()
|
/openbsd/sbin/mount_ntfs/ |
H A D | mount_ntfs.c | 52 static const struct mntopt mopts[] = { variable 94 getmntopts(optarg, mopts, &mntflags); in main()
|
/openbsd/sbin/mount_msdos/ |
H A D | mount_msdos.c | 50 const struct mntopt mopts[] = { variable 98 getmntopts(optarg, mopts, &mntflags); in main()
|
/openbsd/libexec/ld.so/ |
H A D | malloc.c | 141 static struct malloc_readonly mopts __relro; 143 #define g_pool mopts.g_pool 210 _dl_arc4randombuf(&mopts.malloc_canary, in _dl_malloc_init() 211 sizeof(mopts.malloc_canary)); in _dl_malloc_init() 212 } while (mopts.malloc_canary == 0); in _dl_malloc_init() 242 d->canary1 = mopts.malloc_canary ^ (u_int32_t)(uintptr_t)d; in _dl_malloc_init() 323 if (mopts.malloc_canary != (d->canary1 ^ (u_int32_t)(uintptr_t)d) || in find() 444 if (mopts.malloc_canary != (d->canary1 ^ (u_int32_t)(uintptr_t)d) || in map() 634 if (mopts.malloc_canary != (d->canary1 ^ (u_int32_t)(uintptr_t)d) || in malloc_bytes()
|
/openbsd/sbin/mount_tmpfs/ |
H A D | mount_tmpfs.c | 55 static const struct mntopt mopts[] = { variable 120 getmntopts(optarg, mopts, mntflags); in mount_tmpfs_parseargs()
|
/openbsd/sbin/mount_nfs/ |
H A D | mount_nfs.c | 85 const struct mntopt mopts[] = { variable 236 switch (getmntopt(&options, &value, mopts, in main()
|
/openbsd/sbin/newfs/ |
H A D | newfs.c | 78 struct mntopt mopts[] = { variable 277 getmntopts(optarg, mopts, &mntflags); in main()
|
/openbsd/sys/netinet/ |
H A D | in_pcb.c | 967 struct ip_moptions *mopts = inp->inp_moptions; in in_pcbselsrc() local 991 sin->sin_addr.s_addr == INADDR_BROADCAST) && mopts != NULL) { in in_pcbselsrc() 994 ifp = if_get(mopts->imo_ifidx); in in_pcbselsrc()
|
/openbsd/sys/net80211/ |
H A D | ieee80211.c | 339 static const uint64_t mopts[] = { in ieee80211_media_init() local 347 mopt = mopts[mode]; in ieee80211_media_init()
|