Searched refs:u_int (Results 151 - 175 of 189) sorted by relevance

12345678

/xnu-2422.115.4/bsd/netinet/
H A Digmp.c426 u_int namelen;
442 if (name[0] <= 0 || name[0] > (u_int)if_index) {
3601 u_int recslen;
H A Dip_dummynet.c1402 u_int q_size = (fs->flags_fs & DN_QSIZE_IS_BYTES) ? q->len_bytes : q->len;
1424 u_int t = (curr_time - q->q_time) / fs->lookup_step;
1996 x->w_q_lookup = (u_int *) _MALLOC(x->lookup_depth * sizeof(int),
H A Dtcp_subr.c1986 (((u_int)isn_last_reseed + (u_int)tcp_isn_reseed_interval*hz)
1987 < (u_int)timenow.tv_sec))) {
/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c109 static u_int unp_count;
118 static u_int disconnect_in_progress;
H A Dkern_authorization.c111 u_int ks_flags;
H A Dkpi_mbuf.c117 caddr_t extbuf, void (*extfree)(caddr_t , u_int, caddr_t),
H A Dposix_sem.c241 !bcmp(pcp->psem_name, pnp->psem_nameptr, (u_int)pcp-> psem_nlen))
H A Dposix_shm.c254 !bcmp(pcp->pshm_name, pnp->pshm_nameptr, (u_int)pcp-> pshm_nlen))
H A Duipc_domain.c913 net_sysctl(int *name, u_int namelen, user_addr_t oldp, size_t *oldlenp,
H A Duipc_mbuf.c3384 void (*extfree)(caddr_t, u_int, caddr_t), u_int extsize, caddr_t extarg,
3566 m_bigfree(caddr_t p, __unused u_int size, __unused caddr_t arg)
3602 m_16kfree(caddr_t p, __unused u_int size, __unused caddr_t arg)
4783 (u_int)n->m_len);
5816 u_int len;
5829 u_int len;
H A Dkdebug.c119 int kdbg_control(int *, u_int, user_addr_t, size_t *);
2260 kdbg_control(int *name, u_int namelen, user_addr_t where, size_t *sizep)
H A Duipc_socket2.c1844 if (CMSG_SPACE((u_int)size) > MLEN)
1870 if (CMSG_SPACE((u_int)size) + (*mp)->m_len > MLEN) {
/xnu-2422.115.4/security/
H A Dmac_policy.h4171 u_int namelen,
5023 u_int *csflags,
H A Dmac_framework.h414 u_int namelen, user_addr_t oldctl, user_addr_t oldlenp, int inkernel,
/xnu-2422.115.4/bsd/net/
H A Dif_gif.c424 bpfattach(sc->gif_if, DLT_NULL, sizeof (u_int));
H A Dndrv.c607 sprint_d(u_int n, char *buf, int buflen)
H A Dif_vlan.c1209 u_int tag = 0;
H A Drtsock.c1937 u_int namelen = arg2;
/xnu-2422.115.4/bsd/netinet6/
H A Draw_ip6.c349 u_int plen = m->m_pkthdr.len;
H A Dicmp6.c286 u_int preplen;
1150 u_int mtu = ntohl(icmp6->icmp6_mtu);
H A Dip6_mroute.c150 u_int mrt6debug = 0; /* debug level */
/xnu-2422.115.4/osfmk/i386/AT386/
H A Dmodel_dep.c975 u_int i;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_subs.c3522 nfsrv_update_user_stat(struct nfs_export *nx, struct nfsrv_descript *nd, uid_t uid, u_int ops, u_int rd_bytes, u_int wr_bytes)
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm.c599 u_int uctr;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c2719 vfs_sysctl(int *name, u_int namelen, user_addr_t oldp, size_t *oldlenp,
2724 u_int usernamelen;
4613 u_int maj = major(vp->v_rdev);
4615 if (maj < (u_int)nchrdev && cdevsw[maj].d_type == D_TTY)

Completed in 248 milliseconds

12345678