Searched refs:csn (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/usr.bin/tr/
H A Dcset.c71 struct csnode *csn, *ncsn; local
80 csn = malloc(sizeof(*cs->cs_root));
81 if (csn == NULL)
83 csn->csn_left = csn->csn_right = NULL;
84 csn->csn_min = csn->csn_max = ch;
85 cs->cs_root = csn;
93 csn = cs->cs_root = cset_splay(cs->cs_root, ch);
98 if (cset_rangecmp(csn, c
[all...]
/freebsd-current/stand/common/
H A Disapnp.c227 int csn; local
237 for (csn = 1; ; csn++) {
245 isapnp_write(SET_CSN, csn);
260 while (--csn > 0) {
262 isapnp_write(WAKE, csn);
265 csn--;
H A Disapnp.h247 u_char csn; /* assigned Card Select Number */ member in struct:pnp_cinfo
266 char * (*pd_probe ) (u_long csn, u_long vendor_id);
267 void (*pd_attach ) (u_long csn, u_long vend_id, char * name,
/freebsd-current/contrib/pnpinfo/
H A Dpnpinfo.c80 void dump_resdata(u_char *data, int csn);
470 dump_resdata(u_char *data, int csn) argument
476 DDB(printf("\nCard assigned CSN #%d\n", csn));
484 pnp_write(PNP_SET_CSN, csn); /* Move this out of this function XXX */
557 int csn; local
565 for (csn = 1; (csn < PNP_MAX_CARDS); csn++) {
574 dump_resdata(data, csn);
578 return csn
[all...]
/freebsd-current/sys/isa/
H A Dpnp.c50 int csn; /* Card number to configure */ member in struct:pnp_set_config_arg
202 int csn = ((struct pnp_set_config_arg *) arg)->csn; local
211 pnp_write(PNP_WAKE, csn);
384 pnp_create_devices(device_t parent, pnp_id *p, int csn, argument
489 csnldn->csn = csn;
493 isa_set_pnp_csn(dev, csn);
635 * In the first pass, a csn is assigned to each board and pnp_id's
642 int csn; local
[all...]
/freebsd-current/contrib/bearssl/tools/
H A Dsslio.c435 char csn[80]; local
460 cc->session.cipher_suite, csn, sizeof csn);
461 fprintf(stderr, " cipher suite: %s\n", csn);
465 csn, sizeof csn); local
467 " ECDHE curve: %s\n", csn);
H A Dserver.c363 char csn[80]; local
365 get_suite_name_ext(st[u][0], csn, sizeof csn);
366 fprintf(stderr, " %s\n", csn);
467 char csn[80]; local
469 get_suite_name_ext(choices->cipher_suite, csn, sizeof csn);
470 fprintf(stderr, "Using: %s\n", csn);

Completed in 201 milliseconds