Searched defs:nodep (Results 1 - 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dutil.h82 struct q_node *nodep; member in struct:q_head
H A Dutil.c197 struct q_node *nodep; local
203 if (qp->nodep == NULL)
204 qp->nodep = qnp;
206 nodep = qp->nodep;
208 while (nodep->next != NULL)
209 nodep = nodep->next;
211 nodep->next = qnp;
215 if (qp->boe && qp->nodep
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dtraverse.c109 tdtrav_assert(tdesc_t *node, tdesc_t **nodep, void *private) argument
H A Dstabs.c62 resolve_tou_node(tdesc_t *node, tdesc_t **nodep, void *private) argument
75 *nodep = new;
82 resolve_fwd_node(tdesc_t *node, tdesc_t **nodep, void *private) argument
93 *nodep = new;
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c126 node_t *nodep = *c_node; local
130 if (pos == (nodep->pos - nodep->bits)) {
132 ASSERT(nodep->one == NULL);
133 ASSERT(nodep->zero == NULL);
134 nodep->one = create_node(KM_SLEEP);
135 nodep->zero = create_node(KM_SLEEP);
136 } else { /* pos > (nodep->pos - nodep->bits) */
137 old_bits = nodep
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_bay.c206 pi_bay_find_nodes(topo_mod_t *mod, di_node_t *nodep, di_node_t *sibp, argument
219 sib = di_child_node(*nodep);
/illumos-gate/usr/src/cmd/ldmad/
H A Dmdesc_lib.c154 md_node_t *nodep; local
156 nodep = calloc(1, sizeof (md_node_t));
157 if (nodep == NULL)
159 nodep->typep = md_new_string(mdp, sp);
160 if (nodep->typep == NULL) {
161 free(nodep);
164 CHAIN_ADD(mdp->node_list, nodep);
166 return (nodep);
170 md_new_property(mmd_t *mdp, md_node_t *nodep, uint8_t type, char *sp) argument
184 CHAIN_ADD(nodep
190 md_add_value_property(mmd_t *mdp, md_node_t *nodep, char *sp, uint64_t value) argument
202 md_add_string_property(mmd_t *mdp, md_node_t *nodep, char *sp, char *bufp) argument
220 md_add_data_property(mmd_t *mdp, md_node_t *nodep, char *sp, int len, uint8_t *bufp) argument
240 md_add_arc_property(mmd_t *mdp, md_node_t *nodep, char *arcnamep, md_node_t *tgtnodep) argument
257 md_node_t *nodep; local
283 md_node_t *nodep; local
300 md_free_node(mmd_t *mdp, md_node_t *nodep) argument
386 create_mde(md_element_t *mdep, int type, md_node_t *nodep, md_prop_t *propp) argument
430 md_node_t *nodep; local
[all...]
H A Dmdesc_mutable.h119 md_node_t *nodep; member in union:md_prop::__anon740::__anon741::__anon742
145 md_node_t *nodep, char *sp, uint64_t value);
146 int md_add_string_property(mmd_t *mdp, md_node_t *nodep, char *sp, char *bufp);
147 int md_add_data_property(mmd_t *mdp, md_node_t *nodep, char *sp, int len,
153 void md_free_node(mmd_t *mdp, md_node_t *nodep);
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_door.c220 * It converts the nvlist_t, `nvl', to aobjmap node `nodep'.
223 i_ipmgmt_nvl2aobjnode(nvlist_t *nvl, ipmgmt_aobjmap_t *nodep) argument
235 * Retrieve all the information needed to build '*nodep' from
274 * populate the `*nodep' with retrieved values.
276 (void) strlcpy(nodep->am_ifname, ifname, sizeof (nodep->am_ifname));
277 (void) strlcpy(nodep->am_aobjname, aobjname,
278 sizeof (nodep->am_aobjname));
279 nodep->am_lnum = lnum;
280 nodep
[all...]
H A Dipmgmt_persist.c779 * helper function for ipmgmt_aobjmap_op(). Adds the node pointed by `nodep'
783 i_ipmgmt_add_amnode(ipmgmt_aobjmap_t *nodep) argument
790 *new = *nodep;
821 * lookup-add. If `nodep->am_aobjname' is not an empty string, then it walks
823 * `nodep->am_aobjname' exists. If it exists, EEXIST is returned as duplicate
826 * If `nodep->am_aobjname' is an empty string then the daemon generates an
838 i_ipmgmt_lookupadd_amnode(ipmgmt_aobjmap_t *nodep) argument
844 if (strcmp(head->am_ifname, nodep->am_ifname) == 0)
852 if (nodep->am_aobjname[0] == '\0') {
863 if (snprintf(nodep
887 ipmgmt_aobjmap_op(ipmgmt_aobjmap_t *nodep, uint32_t op) argument
1210 ipmgmt_aobjmap_t *nodep = arg; local
1235 ipmgmt_persist_aobjmap(ipmgmt_aobjmap_t *nodep, ipadm_db_op_t op) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c135 nameinsert(struct namenode *nodep) argument
141 bucket = NM_FILEVP_HASH(nodep->nm_filevp);
142 nodep->nm_nextp = *bucket;
143 *bucket = nodep;
150 nameremove(struct namenode *nodep) argument
156 for (npp = NM_FILEVP_HASH(nodep->nm_filevp); (np = *npp) != NULL;
158 if (np == nodep) {
206 struct namenode *nodep; local
219 nodep = *NM_FILEVP_HASH(vp);
220 while (nodep) {
313 struct namenode *nodep; /* namenode for this mount */ local
557 struct namenode *nodep = (struct namenode *)vfsp->vfs_data; local
616 struct namenode *nodep = (struct namenode *)vfsp->vfs_data; local
649 struct namenode *nodep; local
[all...]
H A Dnamevno.c68 * If it is, search the hash list for an nodep - nodep->nm_filevp
69 * pair. If it exists, return that nodep to the user.
71 * to the nodep->nm_filevp then place the pair on the hash list.
79 struct namenode *nodep = VTONM(*vpp); local
92 infilevp = outfilevp = nodep->nm_filevp;
107 namefind(outfilevp, nodep->nm_mountpt)) != NULL) {
120 mutex_enter(&nodep->nm_lock);
129 bcopy(&nodep->nm_vattr, &newnamep->nm_vattr, sizeof (vattr_t));
136 newnamep->nm_filep = nodep
166 struct namenode *nodep = VTONM(vp); local
221 struct namenode *nodep = VTONM(vp); local
245 struct namenode *nodep = vnp; local
270 struct namenode *nodep = VTONM(vp); local
339 struct namenode *nodep = VTONM(vp); local
396 struct namenode *nodep = VTONM(vp); local
[all...]
/illumos-gate/usr/src/uts/sparc/os/
H A Dcpr_sparc.c75 cpr_get_options_node(pnode_t *nodep) argument
77 *nodep = prom_optionsnode();
78 if (*nodep == OBP_NONODE || *nodep == OBP_BADNODE) {
/illumos-gate/usr/src/lib/libpicltree/
H A Dptree_impl.h117 picl_obj_t *nodep; /* prop's node or table */ member in struct:picl_prop
168 #define prop_node u.prop.nodep
169 #define prop_table u.prop.nodep
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c122 struct node *nodep; local
127 nodep = np;
129 nodep = eval_fru(np->u.func.arglist);
131 nodep = eval_asru(np->u.func.arglist);
152 if (eval_expr(nodep, ex, events, globals, croot,
154 nodep = (struct node *)(uintptr_t)val.v;
157 nodep = eval_dup(nodep, ex, events);
160 return (nodep);
219 struct node *nodep; local
[all...]
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dses.c300 ses_node_t *rootnodep, *nodep; local
461 nodep = ses_snap_primary_enclosure(snapshot);
463 if ((props = ses_node_props(nodep)) == NULL) {
/illumos-gate/usr/src/uts/common/avs/ncall/
H A Dncall.c268 ncall_register_module(ncall_module_t *mp, ncall_node_t *nodep) argument
291 *nodep = ncall_nodeinfo; /* structure copy */
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c950 disk_status(topo_mod_t *mod, tnode_t *nodep, topo_version_t vers, argument
976 if (topo_prop_get_string(nodep, TOPO_PGROUP_IO,
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c537 * nodep - the pointer of the xml node for parsing.
545 xmlNodePtr *nodep,
552 xmlNodePtr node = *nodep;
575 *nodep = children;
588 *nodep = children;
591 *nodep = node;
544 parse_xml_obj( xmlNodePtr *nodep, isns_obj_t **objp ) argument
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c1128 rsrc_node_find(char *rsrcname, int flag, rsrc_node_t **nodep) argument
1175 *nodep = NULL;
1180 *nodep = node;
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c216 ibnex_node_data_t *nodep = NULL; local
250 rv = ibnex_get_dip_from_apid(apid_n, &apid_dip, &nodep);
262 ibnex_figure_ap_devstate(nodep, &ap_state);
454 rv = ibnex_get_dip_from_apid(apid_n, &apid_dip, &nodep);
812 &nodep);
823 nodep->node_reprobe_state != 0) {
825 nodep->node_reprobe_state != 0) {
834 nodep->node_reprobe_state =
877 rv = ibnex_get_dip_from_apid(apid_n, &apid_dip, &nodep);
887 if (!IBNEX_VALID_NODE_TYPE(nodep)) {
1089 ibnex_node_data_t *nodep; local
1158 ibnex_node_data_t *nodep; local
1386 ibnex_node_data_t *nodep; local
1446 ibnex_node_data_t *nodep = &dummy; local
1689 ibnex_figure_ap_devstate(ibnex_node_data_t *nodep, devctl_ap_state_t *ap_state) argument
1777 ibnex_node_data_t *nodep = NULL; local
1944 ibnex_node_data_t *nodep; local
2237 ibnex_node_data_t *nodep; local
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c389 unm_dmah_node_t *nodep; local
392 nodep = &adapter->tx_dma_hdls[0];
395 if (nodep->dmahdl != NULL) {
396 ddi_dma_free_handle(&nodep->dmahdl);
397 nodep->dmahdl = NULL;
399 nodep->next = NULL;
400 nodep++;
412 unm_dmah_node_t *nodep = &adapter->tx_dma_hdls[0]; local
417 DDI_DMA_DONTWAIT, NULL, &nodep->dmahdl) != DDI_SUCCESS) {
423 nodep
521 unm_dmah_node_t *nodep; local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c306 sgen_type_node_t *nodep; local
316 nodep = kmem_zalloc(sizeof (sgen_type_node_t),
318 nodep->node_type = devtype;
319 nodep->node_next = sgen_binddb.sdb_type_nodes;
320 sgen_binddb.sdb_type_nodes = nodep;
345 sgen_inq_node_t *nodep; local
369 nodep = kmem_zalloc(sizeof (sgen_inq_node_t),
371 nodep->node_vendor = kmem_alloc(vcplen + 1, KM_SLEEP);
372 (void) strcpy(nodep->node_vendor, vcp);
373 nodep
432 sgen_inq_node_t *nodep; local
480 sgen_type_node_t *nodep; local
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c1597 const node_t *nodep)
1603 if (ddi_copyout((void *)nodep, (void *)frup->frus, size, argp->mode)
1709 node_t *nodep)
1723 for (i = 0, np = nodep; i < cnt; i++, np++) {
1596 sgfru_copyout_nodes(const sgfru_init_arg_t *argp, const frup_info_t *frup, const node_t *nodep) argument
1708 sgfru_node_pad(const caddr_t datap, const int max_cnt, fru_info_t *fru, node_t *nodep) argument
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c286 physpath2node(const char *physpath, char **errstring, hp_node_t *nodep) argument
338 *nodep = node;

Completed in 86 milliseconds

12