| /onnv/onnv-gate/usr/src/cmd/agents/snmp/agent/ |
| node.c | 39 #include "node.h" 44 static Node *root_node = &node_table[0]; 49 Node *node_find(int search_type, Oid *name, Oid *suffix) 52 Node *parent; 53 Node *previous; 54 Node *node; local 77 for(node = parent->first_child; node; node = node->next_peer [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/sys/ |
| cpr_impl.h | 55 pnode_t node; member in struct:i86pc_cpu_info
|
| /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/os/ |
| sg_unum.c | 77 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]);
|
| /onnv/onnv-gate/usr/src/lib/sun_sas/common/ |
| verify.c | 39 di_node_t node; local 58 node = di_init(path, DINFOCPYALL); 59 if (node == DI_NODE_NIL) { 65 state = di_state(node); 69 di_fini(node); 71 "devinfo node is not online state: %d", state); 76 di_fini(node);
|
| /onnv/onnv-gate/usr/src/cmd/scsi/sestopo/common/ |
| sestopo.c | 53 node(ses_node_t *np, void *arg) function 61 (void) printf("Node Type: %d\n", type); 92 (void) ses_walk(sp, node, NULL);
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/x509v3/ |
| pcy_node.c | 105 X509_POLICY_NODE *node; local 106 node = OPENSSL_malloc(sizeof(X509_POLICY_NODE)); 107 if (!node) 109 node->data = data; 110 node->parent = parent; 111 node->nchild = 0; 118 level->anyPolicy = node; 127 if (!sk_X509_POLICY_NODE_push(level->nodes, node)) 145 return node; 148 policy_node_free(node); [all...] |
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| tfind.c | 31 * The NODE * arguments are declared in the lint files as char *, 32 * because the definition of NODE isn't available to the user. 37 typedef struct node { POINTER key; struct node *llink, *rlink; } NODE; struct 42 /* tfind - find a node, or return 0 */ 43 NODE * 46 register NODE **rootp; /* Address of the root of the tree */ 59 return (NODE *)(NULL);
|
| tsearch.c | 32 * The NODE * arguments are declared in the lint files as char *, 33 * because the definition of NODE isn't available to the user. 41 typedef struct node { POINTER key; struct node *llink, *rlink; } NODE; struct 51 NODE * 52 tsearch(POINTER key, NODE **rootp, int (*compar)(POINTER, POINTER)) 54 NODE *q; /* New node if key not found */ 66 q = (NODE *) malloc(sizeof(NODE)); /* T5: Not found * [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| tfind.c | 35 * The NODE * arguments are declared in the lint files as char *, 36 * because the definition of NODE isn't available to the user. 48 typedef struct node { void *key; struct node *llink, *rlink; } NODE; struct 51 /* tfind - find a node, or return 0 */ 62 NODE **rootp = (NODE **)rtp;
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| keypad.c | 58 t_decode *node, *saved; local 70 /* First node of tree. */ 71 node = (t_decode *) malloc(sizeof *node); 72 if (node == (t_decode *) 0) 75 *root = saved = node; 77 node->child = node->sibling = (t_decode *) 0; 78 node->ch = *str++; 79 node->key = 0 [all...] |
| wgetch.c | 115 t_decode *node; local 177 node = (t_decode *) __m_screen->_decode; 184 while (node->ch != ch) { 185 node = node->sibling; 186 if (node == (t_decode *) 0) 191 if (node->key != 0) { 193 return __m_return_int("wgetch", node->key); 213 node = node->child [all...] |
| /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| keypad.c | 60 t_decode *node, *saved; local 72 /* First node of tree. */ 73 node = (t_decode *) malloc(sizeof (*node)); 74 if (node == NULL) 77 *root = saved = node; 79 node->child = node->sibling = NULL; 80 node->ch = *str++; 81 node->key = 0 [all...] |
| /onnv/onnv-gate/usr/src/psm/promif/ieee1275/common/ |
| prom_boot.c | 36 pnode_t node; local 43 node = prom_chosennode(); 44 if ((node == OBP_NONODE) || (node == OBP_BADNODE)) 45 node = prom_rootnode(); 46 length = prom_getproplen(node, name); 51 (void) prom_bounded_getprop(node, name, bootargs, length); 68 pnode_t node; local 74 node = prom_chosennode(); 75 if ((node == OBP_NONODE) || (node == OBP_BADNODE) [all...] |
| prom_fb.c | 35 * /os-io node, we also check if the device-type is "console", 37 * works corrrectly after /os-io node is registered into OBP. 138 pnode_t node; local 141 if ((node = prom_optionsnode()) == OBP_BADNODE) 145 if ((len = prom_getproplen(node, (caddr_t)name)) > 0) { 146 (void) prom_getprop(node, (caddr_t)name, (caddr_t)buf); 151 if ((len = prom_getproplen(node, (caddr_t)name)) > 0) { 152 (void) prom_getprop(node, (caddr_t)name, (caddr_t)buf);
|
| /onnv/onnv-gate/usr/src/psm/stand/boot/sparc/common/ |
| sun4dep.c | 46 pnode_t node; local 54 node = prom_findnode_bydevtype(prom_rootnode(), OBP_CPU); 55 if (node != OBP_NONODE && node != OBP_BADNODE) { 58 if ((nlen = prom_getproplen(node, OBP_NAME)) <= 0 || 60 prom_getprop(node, OBP_NAME, cpubuf) <= 0) 61 prom_panic("no name in cpu node"); 67 * node for the compatible property. 69 if ((clen = prom_getproplen(node, OBP_COMPATIBLE)) > 0 || 70 ((node = prom_parentnode(node)) != OBP_NONODE & [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_nbp.c | 103 uint8_t node; local 116 node = *p++; 138 "Net = %d, node = %d, sock = %d, enum = %d", 139 net, node, sock, enumer);
|
| snoop_rtmp.c | 72 uint8_t node; local 110 node = data[3]; /* assume id_len == 8 */ 120 snet, node, runt != 0 ? " (short)" : ""); local 131 "Senders Net = %d, Sender Node %d", 132 snet, node);
|
| /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/ |
| printhash_live.c | 26 iphtent_t entry, *top, *node; local 65 node = top; 66 (void) printhashnode(hp, node, bcopywrap, opts); 67 top = node->ipe_snext; 68 free(node);
|
| printpool_live.c | 26 ip_pool_node_t entry, *top, *node; local 65 node = top; 66 (void) printpoolnode(node, opts); 67 top = node->ipn_next; 68 free(node);
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
| prof_set.c | 79 * Delete or update a particular child node 88 struct profile_node *section, *node; local 117 retval = profile_find_node(section, *cpp, old_value, 0, &state, &node); 120 retval = profile_set_relation_value(node, new_value); 122 retval = profile_remove_node(node); 140 struct profile_node *section, *node; local 162 retval = profile_find_node(section, *cpp, 0, 0, &state, &node); 165 retval = profile_remove_node(node); 186 struct profile_node *section, *node; local 212 retval = profile_find_node(section, *cpp, 0, 1, &state, &node); [all...] |
| /onnv/onnv-gate/usr/src/lib/libnsctl/common/ |
| hash.c | 47 hash_node_t *node; local 49 node = (hash_node_t *)malloc(sizeof (hash_node_t)); 50 if (!node) { 53 node->key = strdup(key); 54 node->data = data; 61 node->next = hash[ index ]; 62 hash[ index ] = node; 71 * Searches the hash to find a node. 75 * pointer to node if found. 81 hash_node_t *node; local 97 hash_node_t *node, *prev; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libslp/clib/ |
| slp_search.c | 55 struct node { char *key; struct node *llink, *rlink; }; struct 56 typedef struct node NODE; 61 NODE *root = (NODE *) r; 78 NODE **rootp = (NODE **)rtp; 79 NODE *q; /* New node if key not found * [all...] |
| /onnv/onnv-gate/usr/src/lib/libuuid/common/ |
| uuid_misc.h | 68 uuid_node_t node; /* saved node ID */ member in struct:__anon4335
|
| /onnv/onnv-gate/usr/src/lib/sun_fc/common/ |
| HBANPIVPort.cc | 59 * @doc Comparison is based on Node WWN, Port WWN and path 75 char node[MAXPATHLEN]; local 96 sprintf(node, "%s/%s", dir, dirp->d_name); 97 if ((count = readlink(node,buf,sizeof(buf)))) {
|
| /onnv/onnv-gate/usr/src/uts/common/io/1394/adapters/ |
| hci1394_tlist.c | 33 * - addition of node to the end of the list 34 * - atomic deletion of node anywhere in list 35 * - get and remove node from head of list 37 * - timeout feature, if enabled, will remove each node on the list which 39 * called for each node removed. The worst case time is around 42 * callback anywhere from 100uS to 150uS from when you added the node to 61 hci1394_tlist_node_t *node); 136 * Add the node to the tail of the linked list. The list is protected by a 141 hci1394_tlist_node_t *node) 144 ASSERT(node != NULL) 342 hci1394_tlist_node_t *node; local [all...] |