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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c96 mythread_state_flavor_t *flavors; member in struct:__anon118
160 mythread_state_flavor_t *flavors; local
169 flavors = t->flavors;
183 flavors[i];
185 thread_getstatus(th_act, flavors[i].flavor,
187 &flavors[i].count);
188 hoffset += flavors[i].count*sizeof(int);
236 mythread_state_flavor_t flavors[MAX_TSTATE_FLAVORS]; local
313 bcopy(thread_flavor_array, flavors,sizeo
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_host.c622 thread_state_flavor_array_t flavors )
648 && host_priv->exc_actions[i].flavor == flavors[j])
659 flavors[j] = host_priv->exc_actions[i].flavor;
684 thread_state_flavor_array_t flavors )
725 && host_priv->exc_actions[i].flavor == flavors[j])
736 flavors[j] = host_priv->exc_actions[i].flavor;
H A Dipc_tt.c1614 * The old ports, behavior and flavors are returned
1645 thread_state_flavor_array_t flavors)
1689 thread->exc_actions[i].flavor == flavors[j] ) {
1700 flavors[j] = thread->exc_actions[i].flavor;
1741 thread_state_flavor_array_t flavors)
1785 task->exc_actions[i].flavor == flavors[j] ) {
1795 flavors[j] = task->exc_actions[i].flavor;
1852 thread_state_flavor_array_t flavors)
1881 thread->exc_actions[i].flavor == flavors[j] ) {
1891 flavors[
1635 thread_swap_exception_ports( thread_t thread, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor, exception_mask_array_t masks, mach_msg_type_number_t *CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors) argument
1731 task_swap_exception_ports( task_t task, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor, exception_mask_array_t masks, mach_msg_type_number_t *CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors) argument
1845 thread_get_exception_ports( thread_t thread, exception_mask_t exception_mask, exception_mask_array_t masks, mach_msg_type_number_t *CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors) argument
1907 task_get_exception_ports( task_t task, exception_mask_t exception_mask, exception_mask_array_t masks, mach_msg_type_number_t *CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors) argument
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c1731 uint32_t flavors[2], i=0; local
1733 flavors[i++] = args.auth;
1734 if ((args.flags & NFSMNT_SECSYSOK) && ((i == 0) || (flavors[0] != RPCAUTH_SYS)))
1735 flavors[i++] = RPCAUTH_SYS;
1736 xb_add_word_array(error, &xb, flavors, i);
2123 * If no security flavors were specified we'll want to default to the server's
2372 error = nfs4_secinfo_rpc(nmp, &si, vfs_context_ucred(ctx), sec.flavors, &sec.count);
2379 nmp->nm_auth = sec.flavors[0];
2822 xb_get_32(error, &xb, nmp->nm_sec.flavors[i]);
2824 switch (nmp->nm_sec.flavors[
[all...]
H A Dnfs_socket.c1279 nmp->nm_servsec.flavors[0] = RPCAUTH_SYS;
1285 nmp->nm_auth = nmp->nm_sec.flavors[0];
1290 if (nmp->nm_sec.flavors[o] == nmp->nm_servsec.flavors[s]) {
1291 nmp->nm_auth = nmp->nm_sec.flavors[o];
1301 switch (nmp->nm_servsec.flavors[s]) {
1311 nmp->nm_auth = nmp->nm_servsec.flavors[s];
3960 * to track flavors to try. We fill the array with the mount's
3961 * preferred flavors or the server's preferred flavors o
[all...]
H A Dnfs.h174 #define NFS_MATTR_SECURITY 12 /* RPC security flavors to use */
415 /* Structure to hold an array of security flavors */
419 uint32_t flavors[NX_MAX_SEC_FLAVORS]; member in struct:nfs_sec
427 struct nfs_sec nxna_sec; /* security mechanism flavors */
541 struct nfs_sec nxo_sec; /* security mechanism flavors */
902 uint32_t *r_wrongsec; /* wrongsec: other flavors to try */
H A Dnfs_subs.c2404 if (sf1->flavors[i] != sf2->flavors[i])
3228 if (nd->nd_sec == nxo->nxo_sec.flavors[i]) {
H A Dnfs_gss.c267 if (!nmp->nm_sec.count) /* assume it's OK if we don't have a set of flavors */
270 if (nmp->nm_sec.flavors[i] == RPCAUTH_SYS)
H A Dnfs4_vnops.c1200 error = nfs4_secinfo_rpc(nmp, &req->r_secinfo, vfs_context_ucred(ctx), sec.flavors, &sec.count);
1208 nmp->nm_auth = sec.flavors[0];

Completed in 108 milliseconds