| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_netbios.c | 269 char *nodetype; local 368 if (nodecode == 0) nodetype = "B"; 369 if (nodecode == 1) nodetype = "P"; 370 if (nodecode == 2) nodetype = "M"; 374 "Unique NetBIOS Name", nodetype);
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
| picllibdevinfo.c | 315 char *nodetype = NULL; local 330 nodetype = di_minor_nodetype(minor); 331 if (nodetype == NULL) { 335 if (strcmp(nodetype, DDI_NT_NET) == 0) { 337 } else if (strcmp(nodetype, DDI_NT_PARALLEL) == 0) { 339 } else if ((strcmp(nodetype, DDI_NT_SERIAL) == 0) || 340 (strcmp(nodetype, DDI_NT_SERIAL_MB) == 0) || 341 (strcmp(nodetype, DDI_NT_SERIAL_DO) == 0) || 342 (strcmp(nodetype, DDI_NT_SERIAL_MB_DO) == 0)) {
|
| piclscsi.c | 684 char *nodetype = NULL; local 712 nodetype = di_minor_nodetype(minor); 713 if (nodetype == NULL) { 717 if (strcmp(nodetype, DDI_NT_BLOCK_CHAN) == 0 || 718 strcmp(nodetype, DDI_NT_BLOCK_WWN) == 0) { 721 } else if (strcmp(nodetype, DDI_NT_TAPE) == 0) { 724 } else if (strcmp(nodetype, DDI_NT_CD) == 0 || 725 strcmp(nodetype, DDI_NT_CD_CHAN) == 0) {
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| pshot.h | 131 char *nodetype; member in struct:pshot_device
|
| /onnv/onnv-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
| ttymux_dacf.c | 243 char *const *nodetype; local 250 * Find the node nodetype to verify that the current version of 281 for (nodetype = 283 *nodetype != (char *const)NULL; 284 nodetype++) { 285 if (strcmp(*nodetype,
|
| /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
| cfga_list.c | 849 /* if property fails, use minor nodetype */ 851 char *nodetype; local 855 ((nodetype = di_minor_nodetype(minor)) != NULL)) { 858 (strcmp(nodetype, device_list[i].ntype)
|
| cfga_scsi.h | 158 const char *nodetype; member in struct:__anon14
|
| /onnv/onnv-gate/usr/src/uts/intel/io/mc-amd/ |
| mcamd_subr.c | 57 nodetype(mcamd_node_t *node) function 100 uint_t nt = nodetype(node); 157 uint_t nt = nodetype(node);
|
| /onnv/onnv-gate/usr/src/lib/libshare/common/ |
| scfutil.c | 236 * sa_extract_pgroup(root, handle, pg, nodetype, proto, sectype) 245 char *nodetype, char *proto, char *sectype) 258 node = xmlNewChild(root, NULL, (xmlChar *)nodetype, NULL); 937 char *nodetype = "optionset"; local 946 nodetype = "security"; 971 handle->pg, nodetype, proto, [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/ |
| tree.h | 42 enum nodetype { enum in struct:node 274 struct node *newnode(enum nodetype t, const char *file, int line); 278 struct node *tree_expr(enum nodetype t, struct node *left, struct node *right); 311 struct node *tree_decl(enum nodetype t, struct node *enp, struct node *nvpairs, 313 struct node *tree_stmt(enum nodetype t, struct node *np,
|
| /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
| cfga_list.c | 3403 char *nodetype; local [all...] |
| cfga_fp.h | 165 const char *nodetype; member in struct:__anon2737
|
| /onnv/onnv-gate/usr/src/lib/libdevinfo/ |
| devinfo_devlink.h | 67 uint32_t nodetype; /* minor node type */ member in struct:db_minor 110 char *nodetype; /* minor nodetype */ member in struct:cache_minor 306 cache_node_t *pcnp, const char *name, const char *nodetype, 344 const char *nodetype, const int flags);
|
| devinfo_devlink.c | 591 char *name, *nodetype; local 606 nodetype = get_string(hdp, dmp->nodetype); 608 cmnp = minor_insert(hdp, pcnp, name, nodetype, NULL); 887 dmp->nodetype = write_string(hdp, cmnp->nodetype, next); 888 if (dmp->name == DB_NIL || dmp->nodetype == DB_NIL) { 889 dmp->name = dmp->nodetype = DB_NIL; 1340 free(cmnp->nodetype); 1378 const char *nodetype, [all...] |
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| parseaddr.c | 1523 int nodetype = rvp[0][0] & 0377; local [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/io/ |
| sbd.c | 347 sbd_comp_type_t nodetype, 374 sbd_comp_type_t nodetype, 393 sbd_comp_type_t nodetype, sbderror_t *ep); 857 sbd_comp_type_t nodetype; local 881 nodetype = sbd_get_devtype(hp, dip); 889 switch (nodetype) { 935 sbd_comp_type_t nodetype; local 958 nodetype = sbd_get_devtype(hp, dip); 966 if ((nodetype == SBD_COMP_MEM) && 972 sbd_release_done(hp, nodetype, dip) 1003 sbd_comp_type_t nodetype; local 2201 sbd_comp_type_t nodetype; local 3013 sbd_comp_type_t nodetype; local 3076 sbd_comp_type_t nodetype; local 3332 sbd_comp_type_t nodetype; local 3424 sbd_comp_type_t nodetype; local 3679 sbd_comp_type_t nodetype; local 3717 sbd_comp_type_t nodetype; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| pshot.c | 2943 char *nodetype; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| devinfo.c | 2173 char nodetype[128]; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libcfgadm/common/ |
| config_admin.c | 2470 char nodetype[MAXPATHLEN]; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/devfsadm/ |
| devfsadm.c | 6493 char *nodetype; local [all...] |