| /NextBSD/contrib/ntp/lib/isc/pthreads/include/isc/ |
| HD | mutex.h | 70 #define isc_mutex_init(mp) \ argument 74 #define isc_mutex_init(mp) \ argument 77 #define isc_mutex_init(mp) \ argument 84 #define isc_mutex_lock(mp) \ argument 87 #define isc_mutex_lock(mp) \ argument 93 #define isc_mutex_unlock(mp) \ argument 96 #define isc_mutex_unlock(mp) \ argument 102 #define isc_mutex_trylock(mp) \ argument 106 #define isc_mutex_trylock(mp) \ argument 112 #define isc_mutex_destroy(mp) \ argument [all …]
|
| /NextBSD/contrib/amd/amd/ |
| HD | map.c | 153 am_node *mp; in path_to_exported_ap() local 190 get_ap_child(am_node *mp, char *fname) in get_ap_child() 237 am_node *mp, **mpp; in exported_ap_alloc() local 272 exported_ap_free(am_node *mp) in exported_ap_free() 311 insert_am(am_node *mp, am_node *p_mp) in insert_am() 338 remove_am(am_node *mp) in remove_am() 367 new_ttl(am_node *mp) in new_ttl() 405 init_map(am_node *mp, char *dir) in init_map() 441 free_map(am_node *mp) in free_map() 476 find_ap_recursive(char *dir, am_node *mp) in find_ap_recursive() [all …]
|
| HD | ops_TEMPLATE.c | 139 foofs_mount(am_node *mp) in foofs_mount() 171 foofs_umount(am_node *mp) in foofs_umount() 204 foofs_lookuppn(am_node *mp, char *fname, int *error_return, int op) in foofs_lookuppn() 223 foofs_readdir(am_node *mp, nfscookie cookie, nfsdirlist *dp, nfsentry *ep, u_int count) in foofs_readdir() 240 foofs_readlink(am_node *mp, int *error_return) in foofs_readlink() 275 foofs_umounted(am_node *mp) in foofs_umounted()
|
| /NextBSD/contrib/netbsd-tests/fs/vfs/ |
| HD | t_ro.c | 53 nullgen(const atf_tc_t *tc, const char *mp) in nullgen() 60 filegen(const atf_tc_t *tc, const char *mp) in filegen() 78 create(const atf_tc_t *tc, const char *mp) in create() 87 rmfile(const atf_tc_t *tc, const char *mp) in rmfile() 96 fileio(const atf_tc_t *tc, const char *mp) in fileio() 120 attrs(const atf_tc_t *tc, const char *mp) in attrs() 146 createdir(const atf_tc_t *tc, const char *mp) in createdir() 155 createfifo(const atf_tc_t *tc, const char *mp) in createfifo() 164 createsymlink(const atf_tc_t *tc, const char *mp) in createsymlink() 173 createlink(const atf_tc_t *tc, const char *mp) in createlink()
|
| HD | t_io.c | 48 holywrite(const atf_tc_t *tc, const char *mp) in holywrite() 104 extendfile(const atf_tc_t *tc, const char *mp) in extendfile() 111 extendfile_append(const atf_tc_t *tc, const char *mp) in extendfile_append() 138 overwrite512(const atf_tc_t *tc, const char *mp) in overwrite512() 145 overwrite64k(const atf_tc_t *tc, const char *mp) in overwrite64k() 152 overwrite_trunc(const atf_tc_t *tc, const char *mp) in overwrite_trunc() 159 shrinkfile(const atf_tc_t *tc, const char *mp) in shrinkfile() 173 read_after_unlink(const atf_tc_t *tc, const char *mp) in read_after_unlink() 200 wrrd_after_unlink(const atf_tc_t *tc, const char *mp) in wrrd_after_unlink()
|
| HD | t_vnops.c | 195 dir_rmdirdotdot(const atf_tc_t *tc, const char *mp) in dir_rmdirdotdot() 238 rename_dir(const atf_tc_t *tc, const char *mp) in rename_dir() 340 rename_dotdot(const atf_tc_t *tc, const char *mp) in rename_dotdot() 369 rename_reg_nodir(const atf_tc_t *tc, const char *mp) in rename_reg_nodir() 446 create_nametoolong(const atf_tc_t *tc, const char *mp) in create_nametoolong() 487 create_exist(const atf_tc_t *tc, const char *mp) in create_exist() 507 rename_nametoolong(const atf_tc_t *tc, const char *mp) in rename_nametoolong() 559 symlink_len(const atf_tc_t *tc, const char *mp, size_t len) in symlink_len() 584 symlink_zerolen(const atf_tc_t *tc, const char *mp) in symlink_zerolen() 590 symlink_long(const atf_tc_t *tc, const char *mp) in symlink_long() [all …]
|
| HD | t_union.c | 26 xput_tfile(const char *mp, const char *path) in xput_tfile() 42 xread_tfile(const char *mp, const char *path) in xread_tfile() 69 mountunion(const char *mp, char *lowerpath) in mountunion() 109 basic(const atf_tc_t *tc, const char *mp) in basic() 155 whiteout(const atf_tc_t *tc, const char *mp) in whiteout()
|
| HD | t_unpriv.c | 48 owner(const atf_tc_t *tc, const char *mp) in owner() 82 dirperms(const atf_tc_t *tc, const char *mp) in dirperms() 127 times(const atf_tc_t *tc, const char *mp) in times() 181 flags(const atf_tc_t *tc, const char *mp) in flags()
|
| /NextBSD/usr.sbin/ppp/ |
| HD | mp.h | 72 struct mp { struct 82 struct mpserver server; /* Our ``sharing'' socket */ argument 103 int period; /* link->throughput sample period */ argument 108 struct fsm_parent fsmp; /* Our callback functions */ argument 132 extern void mp_Init(struct mp *, struct bundle *); argument
|
| HD | mp.c | 136 mp_ReadHeader(struct mp *mp, struct mbuf *m, struct mp_header *header) in mp_ReadHeader() 194 struct mp *mp = (struct mp *)v; in mp_UpDown() local 210 mp_StopAutoloadTimer(struct mp *mp) in mp_StopAutoloadTimer() 216 mp_CheckAutoloadTimer(struct mp *mp) in mp_CheckAutoloadTimer() 231 mp_RestartAutoloadTimer(struct mp *mp) in mp_RestartAutoloadTimer() 240 mp_Init(struct mp *mp, struct bundle *bundle) in mp_Init() 297 mp_Up(struct mp *mp, struct datalink *dl) in mp_Up() 381 mp_Down(struct mp *mp) in mp_Down() 415 mp_Assemble(struct mp *mp, struct mbuf *m, struct physical *p) in mp_Assemble() 632 mp_Output(struct mp *mp, struct bundle *bundle, struct link *l, in mp_Output() [all …]
|
| /NextBSD/lib/libc/db/mpool/ |
| HD | mpool.c | 66 MPOOL *mp; in mpool_open() local 100 mpool_filter(MPOOL *mp, void (*pgin) (void *, pgno_t, void *), in mpool_filter() 113 mpool_new(MPOOL *mp, pgno_t *pgnoaddr, u_int flags) in mpool_new() 147 mpool_delete(MPOOL *mp, void *page) in mpool_delete() 178 mpool_get(MPOOL *mp, pgno_t pgno, in mpool_get() 273 mpool_put(MPOOL *mp, void *page, u_int flags) in mpool_put() 299 mpool_close(MPOOL *mp) in mpool_close() 320 mpool_sync(MPOOL *mp) in mpool_sync() 339 mpool_bkt(MPOOL *mp) in mpool_bkt() 394 mpool_write(MPOOL *mp, BKT *bp) in mpool_write() [all …]
|
| /NextBSD/contrib/ntp/lib/isc/nothreads/include/isc/ |
| HD | mutex.h | 27 #define isc_mutex_init(mp) \ argument 29 #define isc_mutex_lock(mp) \ argument 31 #define isc_mutex_unlock(mp) \ argument 33 #define isc_mutex_trylock(mp) \ argument 35 #define isc_mutex_destroy(mp) \ argument
|
| /NextBSD/contrib/ntp/lib/isc/win32/include/isc/ |
| HD | mutex.h | 39 #define isc_mutex_init(mp) \ argument 41 #define isc_mutex_lock(mp) \ argument 43 #define isc_mutex_unlock(mp) \ argument 45 #define isc_mutex_trylock(mp) \ argument 47 #define isc_mutex_destroy(mp) \ argument
|
| /NextBSD/sys/fs/nullfs/ |
| HD | null_vfsops.c | 73 nullfs_mount(struct mount *mp) in nullfs_mount() 224 nullfs_unmount(mp, mntflags) in nullfs_unmount() argument 264 nullfs_root(mp, flags, vpp) in nullfs_root() argument 288 nullfs_quotactl(mp, cmd, uid, arg) in nullfs_quotactl() argument 298 nullfs_statfs(mp, sbp) in nullfs_statfs() argument 330 nullfs_sync(mp, waitfor) in nullfs_sync() argument 341 nullfs_vget(mp, ino, flags, vpp) in nullfs_vget() argument 359 nullfs_fhtovp(mp, fidp, flags, vpp) in nullfs_fhtovp() argument 375 nullfs_extattrctl(mp, cmd, filename_vp, namespace, attrname) in nullfs_extattrctl() argument 388 nullfs_reclaim_lowervp(struct mount *mp, struct vnode *lowervp) in nullfs_reclaim_lowervp() [all …]
|
| /NextBSD/sys/fs/unionfs/ |
| HD | union_vfsops.c | 73 unionfs_domount(struct mount *mp) in unionfs_domount() 321 unionfs_unmount(struct mount *mp, int mntflags) in unionfs_unmount() 355 unionfs_root(struct mount *mp, int flags, struct vnode **vpp) in unionfs_root() 376 unionfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg) in unionfs_quotactl() 389 unionfs_statfs(struct mount *mp, struct statfs *sbp) in unionfs_statfs() 438 unionfs_sync(struct mount *mp, int waitfor) in unionfs_sync() 445 unionfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in unionfs_vget() 451 unionfs_fhtovp(struct mount *mp, struct fid *fidp, int flags, in unionfs_fhtovp() 458 unionfs_checkexp(struct mount *mp, struct sockaddr *nam, int *extflagsp, in unionfs_checkexp() 465 unionfs_extattrctl(struct mount *mp, int cmd, struct vnode *filename_vp, in unionfs_extattrctl()
|
| /NextBSD/contrib/libarchive/libarchive/test/ |
| HD | test_write_disk_lookup.c | 31 int *mp = d; in group_cleanup() local 39 int *mp = d; in group_lookup() local 52 int *mp = d; in user_cleanup() local 60 int *mp = d; in user_lookup() local
|
| HD | test_read_disk.c | 31 int *mp = d; in gname_cleanup() local 39 int *mp = d; in gname_lookup() local 49 int *mp = d; in uname_cleanup() local 57 int *mp = d; in uname_lookup() local
|
| /NextBSD/sys/geom/raid/ |
| HD | g_raid_ctl.c | 50 g_raid_find_node(struct g_class *mp, const char *name) in g_raid_find_node() 100 g_raid_ctl_label(struct gctl_req *req, struct g_class *mp) in g_raid_ctl_label() 149 g_raid_ctl_stop(struct gctl_req *req, struct g_class *mp) in g_raid_ctl_stop() 189 g_raid_ctl_other(struct gctl_req *req, struct g_class *mp) in g_raid_ctl_other() 227 g_raid_ctl(struct gctl_req *req, struct g_class *mp, const char *verb) in g_raid_ctl()
|
| /NextBSD/lib/libstand/ |
| HD | zalloc.c | 89 znalloc(MemPool *mp, uintptr_t bytes) in znalloc() 148 zfree(MemPool *mp, void *ptr, uintptr_t bytes) in zfree() 257 zextendPool(MemPool *mp, void *base, uintptr_t bytes) in zextendPool() 284 zallocstats(MemPool *mp) in zallocstats()
|
| /NextBSD/sys/fs/ext2fs/ |
| HD | ext2_vfsops.c | 110 ext2_mount(struct mount *mp) in ext2_mount() 422 ext2_reload(struct mount *mp, struct thread *td) in ext2_reload() 518 ext2_mountfs(struct vnode *devvp, struct mount *mp) in ext2_mountfs() 694 ext2_unmount(struct mount *mp, int mntflags) in ext2_unmount() 745 ext2_flushfiles(struct mount *mp, int flags, struct thread *td) in ext2_flushfiles() 756 ext2_statfs(struct mount *mp, struct statfs *sbp) in ext2_statfs() 810 ext2_sync(struct mount *mp, int waitfor) in ext2_sync() 886 ext2_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in ext2_vget() 1006 ext2_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) in ext2_fhtovp() 1041 ext2_sbupdate(struct ext2mount *mp, int waitfor) in ext2_sbupdate() [all …]
|
| /NextBSD/sys/fs/autofs/ |
| HD | autofs_vfsops.c | 55 autofs_mount(struct mount *mp) in autofs_mount() 112 autofs_unmount(struct mount *mp, int mntflags) in autofs_unmount() 179 autofs_root(struct mount *mp, int flags, struct vnode **vpp) in autofs_root() 192 autofs_statfs(struct mount *mp, struct statfs *sbp) in autofs_statfs()
|
| /NextBSD/sys/geom/mountver/ |
| HD | g_mountver.c | 230 g_mountver_create(struct gctl_req *req, struct g_class *mp, struct g_provider *pp) in g_mountver_create() 341 g_mountver_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp) in g_mountver_destroy_geom() 348 g_mountver_ctl_create(struct gctl_req *req, struct g_class *mp) in g_mountver_ctl_create() 387 g_mountver_find_geom(struct g_class *mp, const char *name) in g_mountver_find_geom() 399 g_mountver_ctl_destroy(struct gctl_req *req, struct g_class *mp) in g_mountver_ctl_destroy() 512 g_mountver_taste(struct g_class *mp, struct g_provider *pp, int flags __unused) in g_mountver_taste() 564 g_mountver_config(struct gctl_req *req, struct g_class *mp, const char *verb) in g_mountver_config() 610 struct g_class *mp; in g_mountver_shutdown_pre_sync() local 623 g_mountver_init(struct g_class *mp) in g_mountver_init() 633 g_mountver_fini(struct g_class *mp) in g_mountver_fini()
|
| /NextBSD/sys/geom/mirror/ |
| HD | g_mirror_ctl.c | 51 g_mirror_find_device(struct g_class *mp, const char *name) in g_mirror_find_device() 94 g_mirror_ctl_configure(struct gctl_req *req, struct g_class *mp) in g_mirror_ctl_configure() 304 g_mirror_ctl_rebuild(struct gctl_req *req, struct g_class *mp) in g_mirror_ctl_rebuild() 387 g_mirror_ctl_insert(struct gctl_req *req, struct g_class *mp) in g_mirror_ctl_insert() 558 g_mirror_ctl_remove(struct gctl_req *req, struct g_class *mp) in g_mirror_ctl_remove() 622 g_mirror_ctl_resize(struct gctl_req *req, struct g_class *mp) in g_mirror_ctl_resize() 691 g_mirror_ctl_deactivate(struct gctl_req *req, struct g_class *mp) in g_mirror_ctl_deactivate() 753 g_mirror_ctl_forget(struct gctl_req *req, struct g_class *mp) in g_mirror_ctl_forget() 800 g_mirror_ctl_stop(struct gctl_req *req, struct g_class *mp, int wipe) in g_mirror_ctl_stop() 857 g_mirror_config(struct gctl_req *req, struct g_class *mp, const char *verb) in g_mirror_config()
|
| /NextBSD/sys/geom/raid3/ |
| HD | g_raid3_ctl.c | 49 g_raid3_find_device(struct g_class *mp, const char *name) in g_raid3_find_device() 96 g_raid3_ctl_configure(struct gctl_req *req, struct g_class *mp) in g_raid3_ctl_configure() 262 g_raid3_ctl_rebuild(struct gctl_req *req, struct g_class *mp) in g_raid3_ctl_rebuild() 334 g_raid3_ctl_stop(struct gctl_req *req, struct g_class *mp) in g_raid3_ctl_stop() 395 g_raid3_ctl_insert(struct gctl_req *req, struct g_class *mp) in g_raid3_ctl_insert() 539 g_raid3_ctl_remove(struct gctl_req *req, struct g_class *mp) in g_raid3_ctl_remove() 611 g_raid3_config(struct gctl_req *req, struct g_class *mp, const char *verb) in g_raid3_config()
|
| /NextBSD/sys/fs/msdosfs/ |
| HD | msdosfs_vfsops.c | 120 update_mp(struct mount *mp, struct thread *td) in update_mp() 240 msdosfs_mount(struct mount *mp) in msdosfs_mount() 414 mountmsdosfs(struct vnode *devvp, struct mount *mp) in mountmsdosfs() 795 msdosfs_unmount(struct mount *mp, int mntflags) in msdosfs_unmount() 872 msdosfs_root(struct mount *mp, int flags, struct vnode **vpp) in msdosfs_root() 889 msdosfs_statfs(struct mount *mp, struct statfs *sbp) in msdosfs_statfs() 939 msdosfs_sync(struct mount *mp, int waitfor) in msdosfs_sync() 1008 msdosfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) in msdosfs_fhtovp()
|