Searched refs:update (Results 1 - 9 of 9) sorted by relevance

/xnu-2422.115.4/osfmk/i386/
H A Ducode.c17 #define IA32_BIOS_UPDT_TRIG (0x79) /* microcode update trigger MSR */
21 /* Exceute the actual update! */
59 /* We keep one global spin-lock. We could have one per update
60 * request... but srsly, why would you update microcode like that?
81 /* Copy in an update */
86 struct intel_ucupdate *update; local
105 size = 2048; /* default update size; see SDM */
108 * create the buffer for the update
112 ret = kmem_alloc_kobject(kernel_map, (vm_offset_t *)&update, size);
117 error = copyin((user_addr_t)inaddr, (void*)update, siz
[all...]
/xnu-2422.115.4/bsd/netinet6/
H A Dah.h73 void (*update)(struct ah_algorithm_state *, caddr_t, size_t); member in struct:ah_algorithm
H A Dah_core.c322 * won't update the total length.
1211 (algo->update)(algos, mtod(m, caddr_t) + off, len);
1233 (algo->update)(algos, mtod(n, caddr_t) + off, tlen);
1302 (algo->update)(&algos, (caddr_t)&iphdr, sizeof(struct ip));
1394 (algo->update)(&algos, (caddr_t)p, hlen - sizeof(struct ip));
1443 (algo->update)(&algos, mtod(n, caddr_t), n->m_len);
1552 (algo->update)(&algos, (caddr_t)&ip6copy,
1594 (algo->update)(&algos, mtod(n, caddr_t), n->m_len);
1666 (algo->update)(&algos, mtod(n, caddr_t), n->m_len);
H A Desp_core.c716 // update unaligned pointers
955 // update unaligned pointers
1079 (*algo->update)(&s, (caddr_t)(mtod(m, u_char *) + off),
1085 (*algo->update)(&s, (caddr_t)(mtod(m, u_char *) + off), length);
H A Dnd6_rtr.c299 * Don't update the neighbor cache, if src = :: or a non-neighbor.
1234 int update = 0; local
1344 ++update;
1425 ++update;
1497 ++update;
1502 * we update (it needs to be promoted to primary.)
1506 ++update;
1518 ++update;
1523 * If Scoped Routing is enabled and there's nothing to update,
1530 if (!ip6_doscopedroute || !update) {
[all...]
/xnu-2422.115.4/osfmk/x86_64/
H A Dboot_pt.c63 #error Please update boot_pt.c to reflect the new value of NPGPTD
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_session.c800 int update; local
803 ("audit_update_sentry: Trying to update the default aia."));
805 update = (aia->ai_auid != new_aia->ai_auid ||
810 if (update)
813 return (update);
879 * hash table. If so, update it with the new auditinfo.
1114 * Safely update kauth cred of the given process with new the given audit info.
1143 /* If the process left a session then update the process count. */
1183 /* update cred on proc */
1617 * Add to global list and update globa
[all...]
/xnu-2422.115.4/bsd/net/classq/
H A Dclassq_subr.c627 /* update token only when it is negative */
690 boolean_t update)
726 if (update)
810 if (update && tbr->tbr_rate_raw != old_rate)
689 ifclassq_tbr_set(struct ifclassq *ifq, struct tb_profile *profile, boolean_t update) argument
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c392 * mount instead of update.
486 * Process an update for an existing mount
516 * If content protection is enabled, update mounts are not
536 * permitted to update it.
564 goto update;
642 /* XXX 3762912 hack to support HFS filesystem 'owner' - filesystem may update later */
652 update:
1288 * permitted to update it.
1434 /* Get exclusive rwlock on mount, authorize update on mp */
1470 /* Check the device vnode and update moun
[all...]

Completed in 48 milliseconds