Searched refs:id (Results 51 - 73 of 73) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.h121 struct ipfw_flow_id id ; member in struct:ipfw_dyn_rule_compat
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.h83 u_int32_t id; /* It's unique number on the system. */ member in struct:secpolicy
180 * if security policy level == unique, this id
186 * Note that this id doesn't identify SA
H A Dip6_output.c900 * address without link-id information. Then the source
1024 u_int32_t id = htonl(ip6_id++); local
1112 ip6f->ip6f_ident = id;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_lookup.c1293 * 555 represents the volfs file system id
1295 * 123456 represents a file id
1306 unsigned long id; local
1311 /* Get file system id and move str to next component. */
1312 id = strtoul(path, &str, 10);
1313 if (id == 0 || str[0] != '/') {
1321 mp = mount_lookupby_volfsid(id, 1);
1330 /* Get file id and move str to next component. */
H A Dkpi_vfs.c4507 VNOP_ADVLOCK(struct vnode *vp, caddr_t id, int op, struct flock *fl, int flags, vfs_context_t ctx) argument
4517 a.a_id = id;
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSMetaClass.cpp655 record_kext_unload(ki->id);
657 ret = kmod_destroy(host_priv_self(), ki->id);
/macosx-10.5.8/xnu-1228.15.4/bsd/bsm/
H A Daudit_kernel.h373 void audit_arg_svipc_id(int id);
H A Daudit_record.h85 /* Various token id types */
262 token_t *au_to_ipc(char type, int id);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_glue.h410 #define mod_loadcnt id
H A Dsysctl.h590 #define KERN_PROC_PID 1 /* by process id */
591 #define KERN_PROC_PGRP 2 /* by process group id */
596 #define KERN_PROC_LCID 7 /* by login context id */
602 #define KERN_LCTX_LCID 1 /* by login context id */
612 uid_t p_ruid; /* Real user id. */
613 uid_t p_svuid; /* Saved effective user id. */
614 gid_t p_rgid; /* Real group id. */
615 gid_t p_svgid; /* Saved effective group id. */
621 uid_t cr_uid; /* effective user id */
634 pid_t e_ppid; /* parent process id */
661 pid_t id; /* Login Context ID */ member in struct:kinfo_lctx
[all...]
H A Dsysproto.h635 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)]; member in struct:waitid_args
1636 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)]; member in struct:waitid_nocancel_args
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exit.c1146 * uap->id pid_t or gid_t or ignored
1187 if (((int)uap->id) < 0)
1201 if (p->p_pid != (pid_t)uap->id)
1205 if (p->p_pgrpid != (pid_t)uap->id)
H A Dkern_bsm_token.c399 token_t *au_to_ipc(char type, int id) argument
412 ADD_U_INT32(dptr, id);
H A Dkern_audit.c2303 audit_arg_svipc_id(int id) argument
2311 ar->k_ar.ar_arg_svipc_id = id;
H A Dkern_proc.c1355 * %P process id (pid)
1356 * %U user id (uid)
1384 case 'P': /* process id */
1388 case 'U': /* user id */
1589 kil.id = l->lc_id;
1606 kil.id = l->lc_id;
H A Dkern_event.c2193 ev->id = ++static_event_id;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_lock.s276 #define LOCKSTAT_RECORD(id, lck) \
280 movl _lockstat_probemap + (id * 4),%eax ; \
298 #define LOCKSTAT_RECORD2(id, lck, arg) \
302 movl _lockstat_probemap + (id * 4),%eax ; \
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dmach_port.c1298 * KERN_INVALID_VALUE Bad id value.
1316 mach_msg_id_t id,
1353 switch (id) {
1313 mach_port_request_notification( ipc_space_t space, mach_port_name_t name, mach_msg_id_t id, mach_port_mscount_t sync, ipc_port_t notify, ipc_port_t *previousp) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c2086 nfs3_getquota(struct nfsmount *nmp, vfs_context_t ctx, u_long id, int type, struct dqblk *dqb) argument
2153 nfsm_chain_add_32(error, &nmreq, id);
2190 dqb->dqb_id = id;
2198 nfs4_getquota(struct nfsmount *nmp, vfs_context_t ctx, u_long id, int type, struct dqblk *dqb) argument
2221 if (id != kauth_cred_getuid(cred)) {
2224 temp_cred.cr_uid = id;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_lock.s47 #define LOCKSTAT_RECORD(id) \
50 lwz r5,4*id(r6) __ASMNL__ \
H A Dhw_vm.s2168 lhz r7,mpSpace(r12) ; Get mapping's space id
2204 lhz r7,mpSpace(r12) ; Get mapping's space id
3916 ; Error condition - space id selected an invalid pmap - fatal
3977 #error maxAdrSpb (address space id size) is not 14 bits!!!!!!!!!!!!
3982 ; r21: home space id number
4690 ; our vaddr and space id. The search is pipelined, so that we may fetch
4706 ; address in r28, the guest pmap's space id in r21, and the guest pmap's
5788 or. r0,r6,r4 ; cr0_eq <- !free && space id match
6041 or. r4,r4,r5 ; (space id miss || global)
6292 // We now have a dormant guest mapping that matches our space id an
[all...]
H A Dlowmem_vectors.s967 li r23,T_SYSTEM_CALL ; Get the system call id
1097 li r23,T_SYSTEM_CALL ; Get the system call id
H A Dvmachmon_asm.s368 rlwinm r4,r4,0,24,31 ; Isolate the context id

Completed in 362 milliseconds

123