Searched refs:nodetype (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/os/
H A Ddacf.conf52 minor-nodetype="ddi_keyboard" consconfig_dacf:kb_config post-attach -
53 minor-nodetype="ddi_keyboard" consconfig_dacf:kb_config pre-detach -
65 minor-nodetype="ddi_network" net_dacf:net_config post-attach -
66 minor-nodetype="ddi_network" net_dacf:net_config pre-detach -
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.h47 void check_stmt_allowed_properties(enum nodetype t,
49 void check_propnames(enum nodetype t, struct node *np, int from, int to);
51 void check_proplists(enum nodetype t, struct node *np);
H A Dcheck.c44 static int check_reportlist(enum nodetype t, const char *s, struct node *np);
45 static int check_num(enum nodetype t, const char *s, struct node *np);
46 static int check_quote(enum nodetype t, const char *s, struct node *np);
47 static int check_action(enum nodetype t, const char *s, struct node *np);
48 static int check_num_func(enum nodetype t, const char *s, struct node *np);
49 static int check_fru_asru(enum nodetype t, const char *s, struct node *np);
50 static int check_engine(enum nodetype t, const char *s, struct node *np);
51 static int check_count(enum nodetype t, const char *s, struct node *np);
52 static int check_timeval(enum nodetype t, const char *s, struct node *np);
53 static int check_id(enum nodetype
[all...]
H A Dptree.h75 const char *ptree_nodetype2str(enum nodetype t);
H A Dtree.h42 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,
H A Dtree.c156 nodesize(enum nodetype t, struct node *ret)
213 newnode(enum nodetype t, const char *file, int line)
312 "internal error: tree_free unexpected nodetype: %d",
320 tree_treecmp(struct node *np1, struct node *np2, enum nodetype t,
438 "internal error: tree_treecmp unexpected nodetype: %d",
462 tree_expr(enum nodetype t, struct node *left, struct node *right)
942 nvpair2lut(struct node *np, struct lut *lutp, enum nodetype t)
1017 dodecl(enum nodetype t, const char *file, int line,
1081 tree_decl(enum nodetype t, struct node *np, struct node *nvpairs,
1241 tree_stmt(enum nodetype
[all...]
H A Dptree.c446 "internal error: ptree unexpected nodetype: %d", np->t);
488 ptree_nodetype2str(enum nodetype t)
541 (void) sprintf(buf, "[unexpected nodetype: %d]", t);
567 enum nodetype t;
680 ptree_type_pattern(int flags, enum nodetype t, const char *pat)
/illumos-gate/usr/src/uts/sparc/os/
H A Ddacf.conf65 minor-nodetype="ddi_keyboard" consconfig_dacf:kb_config post-attach -
66 minor-nodetype="ddi_keyboard" consconfig_dacf:kb_config pre-detach -
71 minor-nodetype="ddi_network" net_dacf:net_config post-attach -
72 minor-nodetype="ddi_network" net_dacf:net_config pre-detach -
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c346 sbd_comp_type_t nodetype,
373 sbd_comp_type_t nodetype,
392 sbd_comp_type_t nodetype, sbderror_t *ep);
856 sbd_comp_type_t nodetype; local
880 nodetype = sbd_get_devtype(hp, dip);
888 switch (nodetype) {
934 sbd_comp_type_t nodetype; local
957 nodetype = sbd_get_devtype(hp, dip);
965 if ((nodetype == SBD_COMP_MEM) &&
971 sbd_release_done(hp, nodetype, di
1002 sbd_comp_type_t nodetype; local
2200 sbd_comp_type_t nodetype; local
2816 sbd_get_devlist(sbd_handle_t *hp, sbd_board_t *sbp, sbd_comp_type_t nodetype, int max_units, uint_t uset, int *count, int present_only) argument
3012 sbd_comp_type_t nodetype; local
3075 sbd_comp_type_t nodetype; local
3331 sbd_comp_type_t nodetype; local
3423 sbd_comp_type_t nodetype; local
3515 sbd_release_dev_done(sbd_board_t *sbp, sbd_comp_type_t nodetype, int unit) argument
3522 sbd_release_done(sbd_handle_t *hp, sbd_comp_type_t nodetype, dev_info_t *dip) argument
3678 sbd_comp_type_t nodetype; local
3716 sbd_comp_type_t nodetype; local
3841 sbd_check_unit_attached(sbd_board_t *sbp, dev_info_t *dip, int unit, sbd_comp_type_t nodetype, sbderror_t *ep) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_netbios.c269 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);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpicllibdevinfo.c315 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)) {
H A Dpiclscsi.c684 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) {
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h67 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);
H A Ddevinfo_devlink.c591 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,
1375 lookup_minor( struct di_devlink_handle *hdp, const char *minor_path, const char *nodetype, const int flags) argument
2699 minor_insert( struct di_devlink_handle *hdp, cache_node_t *pcnp, const char *name, const char *nodetype, cache_minor_t **prev) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dpshot.h131 char *nodetype; member in struct:pshot_device
/illumos-gate/usr/src/cmd/prtconf/
H A Dprt_xxx.c412 #define LOOKUP_PROP(proptype, ph, nodetype, dev, node, name, data) \
413 ((nodetype == DI_PROM_NODEID) ? \
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h95 #define pmkino(tslot, pslot, nodetype) \
98 (nodetype) + 2)
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c243 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,
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c57 nodetype(mcamd_node_t *node) function
100 uint_t nt = nodetype(node);
157 uint_t nt = nodetype(node);
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c2946 char *nodetype; local
2994 nodetype = pshot_devices[i].nodetype;
2998 compat_name, nodetype);
3008 nodetype)) != DDI_PROP_SUCCESS) {
3109 * translate nodetype name to actual value
3151 newdst[i + dstlen].nodetype =
3152 i_ddi_strdup(src[i].nodetype, KM_SLEEP);
3177 if (dp[i].nodetype)
3178 kmem_free(dp[i].nodetype, strle
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c234 * sa_extract_pgroup(root, handle, pg, nodetype, proto, sectype)
243 char *nodetype, char *proto, char *sectype)
256 node = xmlNewChild(root, NULL, (xmlChar *)nodetype, NULL);
935 char *nodetype = "optionset"; local
944 nodetype = "security";
969 handle->pg, nodetype, proto,
241 sa_extract_pgroup(xmlNodePtr root, scfutilhandle_t *handle, scf_propertygroup_t *pg, char *nodetype, char *proto, char *sectype) argument
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c424 get_dev_link_path(di_node_t node, char *nodetype, char *re, char **devlink, char **minor_path, char **minor_name) argument
455 if (strcmp(di_minor_nodetype(minor), nodetype) == 0) {
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.h158 const char *nodetype; member in struct:__anon2428
H A Dcfga_list.c849 /* if property fails, use minor nodetype */
851 char *nodetype; local
855 ((nodetype = di_minor_nodetype(minor)) != NULL)) {
858 (strcmp(nodetype, device_list[i].ntype)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c2209 char nodetype[128]; local
2216 if (mdb_readstr(nodetype, sizeof (nodetype),
2218 *nodetype = '\0';
2228 name, nodetype);

Completed in 109 milliseconds

12