Searched refs:flags (Results 51 - 75 of 428) sorted by relevance

1234567891011>>

/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c89 unsigned int * flags,
480 unsigned int flags; local
493 flags = IODefaultCacheBits(pa);
497 flags = VM_WIMG_IO;
501 flags = VM_WIMG_WTHRU;
505 flags = VM_WIMG_WCOMB;
509 flags = VM_WIMG_COPYBACK;
512 flags = VM_WIMG_INNERWBACK;
516 pmap_set_cache_attributes(pagenum, flags);
541 unsigned int flags; local
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_lookup.c159 int flags; local
179 flags = cnp->cn_flags;
185 if (flags & ISDOTDOT) { /* Wanting the parent */
254 (((flags & ISLASTCN) == 0) || ((nameiop != CREATE) && (nameiop != RENAME)))) {
272 (flags & ISLASTCN) &&
290 if (flags & ISLASTCN) {
310 } else if (flags & ISDOTDOT) {
323 if (!(flags & ISLASTCN) && (type != S_IFDIR) && (type != S_IFLNK)) {
351 (flags & ISLASTCN)) {
451 int flags local
[all...]
H A Dhfs_mount.h61 int flags; /* mounting flags, see below */ member in struct:hfs_mount_args
63 int journal_flags; /* flags to pass to journal_open/create */
69 #define HFSFSMNT_EXTENDED_ARGS 0x4 /* indicates new fields after "flags" are valid */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_mman.c146 int flags; local
186 flags = uap->flags;
213 if ((flags & MAP_JIT) && ((flags & MAP_FIXED) || (flags & MAP_SHARED) || !(flags & MAP_ANON))){
220 if (flags & MAP_FIXED) {
247 if (flags & MAP_ANON) {
254 error = mac_proc_check_map_anon(p, user_addr, user_size, prot, flags,
636 int flags; local
[all...]
H A Dkpi_socket.c57 int flags,
68 int flags,
85 if ((flags & ~(MSG_DONTWAIT)) != 0) {
89 if (((flags & MSG_DONTWAIT) != 0 || (sock->so_state & SS_NBIO) != 0) &&
223 int flags)
235 (flags & MSG_DONTWAIT) ? M_NOWAIT : M_WAITOK);
248 (flags & MSG_DONTWAIT) != 0)) {
255 ((sock->so_state & SS_NBIO) != 0 || (flags & MSG_DONTWAIT) != 0)) {
674 int flags,
708 data, (msg && msg->msg_control) ? &control : NULL, &flags);
64 sock_accept( socket_t sock, struct sockaddr *from, int fromlen, int flags, sock_upcall callback, void* cookie, socket_t *new_sock) argument
220 sock_connect( socket_t sock, const struct sockaddr *to, int flags) argument
670 sock_receive_internal( socket_t sock, struct msghdr *msg, mbuf_t *data, int flags, size_t *recvdlen) argument
763 sock_receive( socket_t sock, struct msghdr *msg, int flags, size_t *recvdlen) argument
778 sock_receivembuf( socket_t sock, struct msghdr *msg, mbuf_t *data, int flags, size_t *recvlen) argument
792 sock_send_internal( socket_t sock, const struct msghdr *msg, mbuf_t data, int flags, size_t *sentlen) argument
890 sock_send( socket_t sock, const struct msghdr *msg, int flags, size_t *sentlen) argument
902 sock_sendmbuf( socket_t sock, const struct msghdr *msg, mbuf_t data, int flags, size_t *sentlen) argument
1089 socket_set_traffic_mgt_flags_locked(socket_t sock, u_int32_t flags) argument
1096 socket_set_traffic_mgt_flags(socket_t sock, u_int32_t flags) argument
1107 socket_clear_traffic_mgt_flags_locked(socket_t sock, u_int32_t flags) argument
1114 socket_clear_traffic_mgt_flags(socket_t sock, u_int32_t flags) argument
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dkext_net.h69 sflt_data_flag_t flags);
71 mbuf_t *data, mbuf_t *control, sflt_data_flag_t flags);
85 * and flags dictate the position of the to-be-inserted NKE relative to
86 * the 'where' NKE. If the latter is NULL, the flags indicate "first"
/darwin-on-arm/xnu/bsd/sys/
H A Devent.h88 uint16_t flags; /* general flags */ member in struct:kevent
89 uint32_t fflags; /* filter-specific flags */
99 uint16_t flags; /* general flags */ member in struct:user64_kevent
100 uint32_t fflags; /* filter-specific flags */
108 uint16_t flags; /* general flags */ member in struct:user32_kevent
109 uint32_t fflags; /* filter-specific flags */
121 uint16_t flags; /* genera member in struct:kevent64_s
[all...]
H A Dprotosw.h275 int (*pru_rcvd)(struct socket *so, int flags);
276 int (*pru_rcvoob)(struct socket *so, struct mbuf *m, int flags);
277 int (*pru_send)(struct socket *so, int flags, struct mbuf *m,
297 struct mbuf *control, int flags);
324 extern int pru_rcvd_notsupp(struct socket *so, int flags);
326 int flags);
327 extern int pru_send_notsupp(struct socket *so, int flags, struct mbuf *m,
336 struct mbuf *control, int flags);
H A Dkern_control.h185 /* Data flags for controllers */
257 @param flags The flags specified by the client when calling
261 mbuf_t m, int flags);
396 @param flags Send flags. CTL_DATA_NOWAKEUP is currently the only
404 ctl_enqueuedata(kern_ctl_ref kctlref, u_int32_t unit, void *data, size_t len, u_int32_t flags);
414 @param flags Send flags. CTL_DATA_NOWAKEUP is currently the only
421 ctl_enqueuembuf(kern_ctl_ref kctlref, u_int32_t unit, mbuf_t m, u_int32_t flags);
[all...]
H A Daio_kern.h61 int flags; member in struct:aio_workq_entry
66 * definitions for aio_workq_entry.flags
H A Dkpi_socketfilter.h62 @abstract Constants defining mbuf flags. Only the flags listed below
130 different types of incoming and outgoing data. These flags help
264 @param flags Flags to indicate if this is out of band data or a
275 sflt_data_flag_t flags);
294 @param flags Flags to indicate if this is out of band data or a
305 sflt_data_flag_t flags);
591 * flags should match sflt_data_flag_t
605 @param flags Flags indicating the type of data.
611 mbuf_t data, mbuf_t control, sflt_data_flag_t flags);
[all...]
H A Dnamei.h143 * namei operational modifier flags, stored in ni_cnd.flags
144 * Also includes LOCKLEAF, LOCKPARENT, and WANTPARENT flags, defined above.
196 #define NDINIT(ndp, op, pop, flags, segflg, namep, ctx) { \
199 (ndp)->ni_cnd.cn_flags = flags; \
212 #define NDINIT(ndp, op, _unused_, flags, segflg, namep, ctx) { \
214 (ndp)->ni_cnd.cn_flags = flags; \
/darwin-on-arm/xnu/osfmk/UserNotification/
H A DKUNCUserNotifications.h47 unsigned flags,
62 unsigned flags,
/darwin-on-arm/xnu/security/
H A Dmac_label.c55 mac_labelzone_alloc(int flags) argument
59 if (flags & MAC_NOWAIT)
H A Dmac_mach_internal.h63 /* mac_do_machexc() flags */
67 int mac_do_machexc(int64_t code, int64_t subcode, uint32_t flags __unused);
110 int mac_task_label_externalize(struct label *, char *e, char *out, size_t olen, int flags);
112 int mac_port_label_externalize(struct label *, char *e, char *out, size_t olen, int flags);
/darwin-on-arm/xnu/osfmk/mach/
H A Dvm_statistics.h228 * VM allocation flags:
291 #define VM_GET_FLAGS_ALIAS(flags, alias) \
292 (alias) = ((flags) & VM_FLAGS_ALIAS_MASK) >> 24
293 #define VM_SET_FLAGS_ALIAS(flags, alias) \
294 (flags) = (((flags) & ~VM_FLAGS_ALIAS_MASK) | \
297 /* These are the flags that we accept from user-space */
/darwin-on-arm/xnu/osfmk/arm64/
H A Dpmap.c314 unsigned int flags)
320 pmap_enter(kernel_pmap, (vm_map_offset_t)virt, (start_addr), prot, flags, FALSE, TRUE);
334 io_map(vm_offset_t phys_addr, vm_size_t size, unsigned int flags) argument
347 flags);
353 flags);
359 vm_offset_t io_map_spec(vm_map_offset_t phys_addr, vm_size_t size, unsigned int flags) argument
361 return (io_map(phys_addr, size, flags));
310 pmap_map(vm_offset_t virt, vm_map_offset_t start_addr, vm_map_offset_t end_addr, vm_prot_t prot, unsigned int flags) argument
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_priq.c286 int flags, u_int32_t qid, struct priq_class **clp)
300 cl = priq_class_create(pif, priority, qlimit, flags, qid);
312 int flags, u_int32_t qid)
320 /* Sanitize flags unless internally configured */
322 flags &= PRCF_USERFLAGS;
325 if (flags & PRCF_RED) {
333 if (flags & PRCF_RIO) {
341 if (flags & PRCF_BLUE) {
349 if ((flags & (PRCF_RED|PRCF_RIO|PRCF_BLUE|PRCF_SFB)) &&
350 (flags
285 priq_add_queue(struct priq_if *pif, int priority, u_int32_t qlimit, int flags, u_int32_t qid, struct priq_class **clp) argument
311 priq_class_create(struct priq_if *pif, int pri, u_int32_t qlimit, int flags, u_int32_t qid) argument
997 priq_setup_ifclassq(struct ifclassq *ifq, u_int32_t flags) argument
[all...]
H A Dpktsched_tcq.c258 int flags, u_int32_t qid, struct tcq_class **clp)
272 cl = tcq_class_create(tif, priority, qlimit, flags, qid);
284 int flags, u_int32_t qid)
292 /* Sanitize flags unless internally configured */
294 flags &= TQCF_USERFLAGS;
297 if (flags & TQCF_RED) {
305 if (flags & TQCF_RIO) {
313 if (flags & TQCF_BLUE) {
321 if ((flags & (TQCF_RED|TQCF_RIO|TQCF_BLUE|TQCF_SFB)) &&
322 (flags
257 tcq_add_queue(struct tcq_if *tif, int priority, u_int32_t qlimit, int flags, u_int32_t qid, struct tcq_class **clp) argument
283 tcq_class_create(struct tcq_if *tif, int pri, u_int32_t qlimit, int flags, u_int32_t qid) argument
959 tcq_setup_ifclassq(struct ifclassq *ifq, u_int32_t flags) argument
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dtimer_call.c86 static boolean_t timer_call_enter_internal(timer_call_t call, timer_call_param_t param1, uint64_t deadline, uint32_t flags);
327 uint32_t flags)
337 call->flags = flags;
339 if ((flags & TIMER_CALL_CRITICAL) == 0 &&
378 uint32_t flags)
380 return timer_call_enter_internal(call, NULL, deadline, flags);
388 uint32_t flags)
390 return timer_call_enter_internal(call, param1, deadline, flags);
416 timer_call_param_t, CE(call)->param0, uint32_t, call->flags,
323 timer_call_enter_internal( timer_call_t call, timer_call_param_t param1, uint64_t deadline, uint32_t flags) argument
375 timer_call_enter( timer_call_t call, uint64_t deadline, uint32_t flags) argument
384 timer_call_enter1( timer_call_t call, timer_call_param_t param1, uint64_t deadline, uint32_t flags) argument
[all...]
/darwin-on-arm/xnu/bsd/netat/
H A Dat.c209 if ((at_state.flags & AT_ST_STARTED) &&
223 cfgp->flags = ifID->ifFlags;
225 bits of flags */
226 cfgp->flags |= (ifID->ifState & LAP_STATE_MASK);
249 if ((at_state.flags & AT_ST_STARTED) && ifID_home) {
317 if (!(at_state.flags & AT_ST_STARTED) || !ifID_home)
328 if (!(at_state.flags & AT_ST_STARTED) || !ifID_home)
339 if (!(at_state.flags & AT_ST_STARTED) || !ifID_home)
357 if (!(at_state.flags & AT_ST_STARTED) || !ifID_home)
425 if (!(at_state.flags
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_cc.h82 uint32_t flags; member in struct:tcp_cc_algo
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_stubs.c46 KXLDFlags flags __unused, cpu_type_t cputype __unused,
/darwin-on-arm/xnu/libkern/libkern/
H A DOSMalloc.h137 * @param flags A bitmask that controls allocation behavior; see description.
147 * <code>flags</code> can be the bitwise OR of the following flags:
159 uint32_t flags);
H A Dkxld.h50 * flags Flags to control the behavior of kxld
58 KXLDFlags flags,

Completed in 78 milliseconds

1234567891011>>