Searched defs:node (Results 551 - 575 of 604) sorted by relevance

<<2122232425

/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c214 int (*fcn)(di_node_t node, di_minor_t minor, void *arg),
215 int (*fcn_hp)(di_node_t node, di_hp_t hp, void *arg),
234 static int do_list_common(di_node_t node, di_minor_t minor, void *arg);
235 static int do_list_common_hp(di_node_t node, di_hp_t hp, void *arg);
236 static int do_list_common_impl(di_node_t node, di_minor_t minor,
245 static cfga_err_t mklog_common(di_node_t node, di_minor_t minor,
248 static cfga_err_t null_mklog(di_node_t node, di_minor_t minor,
250 static cfga_err_t mklog_v1(di_node_t node, di_minor_t minor,
252 static cfga_err_t mklog_v2(di_node_t node, di_minor_t minor,
1045 di_node_t node,
1044 null_mklog( di_node_t node, di_minor_t minor, plugin_lib_t *libp, lib_loc_t *liblocp) argument
1054 mklog_v1( di_node_t node, di_minor_t minor, plugin_lib_t *libp, lib_loc_t *liblocp) argument
1086 mklog_v2( di_node_t node, di_minor_t minor, plugin_lib_t *libp, lib_loc_t *liblocp) argument
1122 mklog_common( di_node_t node, di_minor_t minor, lib_loc_t *libloc_p, size_t len) argument
1150 mklog_hp( di_node_t node, di_hp_t hp, plugin_lib_t *libp, lib_loc_t *liblocp) argument
1472 load_lib( di_node_t node, di_minor_t minor, lib_loc_t *libloc_p) argument
1482 load_lib_hp( di_node_t node, di_hp_t hp, lib_loc_t *libloc_p) argument
1496 load_lib_impl( di_node_t node, di_minor_t minor, di_hp_t hp, lib_loc_t *libloc_p) argument
1623 find_lib( di_node_t node, di_minor_t minor, lib_loc_t *libloc_p) argument
1681 find_lib_hp( di_node_t node, di_hp_t hp, lib_loc_t *libloc_p) argument
1917 find_ap_common( lib_loc_t *libloc_p, const char *physpath, int (*fcn)(di_node_t node, di_minor_t minor, void *arg), int (*fcn_hp)(di_node_t node, di_hp_t hp, void *arg), char **errstring) argument
2047 check_ap( di_node_t node, di_minor_t minor, void *arg) argument
2059 check_ap_hp( di_node_t node, di_hp_t hp, void *arg) argument
2076 check_ap_impl( di_node_t node, di_minor_t minor, di_hp_t hp, void *arg) argument
2195 check_ap_phys( di_node_t node, di_minor_t minor, void *arg) argument
2207 check_ap_phys_hp( di_node_t node, di_hp_t hp, void *arg) argument
2223 check_ap_phys_impl( di_node_t node, di_minor_t minor, di_hp_t hp, void *arg) argument
2573 do_list_common( di_node_t node, di_minor_t minor, void *arg) argument
2610 do_list_common_hp( di_node_t node, di_hp_t hp, void *arg) argument
2626 do_list_common_impl( di_node_t node, di_minor_t minor, di_hp_t hp, void *arg) argument
[all...]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c446 * delete "curr" node from the "newlist".
454 /* first node in the list */
583 OBJLIST *node, *prev; local
587 node = prev = newlist;
592 while (node != NULL && i < (*numobj)) {
595 rv = PK11Cert2KMFCert(kmfh, node->handle,
607 prev = node;
608 node = node->next;
615 &newlist, &prev, &node);
735 OBJLIST *node = objlist; local
1383 OBJLIST *node = objlist; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1755 uint_t node; local
1758 sscanf(hostname, "%u.%u", &net, &node);
1766 compare_value(AT_DST_NODE_OFFSET, 1, node);
1773 compare_value(AT_SRC_NODE_OFFSET, 1, node);
1780 compare_value(AT_DST_NODE_OFFSET, 1, node);
1787 compare_value(AT_SRC_NODE_OFFSET, 1, 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/tools/cscope-fast/
H A Dcgrep.c63 struct Node *node; member in struct:Link
208 t->node = N, t): newlink(0, N))
548 * generates the followset for a node in fpos
1369 state = l->node;
1395 n->id, l->node->id, l->lit);
1396 if (l->node->out) {
1397 printf(" draw \"%d\" as Doublecircle;", l->node->id);
1399 if (l->node->fail) {
1401 l->node->id, l->node
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c122 int depth; /* depth of current node to be copied */
137 #define PUSH_STACK(stack, node, off_p) { \
138 ASSERT(node != NULL); \
139 ndi_devi_enter((dev_info_t *)node, &(stack)->circ[(stack)->depth]); \
140 (stack)->dip[(stack)->depth] = (node); \
225 * i_link ptr to links coming into this i_lnode node
231 * i_link ptr to links going out of this i_lnode node
239 dev_info_t *hp_child; /* Child devinfo node of the di_hp_t */
327 static int di_dip_find(struct di_state *st, dev_info_t *node, di_off_t *off_p);
512 * of the selected minor node ar
1604 struct dev_info *node; local
1734 struct dev_info *node; local
1780 di_copynode(struct dev_info *node, struct di_stack *dsp, struct di_state *st) argument
2519 di_getmdata(struct ddi_minor_data *mnode, di_off_t *off_p, di_off_t node, struct di_state *st) argument
2585 struct dev_info *node = DEVI(dip); local
3306 di_match_drv_name(struct dev_info *node, struct di_state *st, int match) argument
3378 di_getprvdata(struct di_priv_format *pdp, struct dev_info *node, void *data, di_off_t *off_p, struct di_state *st) argument
3505 di_getppdata(struct dev_info *node, di_off_t *off_p, struct di_state *st) argument
3527 di_getdpdata(struct dev_info *node, di_off_t *off_p, struct di_state *st) argument
[all...]
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c361 * Copy found node wwn data to this new entry
556 * node in the list.
939 * al_pa, hard address, node/port WWN etc.
1511 * g_get_dev_list to get the device node list of fc_port_dev_t.
1512 * g_get_host_params to get the fca port node of fc_port_dev_t.
1516 * Move device node and fca port node to
1524 * Move device node and fca port node to
1900 * port WWN, node WW
5440 di_node_t node; local
5537 di_node_t node; local
5695 get_wwn_data(di_node_t node, uchar_t **nwwn, uchar_t **pwwn) argument
5845 my_devfs_path(di_node_t node) argument
[all...]
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.h44 list_node_t node; member in struct:iprb_mcast
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h213 struct emlxs_node *node; member in struct:emlxs_auth_cfg
235 struct emlxs_node *node; member in struct:emlxs_auth_key
340 /* node is initiator */
342 /* node is responder */
H A Demlxs_fcf.h128 struct emlxs_node *node; member in struct:emlxs_deferred_cmpl
186 struct emlxs_node *node; member in struct:RPIobj
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c917 * Create minor node of type DDI_NT_NET_WIFI
1855 iwh_add_sta_t node; local
1902 * add broadcast node to send probe request
1904 (void) memset(&node, 0, sizeof (node));
1905 (void) memset(&node.sta.addr, 0xff, IEEE80211_ADDR_LEN);
1906 node.sta.sta_id = IWH_BROADCAST_ID;
1907 err = iwh_cmd(sc, REPLY_ADD_STA, &node,
1908 sizeof (node), 1);
1911 "could not add broadcast node\
4294 iwh_add_sta_t node; local
6245 iwh_add_sta_t node; local
6379 iwh_add_sta_t node; local
6482 iwh_add_sta_t node; local
[all...]
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c840 * Create minor node of type DDI_NT_NET_WIFI
1793 iwp_add_sta_t node; local
1837 /* add broadcast node to send probe request */
1838 (void) memset(&node, 0, sizeof (node));
1839 (void) memset(&node.sta.addr, 0xff, IEEE80211_ADDR_LEN);
1840 node.sta.sta_id = IWP_BROADCAST_ID;
1841 err = iwp_cmd(sc, REPLY_ADD_STA, &node,
1842 sizeof (node), 1);
1845 "could not add broadcast node\
4092 iwp_add_sta_t node; local
5348 iwp_add_sta_t node; local
[all...]
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c1578 * Create OBP node for console input callbacks
2220 * Configure the root devinfo node.
3026 * Here we add "device-type=console" for /os-io node, for currently
3080 * Create the OBP input/output node (FCode serial driver).
3087 * consconfig runs, OBP's stdin is redirected to this node.
3089 * the node will call back into the kernel for console input.
3099 * /os-io node into the kernel terminal emulator.
3112 pnode_t node; local
3118 i = prom_version_check(buf, sizeof (buf), &node);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c231 getintprop(pnode_t node, char *name, int deflt) argument
235 switch (prom_getproplen(node, name)) {
237 (void) prom_getprop(node, name, (caddr_t)&value);
2408 * in virtual-memory prom node.
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c336 * pseudo-mc node portid format
355 pnode_t node; local
377 node = prom_rootnode();
378 plen = prom_getproplen(node, "model");
381 (void) prom_getprop(node, "model", model);
2583 * Get configurations from "pseudo-mc" node which includes:
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c700 * I retrieve the inquiry data from the ses node
2582 /* attach :devctl to get node stat instead of dir stat. */
6379 * Retrieves the port wwn associated with the hba node
6390 di_node_t node; local
6460 if ((node = di_init(cptr, DINFOCPYALL)) == DI_NODE_NIL) {
6464 if (di_nodeid(node) == DI_SID_NODEID) {
6465 di_ret = di_prop_lookup_bytes(DDI_DEV_T_ANY, node,
6468 di_fini(node);
6474 } else if (di_nodeid(node) == DI_PROM_NODEID) {
6476 di_fini(node);
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c136 emlxs_node_t *node, emlxs_buf_t *sbp,
1079 /* Set the max node count */
2213 /* Set the max node count */
2948 if (sbp && sbp->node && sbp->node->io_throttle) {
2949 node_throttle = sbp->node->io_throttle -
2950 sbp->node->io_active;
2957 marked_node = sbp->node;
3009 if (sbp->node == NULL) {
3010 /* Set node t
4180 NODELIST *node; local
4344 emlxs_node_t *node; local
4678 NODELIST *node = NULL; local
5933 emlxs_node_t *node = NULL; local
7881 emlxs_node_t *node; local
8871 NODELIST *node; local
8920 emlxs_sli4_unreg_node(emlxs_port_t *port, emlxs_node_t *node, emlxs_buf_t *sbp, fc_unsol_buf_t *ubp, IOCBQ *iocbq) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c189 { "node-wwn", PICL_PTYPE_BYTEARRAY},
274 * Also, if a memory controller node is being removed then destroy the
418 * Return 1 if the node has a "reg" property
437 * This function copies a PROM node's device_type property value into the
488 * Get the minor node name in the class buffer passed
497 /* get minor node type */
561 * Derive PICL class using the compatible property of the node
597 * For a given device node find the PICL class to use. Returns NULL
598 * for non device node
702 * return 1 if this node ha
1753 check_stale_node(di_node_t node, void *arg) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c35 * one or more CPUs and some local memory. The CPUs in each node can access
37 * local memory. Typically, a system with only one node has Uniform Memory
38 * Access (UMA), but it may be possible to have a one node system that has
39 * some global memory outside of the node which is higher latency.
44 * which memory (and how much) are in a NUMA node and how far each node is from
47 * in its memory node (memnode) array with the physical address range spanned
48 * by each NUMA node to know which memory belongs to which node, so it can
49 * build and manage a physical page free list for each NUMA node an
223 uint_t node; member in struct:cpu_node_map
540 int node; local
630 int node, prevnode = -1, basenode; local
707 int node; local
1056 int node; local
1359 int node; local
1461 uint_t node; local
2167 uint_t node; local
2213 int node, mnode; local
2425 int node; local
3481 uint_t node; local
[all...]
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c160 * "available" from other PCI node' resource maps
307 pua_node_t *node; local
318 node = kmem_zalloc(sizeof (pua_node_t), KM_SLEEP);
319 node->pua_index = index;
320 node->pua_addr = value;
321 list_insert_tail(nvf_list(hdl), node); local
429 pua_node_t *node; local
441 node = kmem_zalloc(sizeof (pua_node_t), KM_SLEEP);
442 node->pua_index = index++;
443 node
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c63 static void dca_rmlist2(dca_listnode_t *node, kmutex_t *);
1251 dca_enlist2(dca_listnode_t *q, dca_listnode_t *node, kmutex_t *lock) argument
1253 if (!q || !node)
1257 node->dl_next2 = q;
1258 node->dl_prev2 = q->dl_prev2;
1259 node->dl_next2->dl_prev2 = node;
1260 node->dl_prev2->dl_next2 = node;
1265 dca_rmlist2(dca_listnode_t *node, kmutex_ argument
1281 dca_listnode_t *node; local
1308 dca_enqueue(dca_listnode_t *q, dca_listnode_t *node) argument
1321 dca_rmqueue(dca_listnode_t *node) argument
1332 dca_listnode_t *node; local
1349 dca_listnode_t *node; local
1365 dca_listnode_t *node; local
4718 dca_listnode_t *node; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c1781 bqueue_node_t node; member in struct:receive_record_arg
1815 list_node_t node; member in struct:receive_objnode
2505 offsetof(struct receive_objnode, node));
2530 struct receive_objnode *node = list_head(&list->list); local
2533 while (node != NULL && node->object < object) {
2534 VERIFY3P(node, ==, list_remove_head(&list->list));
2535 kmem_free(node, sizeof (*node));
2536 node
2551 struct receive_objnode *node = kmem_zalloc(sizeof (*node), KM_SLEEP); local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c190 ush dad; /* father node in Huffman tree */
1785 /* Index within the heap array of least frequent node in the Huffman tree */
1808 * Restore the heap property by moving down the tree starting at node k,
1809 * exchanging a node with the smallest of its two sons if necessary, stopping
1816 int k; /* node to move down */
1879 if (n > max_code) continue; /* not a leaf node */
1986 int node; /* new node being created */ local
2009 node = s->heap[++(s->heap_len)] = (max_code < 2 ? ++max_code : 0);
2010 tree[node]
[all...]
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c909 /* Figure out the correct device node to open */
4849 * Called from main to construct the name of the device node to open.
4850 * Initially tries to stat the node exactly as provided, if that fails
4856 char *node; local
4864 node = devname;
4866 /* Try the node as provided first */
4867 if (stat(node, (struct stat *)&statbuf) == -1) {
4874 if ((node = malloc(space)) == NULL) {
4876 "for device node.\n");
4880 /* Copy over the default path and the provided node */
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c910 fc_remote_node_t *node = pd->pd_remote_nodep; local
920 (node != NULL)) {
921 fctl_destroy_remote_node(node);
1306 * symbolic node/port names - But if disks/tapes
1312 * register the symbolic port/node names for
1430 fc_remote_node_t *node = local
1442 == 0) && (node != NULL)) {
1443 fctl_destroy_remote_node(node);
1809 fc_remote_node_t *node; local
1829 node
3166 fc_remote_node_t *node; local
4073 fc_remote_node_t *node; local
5013 fc_remote_node_t *node; local
5041 fc_remote_node_t *node; local
5869 fc_remote_node_t *node; local
[all...]

Completed in 298 milliseconds

<<2122232425