Searched refs:node (Results 176 - 200 of 778) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c425 DL_NODE * node = NULL; local
430 node = tmpl->attribute_list;
432 while (node != NULL) {
433 a = (CK_ATTRIBUTE *)node->data;
440 node = node->next;
595 DL_NODE *node; local
600 node = src->attribute_list;
602 while (node) {
603 CK_ATTRIBUTE *attr = (CK_ATTRIBUTE *)node
633 DL_NODE * node = NULL; local
851 DL_NODE * node; local
889 DL_NODE * node; local
909 DL_NODE * node; local
988 DL_NODE *node; local
1077 DL_NODE * node = NULL; local
1172 DL_NODE *node; local
[all...]
H A Dsess_mgr.c299 DL_NODE * node = NULL; local
307 node = sess_list;
309 while (node) {
310 SESSION *s = (SESSION *)node->data;
317 node = node->next;
341 DL_NODE * node = NULL; local
384 node = sess_list;
385 while (node) {
386 SESSION *s = (SESSION *)node
443 DL_NODE *node = NULL; local
471 DL_NODE *node = NULL; local
500 DL_NODE *node = NULL; local
529 DL_NODE *node = NULL; local
557 DL_NODE * node = NULL; local
704 DL_NODE * node = NULL; local
735 DL_NODE * node = NULL; local
[all...]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dpopen.c59 typedef struct node { struct
62 struct node *next;
96 node_t *node; local
101 if ((node = lmalloc(sizeof (node_t))) == NULL)
104 lfree(node, sizeof (node_t));
109 lfree(node, sizeof (node_t));
128 lfree(node, sizeof (node_t));
137 lfree(node, sizeof (node_t));
173 lfree(node, sizeof (node_t));
185 lfree(node, sizeo
295 node_t *node; local
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Dsgen_link.c40 static int sgen_callback(di_minor_t minor, di_node_t node);
41 static char *find_ctrlr(di_node_t node, di_minor_t minor);
64 sgen_callback(di_minor_t minor, di_node_t node) argument
72 if ((cnum = find_ctrlr(node, minor)) == NULL)
78 if (di_prop_lookup_strings(DDI_DEV_T_ANY, node,
89 if ((di_prop_lookup_int64(DDI_DEV_T_ANY, node,
93 } else if (di_prop_lookup_ints(DDI_DEV_T_ANY, node,
123 } else if (di_prop_lookup_strings(DDI_DEV_T_ANY, node,
139 } else if (di_prop_lookup_bytes(DDI_DEV_T_ANY, node,
145 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "lu
184 find_ctrlr(di_node_t node, di_minor_t minor) argument
[all...]
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_prop.c240 pnode_t node; local
247 node = p1275_cell2dnode(ci[3]);
248 ASSERT(node == prom_optionsnode());
253 if (promif_stree_getproplen(node, name) != -1)
257 len = promif_stree_setprop(node, name, (void *)value, len);
271 pnode_t node; local
278 node = p1275_cell2dnode(ci[3]);
282 len = promif_stree_getprop(node, name, value);
293 pnode_t node; local
299 node
313 pnode_t node; local
[all...]
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c58 HalDevice *devinfo_ide_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
59 static HalDevice *devinfo_ide_host_add(HalDevice *parent, di_node_t node, char *devfs_path);
60 static HalDevice *devinfo_ide_device_add(HalDevice *parent, di_node_t node, char *devfs_path);
61 static HalDevice *devinfo_ide_storage_add(HalDevice *parent, di_node_t node, char *devfs_path);
62 HalDevice *devinfo_scsi_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
63 static HalDevice *devinfo_scsi_storage_add(HalDevice *parent, di_node_t node, char *devfs_path);
64 HalDevice *devinfo_blkdev_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
65 static HalDevice *devinfo_blkdev_storage_add(HalDevice *parent, di_node_t node, char *devfs_path);
66 HalDevice *devinfo_floppy_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
67 static void devinfo_floppy_add_volume(HalDevice *parent, di_node_t node);
149 devinfo_ide_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
166 devinfo_ide_host_add(HalDevice *parent, di_node_t node, char *devfs_path) argument
183 devinfo_ide_device_add(HalDevice *parent, di_node_t node, char *devfs_path) argument
201 devinfo_ide_storage_add(HalDevice *parent, di_node_t node, char *devfs_path) argument
247 devinfo_scsi_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
282 devinfo_scsi_storage_add(HalDevice *parent, di_node_t node, char *devfs_path) argument
372 devinfo_blkdev_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
401 devinfo_blkdev_storage_add(HalDevice *parent, di_node_t node, char *devfs_path) argument
440 devinfo_floppy_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
523 devinfo_floppy_add_volume(HalDevice *parent, di_node_t node) argument
551 di_node_t node; local
589 devinfo_lofi_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
595 devinfo_lofi_add_major(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type, gboolean rescan, HalDevice *lofi_d) argument
669 devinfo_lofi_add_minor(HalDevice *parent, di_node_t node, char *minor_path, char *devlink, dev_t dev) argument
800 devinfo_storage_minors(HalDevice *parent, di_node_t node, gchar *devfs_path, gboolean rescan) argument
978 devinfo_volume_add(HalDevice *parent, di_node_t node, devinfo_storage_minor_t *m) argument
1264 di_node_t node; local
[all...]
H A Ddevinfo_acpi.h31 HalDevice *devinfo_battery_add_major(HalDevice *parent, di_node_t node,
33 void devinfo_acpi_add_minor(HalDevice *parent, di_node_t node,
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c43 * We start by constructing the pointer graph. Each node in the graph is
45 * allocated memory object); the node's outgoing edges represent pointers from
51 * type of the edge's destination node, and therefore to iteratively continue
119 * in this pass; if we discover that a node is larger than twice its inferred
121 * we add the inferred type to the node's tgn_typelist, but we don't descend.
141 * an array of the inferred type, and we abort processing of the node. Note
160 * inference for the unknown type, the node is inferred to be of that type, and
170 * to know which node is the greatest impediment to further recognition.
172 * node (and set it with ::istype), much more type identification should be
173 * possible. To facilitate this, we therefore define the _reach_ of a node t
1035 tg_node_t *node = tgd->tgd_next++; local
1048 tg_node_t *node = *tgp; local
1204 tg_node_t *node, *src; local
1400 tg_node_t *node; local
1423 typegraph_node_addtype(tg_node_t *node, tg_edge_t *edge, mdb_ctf_id_t rtype, const char *rmember, size_t roffs, mdb_ctf_id_t utype, mdb_ctf_id_t type) argument
1457 typegraph_stats_node(tg_node_t *node, tg_stats_t *stats) argument
1502 tg_node_t *node; local
1601 typegraph_pass1_node(tg_node_t *node, mdb_ctf_id_t type) argument
1787 typegraph_pass2_node(tg_node_t *node) argument
1949 tg_node_t *node; local
2025 typegraph_pass4_node(tg_node_t *node) argument
2110 typegraph_postpass_node(tg_node_t *node) argument
2201 tg_node_t *node, *maxnode = NULL; local
2279 tg_node_t *node; local
2330 tg_node_t *node; local
2540 tg_node_t *node; local
2702 tg_node_t *node; local
2738 tg_node_t *node; local
2768 tg_node_t *node; local
2796 tg_node_t *node; local
2936 tg_node_t *node; local
3017 findlocks_node(tg_node_t *node, findlocks_t *fl) argument
3285 findfalse_node(tg_node_t *node) argument
[all...]
/illumos-gate/usr/src/cmd/msgfmt/
H A Dmsgfmt.c672 struct msg_chain *node, *prev_node; local
677 * The starting search position is either the first node
679 * The current_elem is the pointer to the node which
700 * Search starts from the node pointed by p1.
711 /* move to the next node */
715 /* insert a new msg node */
716 node = (struct msg_chain *)
718 node->next = p1;
719 node->msgid = Xstrdup(msgid);
720 node
765 struct domain_struct *node; local
[all...]
/illumos-gate/usr/src/uts/sparc/os/
H A Dcpr_sparc.c79 cpr_err(CE_WARN, "cannot get \"options\" node");
95 pnode_t node; local
98 if (err = cpr_get_options_node(&node))
100 len = prom_getproplen(node, name);
104 if (prom_getprop(node, name, value) != len)
118 pnode_t node; local
121 if (rc = cpr_get_options_node(&node))
139 rc = prom_setprop(node, props->name, props->value, len + 1);
140 if (rc < 0 || prom_getproplen(node, props->name) != len) {
259 pnode_t node; local
471 cpr_build_nodename(pnode_t node) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_log.c230 logr_syslog_node_t *node, *head; local
246 if ((node = malloc(sizeof (logr_syslog_node_t))) == NULL) {
250 bzero(node->ln_logline, LOGR_MAXENTRYLEN);
252 (void) strlcpy(node->ln_logline, logline, LOGR_MAXENTRYLEN);
253 list_insert_tail(queue, node);
277 logr_syslog_node_t *node; local
282 node = list_head(&queue);
283 while (node) {
286 if (logr_syslog_parse_entry(node->ln_logline, entry) != 0) {
287 node
[all...]
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dbuild_tree.c43 fc_nodeop(common_data_t *cdp, fc_phandle_t node, char *svc) argument
48 error = fc_run_priv(cdp, svc, 1, 1, fc_phandle2cell(node), &hcell);
76 if ((pd != NULL) && (pd->node)) {
77 if (os_get_prop_common(cdp, pd->node, "name",
81 pd->node);
91 if (os_get_prop_common(cdp, ppd->node, "name",
95 ppd, namebuf, ppd->node);
96 for (thisnode = fc_nodeop(cdp, ppd->node, FC_CHILD_FCODE);
113 pd->node = thisnode;
116 add_my_handle(env, pd->node,
[all...]
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_svc.c159 vs_svc_node_t *node; local
172 node = &(vs_svc_nodes[req->vsr_idx]);
175 if ((node->vsn_tid != 0) || (req->vsr_idx > vs_svc_max_node)) {
180 node->vsn_req = *req;
182 if (pthread_create(&tid, NULL, vs_svc_async_scan, (void *)node) != 0) {
187 node->vsn_tid = tid;
203 vs_svc_node_t *node = (vs_svc_node_t *)arg; local
204 vs_scan_req_t *scan_req = &(node->vsn_req);
209 scan_rsp.vsr_result = vs_svc_scan_file(node, &scan_rsp.vsr_scanstamp);
211 /* clear node an
241 vs_svc_scan_file(vs_svc_node_t *node, vs_scanstamp_t *scanstamp) argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c217 * Do an overall slot label lookup for the device node.
220 pci_slot_label_lookup(topo_mod_t *mod, tnode_t *node, did_t *dp, did_t *pdp) argument
230 topo_mod_dprintf(mod, "%s: entry: node=%p, node_name=%s, "
232 __func__, node, topo_node_name(node), topo_node_instance(node),
239 * If an ancestor has a slot label, then this node's label
253 topo_mod_dprintf(mod, "%s: node=%p: node has a physical "
255 __func__, node, did_physlo
419 pci_label_cmn(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument
472 pci_fru_cmn(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument
[all...]
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c172 static void free_tree(NODE *node);
173 static void add_node(NODE *node, NODE *cur_node);
174 static void put_entries(NODE *node);
969 free_tree(node)
970 NODE *node;
972 while (node) {
973 free_tree(node->right);
974 free(node);
975 node = node
[all...]
/illumos-gate/usr/src/cmd/acct/
H A Dacctprc.c155 void print_node(const void *node, VISIT order, int level) { argument
158 tb.ta_uid = (*(struct utab **)node)->ut_uid;
159 CPYN(tb.ta_name, (char *)uidtonam((*(struct utab **)node)->ut_uid));
160 tb.ta_cpu[0] = (*(struct utab **)node)->ut_cpu[0];
161 tb.ta_cpu[1] = (*(struct utab **)node)->ut_cpu[1];
162 tb.ta_kcore[0] = (*(struct utab **)node)->ut_kcore[0];
163 tb.ta_kcore[1] = (*(struct utab **)node)->ut_kcore[1];
164 tb.ta_pc = (*(struct utab **)node)->ut_pc;
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dsg_unum.c77 int node = SG_PORTID_TO_NODEID(cpuid); local
83 * node and dimm will always be valid. board and proc may be -1 if
98 node, board, proc, dimm, sg_j_number[proc][dimm]);
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_mbox.h62 int node; /* Node ID */ member in struct:__anon9945
74 int node; /* Node ID */ member in struct:__anon9947
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Netra-X4200-M2/
H A DNetra-X4200-M2-disk-hc-topology.xmlgen43 <node instance='$bay'>
57 </node>
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-M2/
H A DSun-Fire-X4200-M2-disk-hc-topology.xmlgen44 <node instance='$bay'>
58 </node>
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-Server/
H A DSun-Fire-X4200-Server-disk-hc-topology.xmlgen44 <node instance='$bay'>
58 </node>
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4600-M2/
H A DSun-Fire-X4600-M2-disk-hc-topology.xmlgen43 <node instance='$bay'>
57 </node>
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/pcibus/
H A Dpci_i86pc.c42 platform_pci_label(topo_mod_t *mod, tnode_t *node, nvlist_t *in, argument
45 return (pci_label_cmn(mod, node, in, out));
49 platform_pci_fru(topo_mod_t *mod, tnode_t *node, nvlist_t *in, argument
52 return (pci_fru_cmn(mod, node, in, out));
56 * return true if pciexbus node whose parent is a pciexrc node
66 * Look for down-stream switch "2" on riser card. First find this node's parent.
67 * If it is a pciexfn node and it has dev=2 and node 6 levels further up
95 * Look for down-stream switch "4" on riser card. First find this node'
[all...]
/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid_misc.h68 uuid_node_t node; /* saved node ID */ member in struct:__anon4186
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rtmp.c72 uint8_t node; local
110 node = data[3]; /* assume id_len == 8 */
120 snet, node, runt != 0 ? " (short)" : ""); local
132 snet, node);

Completed in 102 milliseconds

1234567891011>>