Symbol: cat
crypto/openssl/include/internal/qlog.h
78
#define QLOG_EVENT_BEGIN(qlog, cat, name) \
crypto/openssl/include/internal/qlog.h
81
uint32_t qlog_event_type = QLOG_EVENT_TYPE_##cat##_##name; \
crypto/openssl/include/internal/qlog.h
84
#cat, #name, #cat ":" #name)) {
crypto/openssl/ssl/quic/qlog.c
615
static int ossl_unused filter_match_event(const char *cat, size_t cat_l,
crypto/openssl/ssl/quic/qlog.c
623
if ((cat != NULL && cat_l != expect_cat_l)
crypto/openssl/ssl/quic/qlog.c
625
|| (cat != NULL && memcmp(cat, expect_cat, expect_cat_l))
crypto/openssl/ssl/quic/qlog.c
641
const char *cat, size_t cat_l,
crypto/openssl/ssl/quic/qlog.c
646
if (filter_match_event(cat, cat_l, event, event_l, \
crypto/openssl/ssl/quic/qlog.c
688
const char *cat, *event;
crypto/openssl/ssl/quic/qlog.c
718
if (!lex_extract_to(&lex, ':', &cat, &cat_l))
crypto/openssl/ssl/quic/qlog.c
722
if (!validate_name(&cat, &cat_l))
crypto/openssl/ssl/quic/qlog.c
727
filter_apply(enabled, add, cat, cat_l, event, event_l);
include/xlocale/_ctype.h
90
#define XLOCALE_ISCTYPE(fname, cat) \
include/xlocale/_ctype.h
93
{ return __istype_l(__c, cat, __l); }
lib/libc/gen/uexterr_format.c
91
cat_to_filename(ue->cat), ue->src_line);
lib/libc/gen/uexterr_format.c
96
ue->error, ue->cat, cat_to_filename(ue->cat),
lib/libfetch/common.c
161
fetchLastErrCode = p->cat;
lib/libfetch/common.h
66
const int cat;
sys/fs/nfsclient/nfs.h
65
#define NFS_DPF(cat, args) \
sys/fs/nfsclient/nfs.h
67
if (nfs_debug & NFS_DEBUG_##cat) printf args; \
sys/fs/nfsclient/nfs.h
72
#define NFS_DPF(cat, args)
sys/kern/sys_generic.c
2251
ue->cat = td->td_kexterr.cat;
sys/kern/sys_generic.c
2340
td->td_kexterr.cat = category;
sys/kern/sys_generic.c
2376
ke->error, ke->cat, ke->msg == NULL ? "<none>" : ke->msg,
sys/net80211/ieee80211_action.c
122
ieee80211_send_action_unregister(int cat, int act)
sys/net80211/ieee80211_action.c
124
ieee80211_send_action_register(cat, act, send_inval);
sys/net80211/ieee80211_action.c
128
ieee80211_send_action(struct ieee80211_node *ni, int cat, int act, void *sa)
sys/net80211/ieee80211_action.c
132
switch (cat) {
sys/net80211/ieee80211_action.c
158
return f(ni, cat, act, sa);
sys/net80211/ieee80211_action.c
195
ieee80211_recv_action_register(int cat, int act, ieee80211_recv_action_func *f)
sys/net80211/ieee80211_action.c
197
switch (cat) {
sys/net80211/ieee80211_action.c
233
ieee80211_recv_action_unregister(int cat, int act)
sys/net80211/ieee80211_action.c
235
ieee80211_recv_action_register(cat, act, recv_inval);
sys/net80211/ieee80211_action.c
52
send_inval(struct ieee80211_node *ni, int cat, int act, void *sa)
sys/net80211/ieee80211_action.c
84
ieee80211_send_action_register(int cat, int act, ieee80211_send_action_func *f)
sys/net80211/ieee80211_action.c
86
switch (cat) {
sys/net80211/ieee80211_action.h
39
int ieee80211_send_action_register(int cat, int act,
sys/net80211/ieee80211_action.h
41
void ieee80211_send_action_unregister(int cat, int act);
sys/net80211/ieee80211_action.h
46
int ieee80211_recv_action_register(int cat, int act,
sys/net80211/ieee80211_action.h
48
void ieee80211_recv_action_unregister(int cat, int act);
sys/nfsclient/nfs.h
203
#define NFS_DPF(cat, args) \
sys/nfsclient/nfs.h
205
if (nfs_debug & NFS_DEBUG_##cat) printf args; \
sys/nfsclient/nfs.h
210
#define NFS_DPF(cat, args)
sys/nfsserver/nfs.h
230
#define NFS_DPF(cat, args) \
sys/nfsserver/nfs.h
232
if (nfs_debug & NFS_DEBUG_##cat) printf args; \
sys/nfsserver/nfs.h
237
#define NFS_DPF(cat, args)
sys/sys/_exterr.h
21
unsigned cat;
sys/sys/_uexterror.h
19
__uint32_t cat;
sys/sys/exterrvar.h
42
(kep)->cat = EXTERR_CATEGORY; \
sys/sys/linker.h
306
#define KLD_DPF(cat, args) \
sys/sys/linker.h
308
if (kld_debug & KLD_DEBUG_##cat) printf args; \
sys/sys/linker.h
313
#define KLD_DPF(cat, args)
sys/sys/module.h
245
#define MOD_DPF(cat, args) do { \
sys/sys/module.h
246
if (mod_debug & MOD_DEBUG_##cat) \
sys/sys/module.h
252
#define MOD_DPF(cat, args)
usr.bin/compress/compress.c
119
if (cat == 1 && style == COMPRESS && argc > 1)
usr.bin/compress/compress.c
128
} else if (cat) {
usr.bin/compress/compress.c
166
cat ? "/dev/stdout" : *argv, bits);
usr.bin/compress/compress.c
175
cat ? "/dev/stdout" : newname, bits);
usr.bin/compress/compress.c
62
int bits, cat, ch;
usr.bin/compress/compress.c
65
cat = 0;
usr.bin/compress/compress.c
75
cat = 1;
usr.bin/compress/compress.c
89
cat = 1;
usr.bin/kdump/kdump.c
2452
ue->error, ue->cat, ue->src_line,
usr.bin/locale/locale.c
794
kwval_lookup(const char *kwname, char **kwval, int *cat, int *type, int *alloc)
usr.bin/locale/locale.c
805
*cat = kwinfo[i].catid;
usr.bin/locale/locale.c
842
int type, cat, tmpval, alloc;
usr.bin/locale/locale.c
845
if (kwval_lookup(kw, &kwval, &cat, &type, &alloc) == 0) {
usr.bin/locale/locale.c
853
printf("%-20s ", lookup_localecat(cat));
usr.bin/locale/locale.c
855
printf("%-20s\t%s\n", kw, lookup_localecat(cat));
usr.bin/locale/locale.c
896
lookup_localecat(int cat)
usr.bin/locale/locale.c
901
if (lcinfo[i].id == cat) {
usr.bin/mail/cmd3.c
228
np = cat(np, extract(rcv, GTO));
usr.bin/mail/cmd3.c
599
head.h_to = cat(head.h_to, extract(cp, GTO));
usr.bin/mail/collect.c
242
hp->h_to = cat(hp->h_to, extract(&linebuf[2], GTO));
usr.bin/mail/collect.c
266
hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC));
usr.bin/mail/collect.c
272
hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC));
usr.bin/mail/extern.h
32
struct name *cat(struct name *, struct name *);
usr.bin/mail/main.c
220
cc = cat(cc, nalloc(optarg, GCC));
usr.bin/mail/main.c
226
bcc = cat(bcc, nalloc(optarg, GBCC));
usr.bin/mail/main.c
246
to = cat(to, nalloc(argv[i], GTO));
usr.bin/mail/main.c
248
smopts = cat(smopts, nalloc(argv[i], 0));
usr.bin/mail/send.c
325
to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc)));
usr.bin/mail/send.c
357
namelist = unpack(cat(hp->h_smopts, to));
usr.bin/mail/send.c
435
cat(hp->h_to, nalloc(np->n_name, np->n_type));
usr.bin/mail/send.c
438
cat(hp->h_cc, nalloc(np->n_name, np->n_type));
usr.bin/mail/send.c
441
cat(hp->h_bcc, nalloc(np->n_name, np->n_type));
usr.bin/vmstat/vmstat.c
521
#define GET_VM_STATS(cat, name) do { \
usr.bin/vmstat/vmstat.c
523
mysysctl("vm.stats." #cat "." #name, &vmmp->name, &size); \