Searched refs:who (Results 1 - 11 of 11) sorted by path

/haiku/src/bin/network/telnetd/
H A Dtelnetd.c668 doit(struct sockaddr *who) argument
697 who, who->sa_len) == HOSTNAME_INVALIDADDR && registerd_host_only)
706 err_ = getnameinfo(who, who->sa_len, remote_hostname,
/haiku/src/system/libroot/posix/sys/
H A Dpriority.c101 getpriority(int which, id_t who) argument
106 if (who < 0)
114 while (get_next_thread_info(who, &th_cookie, &thread) == B_OK) {
128 who = who == 0 ? getpgrp() : who;
130 if (getpgid(team.team) != who)
145 // `who` (id_t) is int32, but uid_t is uint32, so using this
147 // `who` can never be negative because of the `who <
178 setpriority(int which, id_t who, int value) argument
[all...]
H A Dgetrusage.c16 int _getrusage_base(int who, struct rusage *rusage);
17 int _getrusage_current(int who, struct rusage *rusage);
21 _getrusage_base(int who, struct rusage *rusage) argument
25 if (get_team_usage_info(B_CURRENT_TEAM, who, &info) != B_OK) {
41 _getrusage_current(int who, struct rusage *rusage) argument
43 int err = _getrusage_base(who, rusage);
/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dplugin.py204 who = "them"
207 who = "him"
210 who = "them"
211 t = "sends %s to BGA's basement and chains %s to a post in front of a computer. Get to work!" % (to, who)
/haiku/headers/os/kernel/
H A DOS.h292 extern status_t _get_team_usage_info(team_id team, int32 who,
295 #define get_team_usage_info(team, who, info) \
296 _get_team_usage_info((team), (who), (info), sizeof(*(info)))
/haiku/headers/posix/sys/
H A Dresource.h78 extern int getrusage(int who, struct rusage *rusage);
83 extern int getpriority(int which, id_t who);
84 extern int setpriority(int which, id_t who, int priority);
/haiku/headers/private/kernel/
H A Dteam.h85 status_t _user_get_team_usage_info(team_id team, int32 who,
/haiku/headers/private/system/
H A Dsyscalls.h195 extern status_t _kern_get_team_usage_info(team_id team, int32 who,
/haiku/src/bin/network/ftpd/
H A Dftpd.c1005 * requesting login privileges. Disallow anyone who does not have a standard
2724 dolog(struct sockaddr *who)
2728 realhostname_sa(remotehost, sizeof(remotehost) - 1, who, who->sa_len);
2730 if (getnameinfo(who, who->sa_len,
/haiku/src/system/kernel/
H A Dteam.cpp2793 common_get_team_usage_info(team_id id, int32 who, team_usage_info* info, argument
2796 if (who != B_TEAM_USAGE_SELF && who != B_TEAM_USAGE_CHILDREN)
2815 switch (who) {
3920 _get_team_usage_info(team_id id, int32 who, team_usage_info* info, size_t size) argument
3925 return common_get_team_usage_info(id, who, info, 0);
4447 _user_get_team_usage_info(team_id team, int32 who, team_usage_info* userInfo, argument
4454 status_t status = common_get_team_usage_info(team, who, &info,
/haiku/src/system/libroot/os/
H A Dteam.c22 _get_team_usage_info(team_id team, int32 who, team_usage_info *info, size_t size) argument
24 return _kern_get_team_usage_info(team, who, info, size);

Completed in 140 milliseconds