Searched refs:op (Results 51 - 65 of 65) sorted by relevance

123

/darwin-on-arm/xnu/bsd/netinet6/
H A Dicmp6.c2940 int level, op, optname; local
2944 op = sopt->sopt_dir;
2948 level = op = optname = optlen = 0;
2954 switch (op) {
/darwin-on-arm/xnu/bsd/sys/
H A Dmount.h1220 @param op Operation (see vfs_trigger_callback_op_t)
1224 typedef void vfs_trigger_callback_t(mount_t mp, vfs_trigger_callback_op_t op, void *data, vfs_context_t ctx);
1243 When the "op" is VTC_RELEASE, the mountpoint is going away, and the only valid
H A Dvnode.h285 extern int vfs_istraditionaltrigger(enum path_operation op, const struct componentname *cnp);
713 /* ptr to the ptr to the vector where op should go */
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c2570 initialize_screen(PE_Video * boot_vinfo, unsigned int op) argument
2588 if (kPEBaseAddressChange != op)
2698 if (kPEBaseAddressChange != op)
2720 switch ( op )
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_vnops.c30 * vnode op calls for NFS version 4
1152 uint32_t op = NFS_OP_LOOKUP; local
1194 if (!error && (op == NFS_OP_LOOKUP) && (nmp->nm_state & NFSSTA_NEEDSECINFO)) {
3564 int op,
3592 if (op == F_SETLKW)
4231 int op = ap->a_op; local
4318 nlop = nfs_lock_owner_find(np, vfs_context_proc(ctx), (op != F_UNLCK));
4320 error = (op == F_UNLCK) ? 0 : ENOMEM;
4326 if (op == F_GETLK) {
4346 error = nfs4_reopen(nofp, ((op
3560 nfs_advlock_setlock( nfsnode_t np, struct nfs_open_file *nofp, struct nfs_lock_owner *nlop, int op, uint64_t start, uint64_t end, int style, short type, vfs_context_t ctx) argument
[all...]
H A Dnfs_socket.c2301 uint32_t val, xid, procnum, taglen, cbid, numops, op, status; local
2307 xid = numops = op = status = procnum = taglen = cbid = 0;
2345 /* tag, minorversion, cb ident, numops, op array */
2405 nfsm_chain_get_32(error, &nmreq, op);
2408 switch (op) {
2429 nfsm_chain_add_32(error, &nmrep, op);
2501 nfsm_chain_add_32(error, &nmrep, op);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c7688 uint64_t op; member in struct:nspace_item_info
7776 static inline nspace_type_t nspace_type_for_op(uint64_t op) argument
7778 switch(op & NAMESPACE_HANDLER_EVENT_TYPE_MASK) {
7786 printf("nspace_type_for_op: invalid op mask %llx\n", op & NAMESPACE_HANDLER_EVENT_TYPE_MASK);
7864 resolve_nspace_item(struct vnode *vp, uint64_t op) argument
7866 return resolve_nspace_item_ext(vp, op, NULL);
7870 resolve_nspace_item_ext(struct vnode *vp, uint64_t op, void *arg) argument
7874 nspace_type_t nspace_type = nspace_type_for_op(op);
7892 if ( (op
[all...]
H A Dvfs_subr.c7961 * If there is a ._._ file abort the op
8333 vfs_istraditionaltrigger(enum path_operation op, const struct componentname *cnp) argument
8336 return ((1LL << op) & ignorable_pathops_mask) == 0;
8393 enum path_operation op; local
8424 * XXX - should we use ISLASTCN to pick the op value??? Perhaps only leafs should
8427 op = (ndp->ni_op < OP_MAXOP) ? ndp->ni_op: OP_LOOKUP;
8429 result = rp->vr_resolve_func(vp, &ndp->ni_cnd, op, 0, rp->vr_data, ctx);
H A Dkpi_vfs.c5686 VNOP_ADVLOCK(struct vnode *vp, caddr_t id, int op, struct flock *fl, int flags, vfs_context_t ctx) argument
5698 a.a_op = op;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c3331 enum BTreeIterationOperations op; local
3333 op = kBTreeCurrentRecord;
3335 op = kBTreeNextRecord;
3341 result = BTIterateRecords(fcb, op, iterator,
3344 result = BTIterateRecords(fcb, op, iterator,
H A Dhfs_vfsops.c3498 hfs_volupdate(struct hfsmount *hfsmp, enum volop op, int inroot) argument
3509 switch (op) {
/darwin-on-arm/xnu/bsd/net/
H A Dpfvar.h287 u_int8_t op; member in struct:pf_port_range
488 u_int8_t op; member in struct:pf_rule_uid
494 u_int8_t op; member in struct:pf_rule_gid
H A Dpf_ioctl.c1242 PF_MD5_UPD(pfr, xport.range.op);
1268 PF_MD5_UPD(rule, uid.op);
1271 PF_MD5_UPD(rule, gid.op);
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.c823 hfsc_dequeue(struct hfsc_if *hif, cqdq_op_t op) argument
840 if (op == CLASSQDQ_REMOVE && hif->hif_pollcache != NULL) {
884 if (op == CLASSQDQ_POLL) {
/darwin-on-arm/xnu/security/
H A Dmac_policy.h814 @param op The lock operation (F_GETLK, F_SETLK, F_UNLK)
818 the lock operation indicated by op and fl on the file represented by fg.
828 int op,
3132 @param op ledger operation
3145 int op

Completed in 204 milliseconds

123