Searched refs:clone (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dnorma_protos.h63 boolean_t clone,
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs.h65 * Argument to clone callback after dev
78 * it's minor number updated by calling the supplied clone function on
86 * clone - minor number cloning function
92 int perms, int (*clone)(dev_t dev, int action),
H A Ddevfs_tree.c144 int (*clone)(dev_t dev, int action), const char *fmt, va_list ap);
1132 int n_minor = DEVFS_CLONE_ALLOC; /* new minor number for clone device */
1233 * Ask the clone minor number function for a new minor number
1297 * the clone function results in a state change in the cloned
1454 * clone - minor number cloning function
1461 gid_t gid, int perms, int (*clone)(dev_t dev, int action),
1480 new_dev = devfs_make_node_internal(dev, type, uid, gid, perms, clone, fmt, ap);
1525 gid_t gid, int perms, int (*clone)(dev_t dev, int action), const char *fmt, va_list ap)
1600 new_dev->de_dnp->dn_clone = clone;
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_bw_mmap_rd.c88 int clone; member in struct:__anon1358
284 if (state->clone) {
344 if (state->clone) unlink(state->filename);
H A Dlmbench_bw_file_rd.c85 int clone; member in struct:__anon1356
/darwin-on-arm/xnu/
H A Dxnu-build105 git clone $(pwd) $REAL_SRCROOT
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c568 * clone - meaningful only for bsdi and freebsd
573 struct ifnet **retifp, struct rtentry **retrt, int clone,
852 if (!clone) {
905 * explicitly specified (in case we're asked to clone.)
1135 * clone - meaningful only for bsdi and freebsd
1140 struct ifnet **retifp, struct rtentry **retrt, int clone,
1145 retrt, clone, 0, ip6oa));
571 selectroute(struct sockaddr_in6 *srcsock, struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro, struct ifnet **retifp, struct rtentry **retrt, int clone, int norouteok, const struct ip6_out_args *ip6oa) argument
1138 in6_selectroute(struct sockaddr_in6 *srcsock, struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro, struct ifnet **retifp, struct rtentry **retrt, int clone, const struct ip6_out_args *ip6oa) argument
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c1349 struct mbuf *clone = NULL; local
1353 clone = m_dup(m, M_DONTWAIT);
1367 if (clone == NULL) {
1370 m = clone;
H A Dip_output.c1402 struct mbuf *clone = NULL; local
1406 clone = m_dup(m, M_DONTWAIT);
1428 if (clone != NULL) {
1429 m0 = m = clone;

Completed in 43 milliseconds