Home
last modified time | relevance | path

Searched refs:chname (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/libibumad/
H A Dsysfs.c158 int chname[22]; in sys_scandir() local
205 chname[0] = 0; /* root */ in sys_scandir()
206 chname[1] = 1; /* oid name */ in sys_scandir()
207 memcpy(chname + 2, name2, n2 * sizeof(int)); in sys_scandir()
222 if (sysctl(chname, n2 + 2, name, &len, 0, 0) < 0) in sys_scandir()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibnetdiscover.c220 void out_ids(ibnd_node_t * node, int group, char *chname, char *out_prefix) in out_ids() argument
234 if (chname) in out_ids()
235 fprintf(f, " (%s)", clean_nodedesc(chname)); in out_ids()
272 void out_switch(ibnd_node_t * node, int group, char *chname, char *id_prefix, in out_switch() argument
278 out_ids(node, group, chname, id_prefix); in out_switch()
319 void out_ca(ibnd_node_t * node, int group, char *chname, char *id_prefix, in out_ca() argument
324 out_ids(node, group, chname, id_prefix); in out_ca()
557 char *chname = NULL; in dump_topology() local
581 chname = NULL; in dump_topology()
586 chname = node->nodedesc; in dump_topology()
[all …]
/freebsd/sbin/fsdb/
H A Dfsdb.c179 CMDFUNC(chname); /* Change dirname of dirent */
203 { "chname", "Change dir entry number INDEX to NAME", 3, 3, FL_WR | FL_ST, chname },
893 CMDFUNCSTART(chname) in CMDFUNCSTART() argument
/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h.in284 * ASN1_CHOICE(chname) = {
286 * ASN1_CHOICE_END(chname)
289 * for a structure called chname. The structure
297 * } chname;