Searched refs:who (Results 1 – 19 of 19) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | renice.c | 52 unsigned who; in renice_main() local 102 who = p->pw_uid; in renice_main() 104 who = bb_strtou(arg, NULL, 10); in renice_main() 116 old_priority = getpriority(which, who); in renice_main() 127 if (setpriority(which, who, new_priority) == 0) { in renice_main()
|
D | ionice.c | 33 static int ioprio_set(int which, int who, int ioprio) in ioprio_set() argument 35 return syscall(SYS_ioprio_set, which, who, ioprio); in ioprio_set() 38 static int ioprio_get(int which, int who) in ioprio_get() argument 40 return syscall(SYS_ioprio_get, which, who); in ioprio_get()
|
/busybox-1.35.0/networking/libiproute/ |
D | ll_map.h | 7 int ll_remember_index(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) FAST_FUNC;
|
D | ll_map.c | 39 int FAST_FUNC ll_remember_index(const struct sockaddr_nl *who UNUSED_PARAM, in ll_remember_index()
|
D | ipaddress.c | 226 static int FAST_FUNC print_addrinfo(const struct sockaddr_nl *who UNUSED_PARAM, in print_addrinfo() 411 static int FAST_FUNC store_nlmsg(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) in store_nlmsg() argument 426 ll_remember_index(who, n, NULL); in store_nlmsg()
|
D | ipneigh.c | 92 static int FAST_FUNC print_neigh(const struct sockaddr_nl *who UNUSED_PARAM, in print_neigh()
|
D | iprule.c | 53 static int FAST_FUNC print_rule(const struct sockaddr_nl *who UNUSED_PARAM, in print_rule()
|
D | iproute.c | 67 static int FAST_FUNC print_route(const struct sockaddr_nl *who UNUSED_PARAM, in print_route()
|
/busybox-1.35.0/networking/ |
D | tc.c | 327 const struct sockaddr_nl *who UNUSED_PARAM, in print_qdisc() 387 const struct sockaddr_nl *who UNUSED_PARAM, in print_class() 459 const struct sockaddr_nl *who UNUSED_PARAM, in print_filter()
|
/busybox-1.35.0/ |
D | LICENSE | 130 entire whole, and thus to each and every part regardless of who wrote it. 184 However, parties who have received copies, or rights, from you under 214 all those who receive copies directly or indirectly through you, then 239 original copyright holder who places the Program under this License
|
D | TODO | 8 Stuff that needs to be done. This is organized by who plans to get around to 57 for people who want an alternate implementation less bloated than the gnu
|
D | Config.in | 132 The file /var/run/utmp is used to track who is currently logged in. 135 "who" applet requires this option. 247 (regardless of who's running it).
|
D | NOFORK_NOEXEC.lst | 428 who - noexec. nofork candidate(is getutxent ok?)
|
/busybox-1.35.0/docs/ |
D | mdev.txt | 5 For those of us who know how to use mdev, a primer might seem lame. For
|
D | new-applet-HOWTO.txt | 18 such as who you stole the code from and so forth. Also include the mini-GPL
|
D | Serial-Programming-HOWTO.txt | 91 were created by programmers for programmers. Not by scholars who 93 use. Not by committees with people who have diverse personal or
|
D | contributing.txt | 59 Some (not all) of the applets in Busybox are "owned" by a maintainer who has 177 Conversely, you could get some positive responses from folks who might be
|
D | posix_conformance.txt | 720 who POSIX options 735 who Busybox specific options: None
|
/busybox-1.35.0/procps/ |
D | ps.posix | 137 the same format used by the who utility.
|