Searched refs:history (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_fsevents.c351 struct history_item history[MAX_HISTORY]; local
357 memset(history, 0, sizeof(history));
397 if (history[i].kfse == NULL) {
404 // at and one of the events in the history table are for the
408 if (history[i].kfse->str == kfse->str) {
412 history[i].kfse->flags |= KFSE_RECYCLED_EVENT;
413 return history[i].kfse;
417 if (i < MAX_HISTORY && history[i].kfse == NULL) {
418 history[
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.c1805 /* XXX should compare policy against ipsec header history */
3920 struct ipsec_history history[]; member in struct:ipsec_tag
3924 #define IPSEC_TAG_HDR_SIZE (offsetof(struct ipsec_tag, history[0]))
4039 p = &itag->history[itag->history_count];
4063 return itag->history;

Completed in 37 milliseconds