Searched refs:hint (Results 26 - 35 of 35) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sig.c150 static int filt_signal(struct knote *kn, long hint);
2616 filt_signal(struct knote *kn, long hint) argument
2619 if (hint & NOTE_SIGNAL) {
2620 hint &= ~NOTE_SIGNAL;
2622 if (kn->kn_id == (unsigned int)hint)
2624 } else if (hint & NOTE_EXIT) {
H A Dkern_proc.c2460 proc_knote(struct proc * p, long hint) argument
2463 KNOTE(&p->p_klist, hint);
H A Dpthread_synch.c823 #error Need to define a stack address hint for this architecture
1371 #error Need to define a stack address hint for this architecture
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc_internal.h594 void proc_knote(struct proc * p, long hint);
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.h214 /* vm_behavior_t */ behavior:2, /* user paging behavior hint */
260 * by address. One hint is used to start
262 * insertion, or removal. Another hint is used to
280 vm_map_entry_t hint; /* hint for quick lookups */ member in struct:_vm_map
281 vm_map_entry_t first_free; /* First free space hint */
H A Dvm_map.c354 * entries; a single hint is used to speed up lookups.
626 result->hint = vm_map_to_entry(result);
678 if((entry) == (map)->hint) \
679 (map)->hint = vm_map_to_entry(map); \
1111 * Saves the specified entry as the hint for
1115 * and someone else wins and stores their 'hint'
1119 OSCompareAndSwap((UInt32)((map)->hint), (UInt32)value, (UInt32 *)(&(map)->hint)); \
1126 * Saves the specified entry as the hint for
1134 (map)->hint
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c3156 static int filt_fsevent(struct knote *kn, long hint);
3181 filt_fsevent(struct knote *kn, long hint) argument
3188 if ((kn->kn_sfflags == 0) || (kn->kn_sfflags & hint)) {
3189 kn->kn_fflags |= hint;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_vm.s170 bt++ pf64Bitb,hamSF1 ; skip if 64-bit (only they take the hint)
555 bt++ pf64Bitb,hrmSF1 ; skip if 64-bit (only they take the hint)
809 hrmErRtn: bt++ pf64Bitb,hrmSF1z ; skip if 64-bit (only they take the hint)
1772 bt++ pf64Bitb,hppSF ; skip if 64-bit (only they take the hint)
1799 bt++ pf64Bitb,hppSF2 ; skip if 64-bit (only they take the hint)
1811 bt++ pf64Bitb,hppSF3 ; skip if 64-bit (only they take the hint)...
1886 bt++ pf64Bitb,hpmSF1 ; skip if 64-bit (only they take the hint)
2006 bt++ pf64Bitb,hpsSF1 ; skip if 64-bit (only they take the hint)
2022 bt++ pf64Bitb,hpsSF ; skip if 64-bit (only they take the hint)
2067 bt++ pf64Bitb,hpsSF3 ; skip if 64-bit (only they take the hint)
[all...]
H A DFirmware.s2201 bt++ pf64Bitb,stsSF1 ; skip if 64-bit (only they take the hint)
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c2265 u_int32_t hint; local
2281 hint = hfs_pickencoding(unicode_name, bytes / 2);
2282 error = sysctl_int(oldp, oldlenp, USER_ADDR_NULL, 0, (int32_t *)&hint);

Completed in 215 milliseconds

12