null

Searched defs:nd (Results 1 - 25 of 47) sorted by relevance

12

/illumos-gate/usr/src/lib/libm/common/C/
H A Dfmod.c46 int nd, k, ny; local
65 * nd = true exponent of x minus true exponent of y
78 nd = k - ny;
80 nd += 1;
82 nd -= 1;
90 nd = k - ny;
96 while (nd--) {
/illumos-gate/usr/src/cmd/mdb/common/modules/neti/
H A Dneti.c48 struct net_data nd, *p; local
69 if (mdb_vread((void *)&nd, sizeof (nd), (uintptr_t)p) == -1) {
73 if (!nd.netd_info.netp_name) {
75 nd.netd_info.netp_name);
79 (uintptr_t)nd.netd_info.netp_name) == -1) {
81 nd.netd_info.netp_name);
87 nd.netd_hooks, str);
89 p = LIST_NEXT(&nd, netd_list);
/illumos-gate/usr/src/lib/libm/common/R/
H A Dfmodf.c46 int hx, ix, iy, iz, k, ny, nd; local
66 * nd = exponent of x minus exponent of y
79 nd = k - ny;
81 nd += 1;
83 nd -= 1;
90 nd = k - ny;
98 * while (nd--) {
112 k = nd >> 2;
113 nd -= k << 2;
140 while (nd
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dftwalk.c62 int nd; local
95 nd = 0;
101 dd[nd++] = x;
102 if (nd >= elementsof(dd))
108 while (nd > 0)
109 dd[--nd]->info |= FTS_DD;
119 nd = 0;
130 dd[nd++] = x;
131 if (nd >= elementsof(dd))
149 while (nd >
[all...]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dremquof.c58 int hx, ix, iy, iz, k, ny, nd, m, sq; local
83 * nd = exponent of x minus exponent of y
96 nd = k - ny;
98 nd += 1;
100 nd -= 1;
106 nd = k - ny;
113 * while (nd--) {
127 k = nd >> 2;
128 nd -= (k << 2);
159 iz = (k << 2) + nd;
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_med.c165 md_mnnode_desc *nd; local
204 nd = sd->sd_nodelist;
205 while (nd) {
206 if (!(nd->nd_flags & MD_MN_NODE_ALIVE)) {
209 nd->nd_nodename, NULL, sp->setname);
212 nd = nd->nd_next;
260 nd = sd->sd_nodelist;
262 while (nd) {
263 if (clnt_lock_set(nd
746 md_mnnode_desc *nd; local
[all...]
H A Dmeta_set_drv.c47 md_mnnode_desc *nd; local
53 nd = sd->sd_nodelist;
54 while (nd) {
55 if (!(nd->nd_flags & MD_MN_NODE_ALIVE)) {
56 nd = nd->nd_next;
61 nd->nd_nodename, ep))
63 nd = nd->nd_next;
222 md_mnnode_desc *nd; local
1218 md_mnnode_desc *nd; local
[all...]
H A Dmeta_set_prv.c275 md_mnnode_desc *nd; local
278 nd = sd->sd_nodelist;
279 while (nd) {
280 if (strcmp(nd->nd_nodename, node) == 0) {
281 return (nd->nd_nodeid);
283 nd = nd->nd_next;
547 md_mnnode_desc *nd; local
561 nd = sd->sd_nodelist;
562 while (nd) {
[all...]
H A Dmeta_set_tkr.c56 md_mnnode_desc *nd; local
107 nd = sd->sd_nodelist;
108 while (nd) {
110 if (forceflg && strcmp(mynode(), nd->nd_nodename)
112 nd = nd->nd_next;
117 if (strcmp(mynode(), nd->nd_nodename) == 0) {
118 nd = nd->nd_next;
122 if (!(nd
[all...]
H A Dmeta_set_hst.c281 md_mnnode_desc *nd, *ndm = NULL; local
321 nd = Zalloc(sizeof (*nd));
322 (void) strcpy(nd->nd_nodename, node_v[i]);
323 nd->nd_ctime = now;
324 nd->nd_flags = (MD_MN_NODE_ALIVE |
330 nd->nd_nodeid = nl2->msl_node_id;
331 (void) strcpy(nd->nd_priv_ic,
344 sd->sd_nodelist = nd;
345 } else if (nd
737 md_mnnode_desc *nd, *saved_nd_next; local
864 md_mnnode_desc *nd, *saved_nd_next; local
981 md_mnnode_desc *nd; local
1175 md_mnnode_desc *nd; local
1243 md_mnnode_desc *nd; local
1549 md_mnnode_desc *nd; local
2086 md_mnnode_desc *nd, *nd_curr, *nd_prev; local
3754 md_mnnode_desc *nd; local
[all...]
H A Dmeta_hotspares.c783 md_mnnode_desc *nd; local
785 for (nd = sd->sd_nodelist; nd; nd = nd->nd_next) {
786 if (nd->nd_nodeid == curside)
788 if (del_name(sp, nd->nd_nodeid, key, &first_error) == -1) {
923 md_mnnode_desc *nd; local
925 for (nd = sd->sd_nodelist; nd; n
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dnd.c36 #include <inet/nd.h>
42 ND *nd; local
44 if ((nd = (ND *)(*nd_pparam)) != NULL) {
45 if (nd->nd_tbl)
46 mi_free((char *)nd->nd_tbl);
47 mi_free((char *)nd);
58 ND *nd; local
65 nd = (ND *)nd_param;
85 for (nde = nd->nd_tbl; ; nde++) {
151 * This routine may be used as the get dispatch routine in nd table
173 ND *nd; local
210 ND *nd; local
264 ND *nd; local
[all...]
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnet.c265 netpr_response(int nd) argument
277 if ((read(nd, &c, 1) != 1)) {
316 netpr_send_message(int nd, char *fmt, ...) argument
338 nw = write(nd, pa, ctr);
365 return (netpr_response(nd));
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_ip.c184 NETHDR *nd; local
226 nd = (NETHDR *)ubp->ub_buffer;
227 mac = nd->fc_srcname.IEEE;
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Ddimm_topo.c196 int nd; local
221 nd = 0;
225 dimmlist[nd] = inhm_dimm(dimmp, node, i,
227 nd++;
231 if (nd) {
233 "memory-dimms", dimmlist, nd);
234 for (j = 0; j < nd; j++)
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-device.c75 int add_properties(LibHalContext *hal_ctx, new_dev_t *nd, lh_prop_t *prop);
545 int add_properties(LibHalContext *hal_ctx, new_dev_t *nd, lh_prop_t *prop) argument
560 old_type = libhal_device_get_property_type(hal_ctx, nd->real_udi, p->key, &error);
565 if (!libhal_device_remove_property(hal_ctx, nd->real_udi, p->key, &error)) {
576 if (!libhal_device_set_property_bool(hal_ctx, nd->real_udi, p->key, p->v.bool_value, &error)) {
583 if (!libhal_device_set_property_int(hal_ctx, nd->real_udi, p->key, p->v.int_value, &error)) {
590 if (!libhal_device_set_property_uint64(hal_ctx, nd->real_udi, p->key, p->v.uint64_value, &error)) {
597 if (!libhal_device_set_property_double(hal_ctx, nd->real_udi, p->key, p->v.double_value, &error)) {
605 if (!libhal_device_set_property_string(hal_ctx, nd->real_udi, p->key, p->v.str_value, &error)) {
613 if (!libhal_device_property_strlist_append(hal_ctx, nd
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dneti_stack.c148 struct net_data *nd; local
158 LIST_FOREACH(nd, &nts->nts_netd_head, netd_list) {
159 nd->netd_condemned = 1;
216 struct net_data *nd; local
227 LIST_FOREACH(nd, &nts->nts_netd_head, netd_list) {
228 nd->netd_condemned = 2;
H A Dneti_impl.c126 net_handle_t nd; local
135 nd = net_find(protocol, nts);
136 if (nd != NULL)
137 atomic_inc_32((uint_t *)&nd->netd_refcnt);
139 return (nd);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_door.c186 bool_t nd; local
198 } else if ((why = __gss_authenticate(r, msg, &nd)) != AUTH_OK) {
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetadb.c269 md_mnnode_desc *nd; local
359 nd = sd->sd_nodelist;
360 while (nd) {
362 strcmp(nd->nd_nodename, mynode()) != 0) {
363 nd = nd->nd_next;
367 if (!(nd->nd_flags & MD_MN_NODE_ALIVE)) {
368 nd = nd->nd_next;
372 if (clnt_lock_set(nd
[all...]
H A Dmetaset.c105 md_mnnode_desc *nd; local
143 nd = sd->sd_nodelist;
144 while (nd) {
168 if (!(nd->nd_flags & MD_MN_NODE_OK)) {
169 nd = nd->nd_next;
172 if ((nd->nd_flags & MD_MN_NODE_ALIVE) &&
173 (nd->nd_flags & MD_MN_NODE_OWN)) {
177 nd->nd_nodename, gettext("multi-owner"),
179 } else if ((!(nd
[all...]
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c126 HalDevice *d, *nd = NULL; local
192 if ((nd = devinfo_usb_if_add (d, node, if_devfs_path,
194 d = nd;
195 nd = NULL;
222 nd = devinfo_usb_scsa2usb_add (d, node);
224 nd = devinfo_usb_printer_add (d, node);
229 nd = devinfo_usb_input_add(d, node);
234 nd = devinfo_usb_video4linux_add(d, node);
239 if (nd != NULL) {
240 return (nd);
[all...]
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nbdrv.c227 int nd; local
238 nd = 0;
242 dimmlist[nd] = inb_dimm(dimmp, i, (uint32_t)j);
243 nd++;
247 if (nd) {
249 "memory-dimms", dimmlist, nd);
250 for (j = 0; j < nd; j++)
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c267 int ns, nd, nq; local
346 * ns, nd, and nq to indicate the number of registers of each type.
351 nd = 32;
359 nd = 32;
364 nd = 16;
389 for (i = 0; i < nd; i++) {
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_misc.c609 int nd = nsc_node_id(); local
619 if (nd < nsc_min_nodeid) {
622 nd, nsc_min_nodeid);

Completed in 253 milliseconds

12