Home
last modified time | relevance | path

Searched refs:who (Results 1 – 19 of 19) sorted by relevance

/busybox-1.35.0/util-linux/
Drenice.c52 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()
Dionice.c33 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/
Dll_map.h7 int ll_remember_index(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) FAST_FUNC;
Dll_map.c39 int FAST_FUNC ll_remember_index(const struct sockaddr_nl *who UNUSED_PARAM, in ll_remember_index()
Dipaddress.c226 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()
Dipneigh.c92 static int FAST_FUNC print_neigh(const struct sockaddr_nl *who UNUSED_PARAM, in print_neigh()
Diprule.c53 static int FAST_FUNC print_rule(const struct sockaddr_nl *who UNUSED_PARAM, in print_rule()
Diproute.c67 static int FAST_FUNC print_route(const struct sockaddr_nl *who UNUSED_PARAM, in print_route()
/busybox-1.35.0/networking/
Dtc.c327 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/
DLICENSE130 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
DTODO8 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
DConfig.in132 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).
DNOFORK_NOEXEC.lst428 who - noexec. nofork candidate(is getutxent ok?)
/busybox-1.35.0/docs/
Dmdev.txt5 For those of us who know how to use mdev, a primer might seem lame. For
Dnew-applet-HOWTO.txt18 such as who you stole the code from and so forth. Also include the mini-GPL
DSerial-Programming-HOWTO.txt91 were created by programmers for programmers. Not by scholars who
93 use. Not by committees with people who have diverse personal or
Dcontributing.txt59 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
Dposix_conformance.txt720 who POSIX options
735 who Busybox specific options: None
/busybox-1.35.0/procps/
Dps.posix137 the same format used by the who utility.