Searched refs:policy (Results 26 - 34 of 34) sorted by last modified time

12

/haiku/src/system/libroot/posix/
H A Dscheduler.cpp26 sched_get_priority_min(int policy) argument
28 switch (policy) {
43 sched_get_priority_max(int policy) argument
45 switch (policy) {
/haiku/headers/libs/alm/
H A DALMLayout.h150 void SetBadLayoutPolicy(BadLayoutPolicy* policy);
/haiku/headers/build/private/storage/
H A DMergedDirectory.h21 // policy how to handle equally named entries in different
31 BPolicy policy = B_ALWAYS_FIRST);
37 void SetPolicy(BPolicy policy);
/haiku/headers/private/storage/
H A DMergedDirectory.h21 // policy how to handle equally named entries in different
31 BPolicy policy = B_ALWAYS_FIRST);
37 void SetPolicy(BPolicy policy);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DAbstractButton.cpp14 AbstractButton::AbstractButton(button_policy policy, BMessage* message, argument
18 fPolicy(policy),
27 AbstractButton::SetPolicy(button_policy policy) argument
29 fPolicy = policy;
47 // check whether to notify the listeners depending on the button policy
105 // update selected state according to policy
167 // update the selected state according to the button policy
H A DAbstractButton.h15 // button behavior policy
26 AbstractButton(button_policy policy,
30 void SetPolicy(button_policy policy);
/haiku/src/libs/posix_error_mapper/
H A Dpthread_thread.cpp58 (pthread_t thread, int *policy, struct sched_param *param),
59 return B_TO_POSITIVE_ERROR(sReal_pthread_getschedparam(thread, policy,
65 (pthread_t thread, int policy, const struct sched_param *param),
66 return B_TO_POSITIVE_ERROR(sReal_pthread_setschedparam(thread, policy,
/haiku/src/bin/network/telnet/
H A Dcommands.c2133 setpolicy(int lnet, struct addrinfo *res, char *policy)
2139 if (policy == NULL)
2142 buf = ipsec_set_policy(policy, strlen(policy));
2125 setpolicy(int lnet, struct addrinfo *res, char *policy) argument
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_command.h347 uint16 policy; member in struct:hci_rp_read_link_policy
359 uint16 policy; member in struct:hci_cp_write_link_policy

Completed in 67 milliseconds

12