OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qhead
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.bin/whois/
whois.c
304
const char *
qhead
;
local in function:choose_server
314
qhead
= country;
315
else if ((
qhead
= strrchr(name, '.')) == NULL) {
329
} else if (isdigit((unsigned char)*(++
qhead
)))
336
if (asprintf(&server, "whois.nic.%s",
qhead
) == -1)
340
if ((strlen(
qhead
) == 2 ||
342
strcasecmp(
qhead
, "org") == 0 ||
343
strcasecmp(
qhead
, "com") == 0 ||
344
strcasecmp(
qhead
, "net") == 0 ||
345
strcasecmp(
qhead
, "cat") == 0 |
[
all
...]
/src/sys/altq/
altq_classq.h
74
#define
qhead
(q) ((q)->tail_ ? (q)->tail_->m_nextpkt : NULL)
macro
altq_hfsc.c
819
next_len = m_pktlen(
qhead
(cl->cl_q));
877
return
qhead
(cl->cl_q);
1851
update_ed(cl, m_pktlen(
qhead
(cl->cl_q)));
altq_blue.c
617
return (
qhead
(rqp->rq_q));
altq_rio.c
780
return
qhead
(rqp->rq_q);
altq_priq.c
563
return
qhead
(cl->cl_q);
altq_red.c
1039
return
qhead
(rqp->rq_q);
altq_rmclass.c
1657
return
qhead
(cl->q_);
altq_jobs.c
928
return
qhead
(cl->cl_q);
Completed in 18 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025