Searched defs:set_policy (Results 1 - 4 of 4) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
H A D5-1.c30 int set_policy(char *label, int policy) function
58 rc = set_policy("SCHED_FIFO", SCHED_FIFO);
62 rc = set_policy("SCHED_RR", SCHED_RR);
66 rc = set_policy("SCHED_OTHER", SCHED_OTHER);
/external/iproute2/include/libiptc/
H A Dxtcshared.h15 int (*set_policy)(const xt_chainlabel, const xt_chainlabel, member in struct:xtc_ops
/external/iptables/include/libiptc/
H A Dxtcshared.h15 int (*set_policy)(const xt_chainlabel, const xt_chainlabel, member in struct:xtc_ops
/external/e2fsprogs/misc/
H A De4crypt.c347 static void set_policy(struct salt *set_salt, int pad, function
695 set_policy(NULL, pad, argc, argv, optind);
702 "e4crypt set_policy policy path ... \n\n" \
740 set_policy(&saltbuf, pad, argc, argv, optind+1);
827 CMD(set_policy),

Completed in 521 milliseconds