Symbol: tname
bin/ps/extern.h
88
char *tname(KINFO *, VARENT *);
bin/ps/keyword.c
215
{"tt", {NULL}, "TT ", "terminal-name", 0, tname, 0, UNSPEC, NULL},
crypto/heimdal/appl/telnet/telnet/telnet.c
639
telnet_setupterm(const char *tname, int fd, int *errp)
crypto/heimdal/appl/telnet/telnet/telnet.c
642
if (tgetent(termbuf, tname) == 1) {
crypto/heimdal/appl/telnet/telnet/telnet.c
652
strlcpy(termbuf, tname, sizeof(termbuf));
crypto/heimdal/appl/telnet/telnet/telnet.c
663
char *tname;
crypto/heimdal/appl/telnet/telnet/telnet.c
672
if ((tname = (char *)env_getvalue((unsigned char *)"TERM")) &&
crypto/heimdal/appl/telnet/telnet/telnet.c
673
telnet_setupterm(tname, 1, &err) == 0) {
crypto/heimdal/appl/telnet/telnet/telnet.c
674
tnamep = mklist(termbuf, tname);
crypto/heimdal/appl/telnet/telnet/telnet.c
676
if (tname && ((int)strlen(tname) <= 40)) {
crypto/heimdal/appl/telnet/telnet/telnet.c
677
unknown[0] = tname;
crypto/heimdal/appl/telnet/telnet/telnet.c
678
strupr(tname);
crypto/heimdal/lib/asn1/gen_decode.c
474
char *tname = NULL, *typestring = NULL;
crypto/heimdal/lib/asn1/gen_decode.c
531
if (asprintf (&tname, "%s_Tag", tmpstr) < 0 || tname == NULL)
crypto/heimdal/lib/asn1/gen_decode.c
533
decode_type (name, t->subtype, 0, forwstr, tname, ide, depth + 1);
crypto/heimdal/lib/asn1/gen_decode.c
558
free(tname);
crypto/heimdal/lib/asn1/gen_encode.c
390
char *tname = NULL;
crypto/heimdal/lib/asn1/gen_encode.c
392
if (asprintf (&tname, "%s_tag", tmpstr) < 0 || tname == NULL)
crypto/heimdal/lib/asn1/gen_encode.c
394
c = encode_type (name, t->subtype, tname);
crypto/heimdal/lib/asn1/gen_encode.c
401
free (tname);
crypto/heimdal/lib/asn1/gen_length.c
250
char *tname = NULL;
crypto/heimdal/lib/asn1/gen_length.c
251
if (asprintf(&tname, "%s_tag", tmpstr) < 0 || tname == NULL)
crypto/heimdal/lib/asn1/gen_length.c
253
length_type (name, t->subtype, variable, tname);
crypto/heimdal/lib/asn1/gen_length.c
256
free(tname);
crypto/heimdal/lib/asn1/gen_template.c
332
tlist_cmp_name(const char *tname, const char *qname)
crypto/heimdal/lib/asn1/gen_template.c
334
struct tlist *tl = tlist_find_by_name(tname);
crypto/heimdal/lib/asn1/gen_template.c
618
char *tname = NULL, *elname = NULL;
crypto/heimdal/lib/asn1/gen_template.c
627
if (asprintf(&tname, "tag_%s_%p", name ? name : "", t) < 0 || tname == NULL)
crypto/heimdal/lib/asn1/gen_template.c
629
output_name(tname);
crypto/heimdal/lib/asn1/gen_template.c
631
if (asprintf(&elname, "%s_%s", basetype, tname) < 0 || elname == NULL)
crypto/heimdal/lib/asn1/gen_template.c
644
free(tname);
crypto/heimdal/lib/asn1/gen_template.c
651
const char *type = NULL, *tname, *dupname;
crypto/heimdal/lib/asn1/gen_template.c
656
tname = "seofTstruct";
crypto/heimdal/lib/asn1/gen_template.c
660
tname = "seofTstruct";
crypto/heimdal/lib/asn1/gen_template.c
665
tname = name;
crypto/heimdal/lib/asn1/gen_template.c
667
tname = "seofTstruct";
crypto/heimdal/lib/asn1/gen_template.c
677
if (asprintf(&elname, "%s_%s_%p", basetype, tname, t) < 0 || elname == NULL)
crypto/heimdal/lib/asn1/gen_template.c
691
char *tname = NULL;
crypto/heimdal/lib/asn1/gen_template.c
697
if (asprintf(&tname, "asn1_choice_%s_%s%x",
crypto/heimdal/lib/asn1/gen_template.c
698
basetype, name ? name : "", (unsigned int)(uintptr_t)t) < 0 || tname == NULL)
crypto/heimdal/lib/asn1/gen_template.c
750
fprintf(f, "static const struct asn1_template %s[] = {\n", tname);
crypto/heimdal/lib/asn1/gen_template.c
760
add_line(temp, "{ A1_OP_CHOICE, %s, %s }", poffset, tname);
crypto/heimdal/lib/asn1/gen_template.c
763
free(tname);
crypto/krb5/src/appl/gss-sample/gss-client.c
411
gss_buffer_desc sname = GSS_C_EMPTY_BUFFER, tname = GSS_C_EMPTY_BUFFER;
crypto/krb5/src/appl/gss-sample/gss-client.c
453
maj_stat = gss_display_name(&min_stat, targ_name, &tname,
crypto/krb5/src/appl/gss-sample/gss-client.c
461
(int) tname.length, (char *) tname.value, lifetime,
crypto/krb5/src/appl/gss-sample/gss-client.c
579
(void) gss_release_buffer(&min_stat, &tname);
crypto/krb5/src/kadmin/dbutil/tabdump.c
266
char *tname = NULL;
crypto/krb5/src/kadmin/dbutil/tabdump.c
274
ret = krb5_unparse_name(util_context, target, &tname);
crypto/krb5/src/kadmin/dbutil/tabdump.c
282
if (!ret && writefield(h, "%s", tname) < 0)
crypto/krb5/src/kadmin/dbutil/tabdump.c
289
krb5_free_unparsed_name(util_context, tname);
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
972
krb5_gss_name_t tname = (krb5_gss_name_t)target_name;
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
987
if (tname != NULL) {
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
989
code = krb5_cc_select(context, tname->princ, &cred->ccache,
crypto/openssh/ssh-keyscan.c
664
char *tname, *cp, *line = NULL;
crypto/openssh/ssh-keyscan.c
734
tname = strtok(optarg, ",");
crypto/openssh/ssh-keyscan.c
735
while (tname) {
crypto/openssh/ssh-keyscan.c
736
int type = sshkey_type_from_shortname(tname);
crypto/openssh/ssh-keyscan.c
759
fatal("Unknown key type \"%s\"", tname);
crypto/openssh/ssh-keyscan.c
761
tname = strtok(NULL, ",");
crypto/openssh/sshkey.c
2621
char *tname = NULL;
crypto/openssh/sshkey.c
2629
if ((r = sshbuf_get_cstring(buf, &tname, NULL)) != 0)
crypto/openssh/sshkey.c
2631
type = sshkey_type_from_name(tname);
crypto/openssh/sshkey.c
2646
k->ecdsa_nid != sshkey_ecdsa_nid_from_name(tname)) {
crypto/openssh/sshkey.c
2668
if ((r = impl->funcs->deserialize_private(tname, buf, k)) != 0)
crypto/openssh/sshkey.c
2685
free(tname);
crypto/openssl/crypto/asn1/n_pkey.c
19
#define ASN1_BROKEN_SEQUENCE(tname) \
crypto/openssl/crypto/asn1/n_pkey.c
20
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0 }; \
crypto/openssl/crypto/asn1/n_pkey.c
21
ASN1_SEQUENCE(tname)
crypto/openssl/crypto/asn1/tasn_prn.c
288
char *tname;
crypto/openssl/crypto/asn1/tasn_prn.c
296
tname = "SET";
crypto/openssl/crypto/asn1/tasn_prn.c
298
tname = "SEQUENCE";
crypto/openssl/crypto/asn1/tasn_prn.c
300
indent, "", tname, tt->field_name)
crypto/openssl/crypto/conf/conf_ssl.c
47
struct ssl_conf_name_st *tname = ssl_names + i;
crypto/openssl/crypto/conf/conf_ssl.c
49
OPENSSL_free(tname->name);
crypto/openssl/crypto/conf/conf_ssl.c
50
for (j = 0; j < tname->cmd_count; j++) {
crypto/openssl/crypto/conf/conf_ssl.c
51
OPENSSL_free(tname->cmds[j].cmd);
crypto/openssl/crypto/conf/conf_ssl.c
52
OPENSSL_free(tname->cmds[j].arg);
crypto/openssl/crypto/conf/conf_ssl.c
54
OPENSSL_free(tname->cmds);
crypto/openssl/crypto/x509/v3_utl.c
44
char *tname = NULL, *tvalue = NULL;
crypto/openssl/crypto/x509/v3_utl.c
47
if (name != NULL && (tname = OPENSSL_strdup(name)) == NULL)
crypto/openssl/crypto/x509/v3_utl.c
64
vtmp->name = tname;
crypto/openssl/crypto/x509/v3_utl.c
75
OPENSSL_free(tname);
crypto/openssl/include/openssl/asn1t.h
111
#define ASN1_ITEM_TEMPLATE(tname) \
crypto/openssl/include/openssl/asn1t.h
112
static const ASN1_TEMPLATE tname##_item_tt
crypto/openssl/include/openssl/asn1t.h
114
#define ASN1_ITEM_TEMPLATE_END(tname) \
crypto/openssl/include/openssl/asn1t.h
116
ASN1_ITEM_start(tname) \
crypto/openssl/include/openssl/asn1t.h
119
&tname##_item_tt, \
crypto/openssl/include/openssl/asn1t.h
123
#tname ASN1_ITEM_end(tname)
crypto/openssl/include/openssl/asn1t.h
124
#define static_ASN1_ITEM_TEMPLATE_END(tname) \
crypto/openssl/include/openssl/asn1t.h
126
static_ASN1_ITEM_start(tname) \
crypto/openssl/include/openssl/asn1t.h
129
&tname##_item_tt, \
crypto/openssl/include/openssl/asn1t.h
133
#tname ASN1_ITEM_end(tname)
crypto/openssl/include/openssl/asn1t.h
158
#define ASN1_SEQUENCE(tname) \
crypto/openssl/include/openssl/asn1t.h
159
static const ASN1_TEMPLATE tname##_seq_tt[]
crypto/openssl/include/openssl/asn1t.h
165
#define ASN1_SEQUENCE_END_name(stname, tname) \
crypto/openssl/include/openssl/asn1t.h
167
ASN1_ITEM_start(tname) \
crypto/openssl/include/openssl/asn1t.h
170
tname##_seq_tt, \
crypto/openssl/include/openssl/asn1t.h
171
sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE), \
crypto/openssl/include/openssl/asn1t.h
174
#tname ASN1_ITEM_end(tname)
crypto/openssl/include/openssl/asn1t.h
176
#define static_ASN1_SEQUENCE_END_name(stname, tname) \
crypto/openssl/include/openssl/asn1t.h
178
static_ASN1_ITEM_start(tname) \
crypto/openssl/include/openssl/asn1t.h
181
tname##_seq_tt, \
crypto/openssl/include/openssl/asn1t.h
182
sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE), \
crypto/openssl/include/openssl/asn1t.h
185
#stname ASN1_ITEM_end(tname)
crypto/openssl/include/openssl/asn1t.h
187
#define ASN1_NDEF_SEQUENCE(tname) \
crypto/openssl/include/openssl/asn1t.h
188
ASN1_SEQUENCE(tname)
crypto/openssl/include/openssl/asn1t.h
190
#define ASN1_NDEF_SEQUENCE_cb(tname, cb) \
crypto/openssl/include/openssl/asn1t.h
191
ASN1_SEQUENCE_cb(tname, cb)
crypto/openssl/include/openssl/asn1t.h
193
#define ASN1_SEQUENCE_cb(tname, cb) \
crypto/openssl/include/openssl/asn1t.h
194
static const ASN1_AUX tname##_aux = { NULL, 0, 0, 0, cb, 0, NULL }; \
crypto/openssl/include/openssl/asn1t.h
195
ASN1_SEQUENCE(tname)
crypto/openssl/include/openssl/asn1t.h
197
#define ASN1_SEQUENCE_const_cb(tname, const_cb) \
crypto/openssl/include/openssl/asn1t.h
198
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_CONST_CB, 0, 0, NULL, 0, const_cb }; \
crypto/openssl/include/openssl/asn1t.h
199
ASN1_SEQUENCE(tname)
crypto/openssl/include/openssl/asn1t.h
201
#define ASN1_SEQUENCE_cb_const_cb(tname, cb, const_cb) \
crypto/openssl/include/openssl/asn1t.h
202
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_CONST_CB, 0, 0, cb, 0, const_cb }; \
crypto/openssl/include/openssl/asn1t.h
203
ASN1_SEQUENCE(tname)
crypto/openssl/include/openssl/asn1t.h
205
#define ASN1_SEQUENCE_ref(tname, cb) \
crypto/openssl/include/openssl/asn1t.h
206
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offsetof(tname, lock), cb, 0, NULL }; \
crypto/openssl/include/openssl/asn1t.h
207
ASN1_SEQUENCE(tname)
crypto/openssl/include/openssl/asn1t.h
209
#define ASN1_SEQUENCE_enc(tname, enc, cb) \
crypto/openssl/include/openssl/asn1t.h
210
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc), NULL }; \
crypto/openssl/include/openssl/asn1t.h
211
ASN1_SEQUENCE(tname)
crypto/openssl/include/openssl/asn1t.h
213
#define ASN1_NDEF_SEQUENCE_END(tname) \
crypto/openssl/include/openssl/asn1t.h
215
ASN1_ITEM_start(tname) \
crypto/openssl/include/openssl/asn1t.h
218
tname##_seq_tt, \
crypto/openssl/include/openssl/asn1t.h
219
sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE), \
crypto/openssl/include/openssl/asn1t.h
221
sizeof(tname), \
crypto/openssl/include/openssl/asn1t.h
222
#tname ASN1_ITEM_end(tname)
crypto/openssl/include/openssl/asn1t.h
223
#define static_ASN1_NDEF_SEQUENCE_END(tname) \
crypto/openssl/include/openssl/asn1t.h
225
static_ASN1_ITEM_start(tname) \
crypto/openssl/include/openssl/asn1t.h
228
tname##_seq_tt, \
crypto/openssl/include/openssl/asn1t.h
229
sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE), \
crypto/openssl/include/openssl/asn1t.h
231
sizeof(tname), \
crypto/openssl/include/openssl/asn1t.h
232
#tname ASN1_ITEM_end(tname)
crypto/openssl/include/openssl/asn1t.h
234
#define ASN1_SEQUENCE_END_enc(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname)
crypto/openssl/include/openssl/asn1t.h
236
#define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname)
crypto/openssl/include/openssl/asn1t.h
237
#define static_ASN1_SEQUENCE_END_cb(stname, tname) static_ASN1_SEQUENCE_END_ref(stname, tname)
crypto/openssl/include/openssl/asn1t.h
239
#define ASN1_SEQUENCE_END_ref(stname, tname) \
crypto/openssl/include/openssl/asn1t.h
241
ASN1_ITEM_start(tname) \
crypto/openssl/include/openssl/asn1t.h
244
tname##_seq_tt, \
crypto/openssl/include/openssl/asn1t.h
245
sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE), \
crypto/openssl/include/openssl/asn1t.h
246
&tname##_aux, \
crypto/openssl/include/openssl/asn1t.h
248
#tname ASN1_ITEM_end(tname)
crypto/openssl/include/openssl/asn1t.h
249
#define static_ASN1_SEQUENCE_END_ref(stname, tname) \
crypto/openssl/include/openssl/asn1t.h
251
static_ASN1_ITEM_start(tname) \
crypto/openssl/include/openssl/asn1t.h
254
tname##_seq_tt, \
crypto/openssl/include/openssl/asn1t.h
255
sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE), \
crypto/openssl/include/openssl/asn1t.h
256
&tname##_aux, \
crypto/openssl/include/openssl/asn1t.h
258
#stname ASN1_ITEM_end(tname)
crypto/openssl/include/openssl/asn1t.h
260
#define ASN1_NDEF_SEQUENCE_END_cb(stname, tname) \
crypto/openssl/include/openssl/asn1t.h
262
ASN1_ITEM_start(tname) \
crypto/openssl/include/openssl/asn1t.h
265
tname##_seq_tt, \
crypto/openssl/include/openssl/asn1t.h
266
sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE), \
crypto/openssl/include/openssl/asn1t.h
267
&tname##_aux, \
crypto/openssl/include/openssl/asn1t.h
269
#stname ASN1_ITEM_end(tname)
crypto/openssl/include/openssl/asn1t.h
294
#define ASN1_CHOICE(tname) \
crypto/openssl/include/openssl/asn1t.h
295
static const ASN1_TEMPLATE tname##_ch_tt[]
crypto/openssl/include/openssl/asn1t.h
297
#define ASN1_CHOICE_cb(tname, cb) \
crypto/openssl/include/openssl/asn1t.h
298
static const ASN1_AUX tname##_aux = { NULL, 0, 0, 0, cb, 0, NULL }; \
crypto/openssl/include/openssl/asn1t.h
299
ASN1_CHOICE(tname)
crypto/openssl/include/openssl/asn1t.h
305
#define ASN1_CHOICE_END_name(stname, tname) ASN1_CHOICE_END_selector(stname, tname, type)
crypto/openssl/include/openssl/asn1t.h
307
#define static_ASN1_CHOICE_END_name(stname, tname) static_ASN1_CHOICE_END_selector(stname, tname, type)
crypto/openssl/include/openssl/asn1t.h
309
#define ASN1_CHOICE_END_selector(stname, tname, selname) \
crypto/openssl/include/openssl/asn1t.h
311
ASN1_ITEM_start(tname) \
crypto/openssl/include/openssl/asn1t.h
314
tname##_ch_tt, \
crypto/openssl/include/openssl/asn1t.h
315
sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE), \
crypto/openssl/include/openssl/asn1t.h
318
#stname ASN1_ITEM_end(tname)
crypto/openssl/include/openssl/asn1t.h
320
#define static_ASN1_CHOICE_END_selector(stname, tname, selname) \
crypto/openssl/include/openssl/asn1t.h
322
static_ASN1_ITEM_start(tname) \
crypto/openssl/include/openssl/asn1t.h
325
tname##_ch_tt, \
crypto/openssl/include/openssl/asn1t.h
326
sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE), \
crypto/openssl/include/openssl/asn1t.h
329
#stname ASN1_ITEM_end(tname)
crypto/openssl/include/openssl/asn1t.h
331
#define ASN1_CHOICE_END_cb(stname, tname, selname) \
crypto/openssl/include/openssl/asn1t.h
333
ASN1_ITEM_start(tname) \
crypto/openssl/include/openssl/asn1t.h
336
tname##_ch_tt, \
crypto/openssl/include/openssl/asn1t.h
337
sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE), \
crypto/openssl/include/openssl/asn1t.h
338
&tname##_aux, \
crypto/openssl/include/openssl/asn1t.h
340
#stname ASN1_ITEM_end(tname)
lib/libc/net/getaddrinfo.c
2407
char *cp, *tname, *cname;
lib/libc/net/getaddrinfo.c
2434
tname = cp;
lib/libc/net/getaddrinfo.c
2439
if (strcasecmp(name, tname) == 0)
lib/libc/net/gethostbydns.c
149
const char *tname;
lib/libc/net/gethostbydns.c
152
tname = qname;
lib/libc/net/gethostbydns.c
285
tname = bp;
lib/libc/net/gethostbydns.c
303
if (strcasecmp(tname, bp) != 0) {
lib/libc/resolv/res_findzonecut.c
274
char tname[NS_MAXDNAME];
lib/libc/resolv/res_findzonecut.c
286
if (ns_makecanon(dname, tname, sizeof tname) < 0)
lib/libc/resolv/res_findzonecut.c
288
dname = tname;
lib/libc/resolv/res_findzonecut.c
525
char tname[MAXDNAME];
lib/libc/resolv/res_findzonecut.c
549
tname, sizeof tname) < 0) {
lib/libc/resolv/res_findzonecut.c
555
nsrr->name = strdup(tname);
lib/libc/resolv/res_send.c
222
char tname[MAXDNAME+1];
lib/libc/resolv/res_send.c
225
n = dn_expand(buf, eom, cp, tname, sizeof tname);
lib/libc/resolv/res_send.c
234
ns_samename(tname, name) == 1)
lib/libc/resolv/res_send.c
273
char tname[MAXDNAME+1];
lib/libc/resolv/res_send.c
276
n = dn_expand(buf1, eom1, cp, tname, sizeof tname);
lib/libc/resolv/res_send.c
284
if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))
lib/libmp/tests/legacy_test.c
38
testmcmp(const MINT *mp1, const MINT *mp2, const char *tname)
lib/libmp/tests/legacy_test.c
42
printf("ok %d - %s\n", ++tnr, tname);
lib/libmp/tests/legacy_test.c
44
printf("not ok - %d %s\n", ++tnr, tname);
libexec/flua/libjail/lua_jail.c
54
LUALIB_API int (luaL_typeerror) (lua_State *L, int arg, const char *tname) __dead2;
libexec/getty/main.c
190
tname = "default";
libexec/getty/main.c
192
tname = argv[1];
libexec/getty/main.c
287
tname = autobaud();
libexec/getty/main.c
292
tname = portselector();
libexec/getty/main.c
408
tname = NX;
libexec/getty/main.c
794
gettable(tname);
libexec/getty/main.c
91
static const char *tname;
sbin/ipfw/tables.c
378
const char *tname;
sbin/ipfw/tables.c
381
if ((tname = match_value(tabletypes, type)) == NULL)
sbin/ipfw/tables.c
382
tname = "unknown";
sbin/ipfw/tables.c
384
l = snprintf(tbuf, size, "%s", tname);
sbin/pfctl/pfctl_table.c
139
pfctl_table(int argc, char *argv[], char *tname, const char *command,
sbin/pfctl/pfctl_table.c
157
if (tname != NULL) {
sbin/pfctl/pfctl_table.c
158
if (strlen(tname) >= PF_TABLE_NAME_SIZE)
sbin/pfctl/pfctl_table.c
160
if (strlcpy(table.pfrt_name, tname,
sys/cam/scsi/scsi_enc.c
1001
tname = "SES Passthrough Device";
sys/cam/scsi/scsi_enc.c
1004
tname = "SAF-TE Device";
sys/cam/scsi/scsi_enc.c
1007
tname = "SEMB SES Device";
sys/cam/scsi/scsi_enc.c
1010
tname = "SEMB SAF-TE Device";
sys/cam/scsi/scsi_enc.c
1015
xpt_announce_periph_sbuf(periph, &sb, tname);
sys/cam/scsi/scsi_enc.c
888
char *tname;
sys/cam/scsi/scsi_enc.c
995
tname = "No ENC device";
sys/cam/scsi/scsi_enc.c
998
tname = "SES Device";
sys/dev/isp/isp.c
4285
char tname[16], mname[16];
sys/dev/isp/isp.c
4298
cname = tname;
sys/dev/isp/isp.c
4299
ISP_SNPRINTF(tname, sizeof(tname), "opcode %x", opcode);
sys/dev/ti/if_ti.c
3982
char tname[32];
sys/dev/ti/if_ti.c
3989
snprintf(tname, sizeof(tname), "dev.ti.%d.dac",
sys/dev/ti/if_ti.c
3991
TUNABLE_INT_FETCH(tname, &sc->ti_dac);
sys/fs/smbfs/smbfs_smb.c
822
const char *tname, int tnmlen, struct smb_cred *scred)
sys/fs/smbfs/smbfs_smb.c
843
error = smbfs_fullpath(mbp, SSTOVC(ssp), tdnp, tname, tnmlen);
sys/fs/smbfs/smbfs_smb.c
855
const char *tname, int tnmlen, u_int16_t flags, struct smb_cred *scred)
sys/fs/smbfs/smbfs_smb.c
878
error = smbfs_fullpath(mbp, SSTOVC(ssp), tdnp, tname, tnmlen);
sys/fs/smbfs/smbfs_subr.h
156
const char *tname, int tnmlen, struct smb_cred *scred);
sys/fs/smbfs/smbfs_subr.h
158
const char *tname, int tnmlen, u_int16_t flags, struct smb_cred *scred);
sys/netpfil/ipfw/ip_fw_table.c
1440
char *tname;
sys/netpfil/ipfw/ip_fw_table.c
1455
tname = oh->ntlv.name;
sys/netpfil/ipfw/ip_fw_table.c
1456
if (check_table_name(tname) != 0)
sys/netpfil/ipfw/ip_fw_table.c
1497
char *tname, *aname;
sys/netpfil/ipfw/ip_fw_table.c
1512
tname = oh->ntlv.name;
sys/netpfil/ipfw/ip_fw_table.c
1514
if (check_table_name(tname) != 0 ||
usr.bin/login/login.c
165
char tname[sizeof(_PATH_TTY) + 10];
usr.bin/login/login.c
246
(void)snprintf(tname, sizeof(tname), "%s??", _PATH_TTY);
usr.bin/login/login.c
247
ttyn = tname;
usr.bin/login/login.c
479
if (ttyn != tname && chflags(ttyn, 0))
usr.bin/login/login.c
482
if (ttyn != tname && chown(ttyn, pwd->pw_uid,
usr.bin/netstat/sctp.c
324
const char *tname, *pname;
usr.bin/netstat/sctp.c
375
tname = "1to1";
usr.bin/netstat/sctp.c
377
tname = "1toN";
usr.bin/netstat/sctp.c
379
tname = "????";
usr.bin/netstat/sctp.c
387
pname, tname);
usr.bin/netstat/sctp.c
406
"{:type/%-5.5s/%s} ", pname, tname);
usr.bin/netstat/sctp.c
430
"{:type/%-5.5s/%s} ", pname, tname);
usr.bin/netstat/sctp.c
471
pname, tname);
usr.sbin/bhyve/bhyverun.c
567
char tname[MAXCOMLEN + 1];
usr.sbin/bhyve/bhyverun.c
570
snprintf(tname, sizeof(tname), "vcpu %d", vi->vcpuid);
usr.sbin/bhyve/bhyverun.c
571
pthread_set_name_np(pthread_self(), tname);
usr.sbin/bhyve/block_if.c
478
char tname[MAXCOMLEN + 1];
usr.sbin/bhyve/block_if.c
675
snprintf(tname, sizeof(tname), "blk-%s-%d", ident, i);
usr.sbin/bhyve/block_if.c
676
pthread_set_name_np(bc->bc_btid[i], tname);
usr.sbin/bhyve/hda_codec.c
160
static int hda_audio_ctxt_init(struct hda_audio_ctxt *actx, const char *tname,
usr.sbin/bhyve/hda_codec.c
883
hda_audio_ctxt_init(struct hda_audio_ctxt *actx, const char *tname,
usr.sbin/bhyve/hda_codec.c
889
assert(tname);
usr.sbin/bhyve/hda_codec.c
900
if (strlen(tname) < sizeof(actx->name))
usr.sbin/bhyve/hda_codec.c
901
memcpy(actx->name, tname, strlen(tname) + 1);
usr.sbin/bhyve/hda_codec.c
914
pthread_set_name_np(actx->tid, tname);
usr.sbin/bhyve/pci_virtio_net.c
562
char tname[MAXCOMLEN + 1];
usr.sbin/bhyve/pci_virtio_net.c
668
snprintf(tname, sizeof(tname), "vtnet-%d:%d tx", pi->pi_slot,
usr.sbin/bhyve/pci_virtio_net.c
670
pthread_set_name_np(sc->tx_tid, tname);
usr.sbin/bhyve/pci_virtio_scsi.c
961
char tname[MAXCOMLEN + 1];
usr.sbin/bhyve/pci_virtio_scsi.c
995
snprintf(tname, sizeof(tname), "vtscsi:%d-%d", num, i);
usr.sbin/bhyve/pci_virtio_scsi.c
996
pthread_set_name_np(workers[i].vsw_thread, tname);
usr.sbin/btxld/btxld.c
109
static const char *tname; /* Temporary output file */
usr.sbin/btxld/btxld.c
186
if (tname)
usr.sbin/btxld/btxld.c
187
(void)remove(tname);
usr.sbin/btxld/btxld.c
254
if (!(tname = strdup(name)))
usr.sbin/btxld/btxld.c
276
err(2, "%s", tname);
usr.sbin/btxld/btxld.c
282
err(2, "%s", tname);
usr.sbin/btxld/btxld.c
283
if (rename(tname, oname))
usr.sbin/btxld/btxld.c
284
err(2, "%s: Can't rename to %s", tname, oname);
usr.sbin/btxld/btxld.c
285
free((void*)(intptr_t)tname);
usr.sbin/btxld/btxld.c
286
tname = NULL;
usr.sbin/btxld/btxld.c
482
err(2, "%s", tname);
usr.sbin/btxld/btxld.c
484
errx(2, "%s: Short write", tname);
usr.sbin/btxld/btxld.c
494
err(2, "%s", tname);
usr.sbin/jail/config.c
375
char *cs, *tname;
usr.sbin/jail/config.c
411
tname = alloca(cs - value + 1);
usr.sbin/jail/config.c
412
strlcpy(tname, value, cs - value + 1);
usr.sbin/jail/config.c
413
name = tname;
usr.sbin/services_mkdb/services_mkdb.c
141
(void)snprintf(tname, sizeof(tname), "%s.tmp", dbname);
usr.sbin/services_mkdb/services_mkdb.c
142
db = dbopen(tname, O_RDWR | O_CREAT | O_EXCL,
usr.sbin/services_mkdb/services_mkdb.c
145
err(1, "Error opening temporary database `%s'", tname);
usr.sbin/services_mkdb/services_mkdb.c
166
err(1, "Error closing temporary database `%s'", tname);
usr.sbin/services_mkdb/services_mkdb.c
172
if (rename(tname, dbname) == -1 ||
usr.sbin/services_mkdb/services_mkdb.c
179
err(1, "Cannot rename `%s' to `%s'", tname, dbname);
usr.sbin/services_mkdb/services_mkdb.c
348
if (tname[0])
usr.sbin/services_mkdb/services_mkdb.c
349
(void)unlink(tname);
usr.sbin/services_mkdb/services_mkdb.c
53
static char tname[MAXPATHLEN];