Searched refs:hd (Results 1 - 25 of 65) sorted by relevance

123

/illumos-gate/usr/src/uts/intel/sys/
H A Dprom_plat.h41 extern int prom_getmacaddr(int hd, caddr_t ea);
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd_scsa.h44 #define HBA_SETGEOM(hd, sec) (((hd) << 16) | (sec))
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_svc.c200 ndr_handle_t *hd; local
203 if ((hd = malloc(sizeof (ndr_handle_t))) == NULL)
215 bcopy(&id, &hd->nh_id, sizeof (ndr_hdid_t));
216 hd->nh_pipe = xa->pipe;
217 hd->nh_svc = xa->binding->service;
218 hd->nh_data = (void *)data;
219 hd->nh_data_free = NULL;
222 hd->nh_next = ndr_handle_list;
223 ndr_handle_list = hd;
226 return (&hd
236 ndr_handle_t *hd; local
270 ndr_handle_t *hd; local
297 ndr_handle_t *hd; local
[all...]
/illumos-gate/usr/src/lib/librcm/
H A Dlibrcm.c55 rcm_handle_t *hd; local
69 if ((hd = calloc(1, sizeof (*hd))) == NULL) {
77 if ((hd->modname = strdup(namebuf)) == NULL) {
78 free(hd);
83 free(hd->modname);
84 free(hd);
93 hd->pid = (pid_t)0;
95 hd->pid = (pid_t)getpid();
98 *hdp = hd;
104 rcm_free_handle(rcm_handle_t *hd) argument
126 rcm_get_info(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
152 rcm_get_info_list(rcm_handle_t *hd, char **rsrcnames, uint_t flag, rcm_info_t **infop) argument
166 rcm_request_offline(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
179 rcm_request_offline_list(rcm_handle_t *hd, char **rsrcnames, uint_t flag, rcm_info_t **infop) argument
192 rcm_notify_online(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
205 rcm_notify_online_list(rcm_handle_t *hd, char **rsrcnames, uint_t flag, rcm_info_t **infop) argument
218 rcm_notify_remove(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
231 rcm_notify_remove_list(rcm_handle_t *hd, char **rsrcnames, uint_t flag, rcm_info_t **infop) argument
244 rcm_request_suspend(rcm_handle_t *hd, char *rsrcname, uint_t flag, timespec_t *interval, rcm_info_t **infop) argument
257 rcm_request_suspend_list(rcm_handle_t *hd, char **rsrcnames, uint_t flag, timespec_t *interval, rcm_info_t **infop) argument
272 rcm_notify_resume(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
285 rcm_notify_resume_list(rcm_handle_t *hd, char **rsrcnames, uint_t flag, rcm_info_t **infop) argument
298 rcm_request_capacity_change(rcm_handle_t *hd, char *rsrcname, uint_t flag, nvlist_t *nvl, rcm_info_t **infop) argument
320 rcm_notify_capacity_change(rcm_handle_t *hd, char *rsrcname, uint_t flag, nvlist_t *nvl, rcm_info_t **infop) argument
342 rcm_notify_event(rcm_handle_t *hd, char *rsrcname, uint_t flag, nvlist_t *nvl, rcm_info_t **infop) argument
368 rcm_register_capacity(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
388 rcm_unregister_capacity(rcm_handle_t *hd, char *rsrcname, uint_t flag) argument
411 rcm_register_event(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
431 rcm_unregister_event(rcm_handle_t *hd, char *rsrcname, uint_t flag) argument
456 rcm_register_interest(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
476 rcm_unregister_interest(rcm_handle_t *hd, char *rsrcname, uint_t flag) argument
495 rcm_get_rsrcstate(rcm_handle_t *hd, char *rsrcname, int *statep) argument
981 rcm_common(int cmd, rcm_handle_t *hd, char **rsrcnames, uint_t flag, void *arg, rcm_info_t **infop) argument
1038 rcm_direct_call(int cmd, rcm_handle_t *hd, char **rsrcnames, uint_t flag, void *arg, rcm_info_t **infop) argument
1120 rcm_daemon_call(int cmd, rcm_handle_t *hd, char **rsrcnames, uint_t flag, void *arg, rcm_info_t **infop) argument
1326 rcm_generate_nvlist(int cmd, rcm_handle_t *hd, char **rsrcnames, uint_t flag, void *arg, char **nvl_packed, size_t *nvl_size) argument
1543 rcm_get_client_name(rcm_handle_t *hd) argument
[all...]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_D_cplx_div_ix.c103 int hb, hc, hd, hw, i, j; local
120 hd = dd.i[0] & ~0x80000000;
121 hw = (hc > hd)? hc : hd;
148 hd = dd.i[0] & ~0x80000000;
149 hw = (hc > hd)? hc : hd;
187 hd = (hd - 0x38000000) >> 28;
188 d = (d * scl[hd
[all...]
H A D_D_cplx_div_rx.c103 int ha, hc, hd, hw, i, j; local
120 hd = dd.i[0] & ~0x80000000;
121 hw = (hc > hd)? hc : hd;
148 hd = dd.i[0] & ~0x80000000;
149 hw = (hc > hd)? hc : hd;
187 hd = (hd - 0x38000000) >> 28;
188 d = -(d * scl[hd
[all...]
H A D_Q_cplx_div_ix.c95 int hb, hc, hd, hw, i, j; local
114 hd = dd.i[0] & ~0x80000000;
115 hw = (hc > hd)? hc : hd;
171 hd = (hd - 0x3fff0000) >> 16;
172 _Q_scl(&d, -hd);
174 hd += hb;
178 _Q_scle(&d, hd);
H A D_Q_cplx_div_rx.c95 int ha, hc, hd, hw, i, j; local
114 hd = dd.i[0] & ~0x80000000;
115 hw = (hc > hd)? hc : hd;
171 hd = (hd - 0x3fff0000) >> 16;
172 _Q_scl(&d, -hd);
174 hd += ha;
178 _Q_scle(&d, hd);
H A D_D_cplx_div.c93 int ha, hb, hc, hd, hz, hw, hs, i, j; local
116 hd = dd.i[0] & ~0x80000000;
117 hw = (hc > hd)? hc : hd;
153 hd = dd.i[0] & ~0x80000000;
154 hw = (hc > hd)? hc : hd;
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dhash.c151 hash_find_list_cb(void *node, struct hash_data *hd) argument
156 if (hd->hd_hash->h_cmp(hd->hd_key, node) == 0) {
157 if ((cbrc = hd->hd_fun(node, hd->hd_private)) < 0)
170 struct hash_data hd; local
172 hd.hd_hash = hash;
173 hd.hd_fun = fun;
174 hd.hd_key = key;
175 hd
183 hash_find_first_cb(void *node, struct hash_data *hd) argument
197 struct hash_data hd; local
[all...]
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_macaddr.c39 prom_getmacaddr(ihandle_t hd, caddr_t ea) argument
46 * associated with the ihandle 'hd'. This handles the
52 macnodeid = prom_getphandle(hd);
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_scsa.h44 #define HBA_SETGEOM(hd, sec) (((hd) << 16) | (sec))
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dnetwork_rcm.c100 static void update_cache(rcm_handle_t *hd);
194 net_register(rcm_handle_t *hd) argument
196 update_cache(hd);
202 if (rcm_register_event(hd, RCM_RESOURCE_PHYSLINK_NEW, 0, NULL)
227 net_unregister(rcm_handle_t *hd) argument
231 assert(hd != NULL);
237 (void) rcm_unregister_interest(hd, probe->resource, 0);
248 if (rcm_unregister_event(hd, RCM_RESOURCE_PHYSLINK_NEW, 0)
270 net_passthru(rcm_handle_t *hd, int op, const char *rsrc, uint_t flag, argument
317 rv = rcm_request_suspend(hd, exporte
370 net_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **reason, rcm_info_t **dependent_reason) argument
391 net_online(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **reason, rcm_info_t **dependent_reason) argument
416 net_getinfo(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **info, char **errstr, nvlist_t *proplist, rcm_info_t **depend_info) argument
498 net_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, uint_t flag, char **reason, rcm_info_t **dependent_reason) argument
523 net_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **info, rcm_info_t **dependent_info) argument
548 net_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **info, rcm_info_t **dependent_info) argument
727 update_cache(rcm_handle_t *hd) argument
817 net_notify_event(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, nvlist_t *nvl, rcm_info_t **depend_info) argument
[all...]
H A Dibpart_rcm.c224 ibpart_register(rcm_handle_t *hd) argument
228 if (cache_update(hd) < 0)
236 if (rcm_register_event(hd, RCM_RESOURCE_LINK_NEW, 0, NULL)
256 ibpart_unregister(rcm_handle_t *hd) argument
266 if (rcm_unregister_interest(hd, node->pc_resource, 0)
284 if (rcm_unregister_event(hd, RCM_RESOURCE_LINK_NEW, 0)
304 ibpart_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, argument
313 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
325 if (ibpart_consumer_offline(hd, node, errorp, flags, info) ==
362 ibpart_undo_offline(rcm_handle_t *hd, cha argument
475 ibpart_get_info(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **usagep, char **errorp, nvlist_t *props, rcm_info_t **info) argument
516 ibpart_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, uint_t flags, char **errorp, rcm_info_t **info) argument
528 ibpart_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
541 ibpart_consumer_remove(rcm_handle_t *hd, link_cache_t *node, uint_t flags, rcm_info_t **info) argument
581 ibpart_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
617 ibpart_notify_event(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, nvlist_t *nvl, rcm_info_t **info) argument
778 cache_lookup(rcm_handle_t *hd, char *rsrc, char options) argument
853 rcm_handle_t *hd; member in struct:ibpart_update_arg_s
864 rcm_handle_t *hd = ibpart_update_argp->hd; local
973 ibpart_update_all(rcm_handle_t *hd) argument
990 cache_update(rcm_handle_t *hd) argument
1138 ibpart_consumer_online(rcm_handle_t *hd, link_cache_t *node, char **errorp, uint_t flags, rcm_info_t **info) argument
1168 ibpart_consumer_offline(rcm_handle_t *hd, link_cache_t *node, char **errorp, uint_t flags, rcm_info_t **info) argument
1202 ibpart_notify_new_ibpart(rcm_handle_t *hd, char *rsrc) argument
1259 ibpart_consumer_notify(rcm_handle_t *hd, datalink_id_t linkid, char **errorp, uint_t flags, rcm_info_t **info) argument
1336 ibpart_configure(rcm_handle_t *hd, datalink_id_t linkid) argument
[all...]
H A Dvlan_rcm.c224 vlan_register(rcm_handle_t *hd) argument
228 if (cache_update(hd) < 0)
236 if (rcm_register_event(hd, RCM_RESOURCE_LINK_NEW, 0, NULL)
256 vlan_unregister(rcm_handle_t *hd) argument
266 if (rcm_unregister_interest(hd, node->vc_resource, 0)
284 if (rcm_unregister_event(hd, RCM_RESOURCE_LINK_NEW, 0)
304 vlan_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, argument
313 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
325 if (vlan_consumer_offline(hd, node, errorp, flags, info) ==
362 vlan_undo_offline(rcm_handle_t *hd, cha argument
465 vlan_get_info(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **usagep, char **errorp, nvlist_t *props, rcm_info_t **info) argument
506 vlan_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, uint_t flags, char **errorp, rcm_info_t **info) argument
518 vlan_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
531 vlan_consumer_remove(rcm_handle_t *hd, link_cache_t *node, uint_t flags, rcm_info_t **info) argument
570 vlan_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
606 vlan_notify_event(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, nvlist_t *nvl, rcm_info_t **info) argument
762 cache_lookup(rcm_handle_t *hd, char *rsrc, char options) argument
837 rcm_handle_t *hd; member in struct:vlan_update_arg_s
848 rcm_handle_t *hd = vlan_update_argp->hd; local
945 vlan_update_all(rcm_handle_t *hd) argument
962 cache_update(rcm_handle_t *hd) argument
1109 vlan_consumer_online(rcm_handle_t *hd, link_cache_t *node, char **errorp, uint_t flags, rcm_info_t **info) argument
1138 vlan_consumer_offline(rcm_handle_t *hd, link_cache_t *node, char **errorp, uint_t flags, rcm_info_t **info) argument
1171 vlan_notify_new_vlan(rcm_handle_t *hd, char *rsrc) argument
1227 vlan_consumer_notify(rcm_handle_t *hd, datalink_id_t linkid, char **errorp, uint_t flags, rcm_info_t **info) argument
1301 vlan_configure(rcm_handle_t *hd, datalink_id_t linkid) argument
[all...]
H A Dvnic_rcm.c224 vnic_register(rcm_handle_t *hd) argument
228 if (cache_update(hd) < 0)
236 if (rcm_register_event(hd, RCM_RESOURCE_LINK_NEW, 0, NULL)
256 vnic_unregister(rcm_handle_t *hd) argument
266 if (rcm_unregister_interest(hd, node->vc_resource, 0)
284 if (rcm_unregister_event(hd, RCM_RESOURCE_LINK_NEW, 0)
304 vnic_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, argument
313 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
325 if (vnic_consumer_offline(hd, node, errorp, flags, info) ==
362 vnic_undo_offline(rcm_handle_t *hd, cha argument
468 vnic_get_info(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **usagep, char **errorp, nvlist_t *props, rcm_info_t **info) argument
509 vnic_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, uint_t flags, char **errorp, rcm_info_t **info) argument
521 vnic_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
534 vnic_consumer_remove(rcm_handle_t *hd, link_cache_t *node, uint_t flags, rcm_info_t **info) argument
573 vnic_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
609 vnic_notify_event(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, nvlist_t *nvl, rcm_info_t **info) argument
765 cache_lookup(rcm_handle_t *hd, char *rsrc, char options) argument
840 rcm_handle_t *hd; member in struct:vnic_update_arg_s
851 rcm_handle_t *hd = vnic_update_argp->hd; local
957 vnic_update_all(rcm_handle_t *hd) argument
974 cache_update(rcm_handle_t *hd) argument
1121 vnic_consumer_online(rcm_handle_t *hd, link_cache_t *node, char **errorp, uint_t flags, rcm_info_t **info) argument
1150 vnic_consumer_offline(rcm_handle_t *hd, link_cache_t *node, char **errorp, uint_t flags, rcm_info_t **info) argument
1183 vnic_notify_new_vnic(rcm_handle_t *hd, char *rsrc) argument
1238 vnic_consumer_notify(rcm_handle_t *hd, datalink_id_t linkid, char **errorp, uint_t flags, rcm_info_t **info) argument
1312 vnic_configure(rcm_handle_t *hd, datalink_id_t linkid) argument
[all...]
H A Dbridge_rcm.c201 bridge_register(rcm_handle_t *hd) argument
207 if ((retv = cache_update(hd)) != RCM_SUCCESS)
215 retv = rcm_register_event(hd, RCM_RESOURCE_LINK_NEW, 0, NULL);
234 bridge_unregister(rcm_handle_t *hd) argument
245 retv = rcm_unregister_interest(hd, node->vc_resource, 0);
263 retv = rcm_unregister_event(hd, RCM_RESOURCE_LINK_NEW, 0);
282 bridge_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, argument
292 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
329 bridge_undo_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, argument
339 node = cache_lookup(hd, rsr
381 bridge_get_info(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **usagep, char **errorp, nvlist_t *props, rcm_info_t **info) argument
422 bridge_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, uint_t flags, char **errorp, rcm_info_t **info) argument
434 bridge_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
446 bridge_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
482 bridge_notify_event(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, nvlist_t *nvl, rcm_info_t **info) argument
593 cache_lookup(rcm_handle_t *hd, char *rsrc, uint_t options) argument
661 rcm_handle_t *hd; member in struct:bridge_update_arg_s
672 rcm_handle_t *hd = bua->hd; local
738 cache_update(rcm_handle_t *hd) argument
862 bridge_configure(rcm_handle_t *hd, datalink_id_t linkid) argument
[all...]
H A Daggr_rcm.c291 aggr_register(rcm_handle_t *hd) argument
295 if (cache_update(hd) < 0)
303 if (rcm_register_event(hd, RCM_RESOURCE_LINK_NEW, 0, NULL)
323 aggr_unregister(rcm_handle_t *hd) argument
333 if (rcm_unregister_interest(hd, node->vc_resource, 0)
354 if (rcm_unregister_event(hd, RCM_RESOURCE_LINK_NEW, 0)
374 aggr_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, argument
383 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
397 if (aggr_consumer_offline(hd, node, errorp, flags,
433 aggr_undo_offline(rcm_handle_t *hd, cha argument
578 aggr_get_info(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **usagep, char **errorp, nvlist_t *props, rcm_info_t **depend_info) argument
622 aggr_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, uint_t flags, char **errorp, rcm_info_t **depend_info) argument
634 aggr_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **depend_info) argument
646 aggr_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **depend_info) argument
700 aggr_notify_event(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, nvlist_t *nvl, rcm_info_t **depend_info) argument
837 cache_lookup(rcm_handle_t *hd, char *rsrc, char options) argument
903 aggr_port_update(rcm_handle_t *hd, dl_aggr_t *aggr, datalink_id_t portid) argument
967 rcm_handle_t *hd; member in struct:aggr_update_arg_s
978 rcm_handle_t *hd = aggr_update_argp->hd; local
1050 aggr_update_all(rcm_handle_t *hd) argument
1067 cache_update(rcm_handle_t *hd) argument
1193 aggr_consumer_offline(rcm_handle_t *hd, link_cache_t *node, char **errorp, uint_t flags, rcm_info_t **depend_info) argument
1226 aggr_consumer_online(rcm_handle_t *hd, link_cache_t *node, char **errorp, uint_t flags, rcm_info_t **depend_info) argument
1261 aggr_notify_new_aggr(rcm_handle_t *hd, char *rsrc) argument
1330 aggr_consumer_notify(rcm_handle_t *hd, datalink_id_t linkid, char **errorp, uint_t flags, rcm_info_t **depend_info) argument
1435 aggr_configure_all(rcm_handle_t *hd, datalink_id_t linkid, boolean_t *up) argument
[all...]
H A Dfilesys_rcm.c193 mnt_register(rcm_handle_t *hd) argument
195 assert(hd != NULL);
202 if (cache_sync(hd, &mnt_cache) < 0) {
225 mnt_unregister(rcm_handle_t *hd) argument
230 assert(hd != NULL);
241 unregister_rsrc(hd, entry->special);
265 mnt_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, argument
273 assert(hd != NULL);
342 mnt_online(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **errorp, argument
345 assert(hd !
362 mnt_getinfo(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **usagep, char **errorp, nvlist_t *props, rcm_info_t **depend_info) argument
416 mnt_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, uint_t flag, char **errorp, rcm_info_t **depend_info) argument
460 mnt_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **errorp, rcm_info_t **depend_info) argument
655 mnt_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **errorp, rcm_info_t **depend_info) argument
862 cache_sync(rcm_handle_t *hd, cache_t **cachep) argument
1104 register_rsrc(rcm_handle_t *hd, char *rsrc) argument
1130 unregister_rsrc(rcm_handle_t *hd, char *rsrc) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_svc.c152 ndr_handle_t *hd; local
155 if ((hd = ndr_hdlookup(mxa, id)) == NULL)
158 if ((ctx = (svcctl_context_t *)hd->nh_data) == NULL)
164 return (hd);
175 ndr_handle_t *hd; local
180 if ((hd = ndr_hdlookup(mxa, id)) != NULL) {
181 ctx = (svcctl_context_t *)hd->nh_data;
254 ndr_handle_t *hd; local
257 hd = svcctl_hdlookup(mxa, mgr_id, SVCCTL_MANAGER_CONTEXT);
258 if (hd
351 ndr_handle_t *hd; local
416 ndr_handle_t *hd; local
436 ndr_handle_t *hd; local
489 ndr_handle_t *hd; local
563 ndr_handle_t *hd; local
618 ndr_handle_t *hd; local
667 ndr_handle_t *hd; local
747 ndr_handle_t *hd; local
824 ndr_handle_t *hd; local
891 ndr_handle_t *hd; local
931 ndr_handle_t *hd; local
978 ndr_handle_t *hd; local
1069 ndr_handle_t *hd; local
1122 ndr_handle_t *hd; local
1192 ndr_handle_t *hd; local
1306 ndr_handle_t *hd; local
[all...]
H A Deventlog_svc.c191 ndr_handle_t *hd; local
194 if ((hd = ndr_hdlookup(mxa, id)) == NULL)
197 if ((ctx = (logr_context_t *)hd->nh_data) == NULL)
203 return (hd);
268 ndr_handle_t *hd; local
270 if ((hd = ndr_hdlookup(mxa, id)) == NULL) {
275 logr_context_data_free(hd->nh_data);
295 ndr_handle_t *hd; local
314 if (id && ((hd = logr_hdlookup(mxa, id)) != NULL)) {
315 hd
338 ndr_handle_t *hd; local
365 ndr_handle_t *hd; local
494 ndr_handle_t *hd; local
[all...]
H A Dsamr_svc.c158 ndr_handle_t *hd; local
174 if ((hd = ndr_hdlookup(mxa, id)) != NULL)
175 hd->nh_data_free = free;
186 ndr_handle_t *hd; local
188 if ((hd = ndr_hdlookup(mxa, id)) != NULL) {
189 free(hd->nh_data);
190 hd->nh_data = NULL;
201 ndr_handle_t *hd; local
204 if ((hd = ndr_hdlookup(mxa, id)) == NULL)
207 if ((data = (samr_keydata_t *)hd
438 ndr_handle_t *hd; local
556 ndr_handle_t *hd; local
640 ndr_handle_t *hd; local
697 ndr_handle_t *hd; local
778 ndr_handle_t *hd; local
875 ndr_handle_t *hd; local
910 ndr_handle_t *hd; local
969 ndr_handle_t *hd; local
1027 ndr_handle_t *hd; local
1204 ndr_handle_t *hd; local
1394 ndr_handle_t *hd; local
1562 ndr_handle_t *hd; local
1674 ndr_handle_t *hd; local
1741 ndr_handle_t *hd; local
[all...]
/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dgda.h54 #define GDA_SETGEOM(hd, sec) (((hd) << 16) | (sec))
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_nicmon.c122 smb_scfhandle_t *hd; local
128 if ((hd = smb_smf_scf_init(SMBD_FMRI_PREFIX)) == NULL) {
134 rc = smb_smf_create_service_pgroup(hd, SMBD_PG_NAME);
136 smb_smf_scf_fini(hd);
142 rc = smb_smf_get_boolean_property(hd, SMBD_NICMON_ENABLE, &status);
146 smb_smf_scf_fini(hd);
/illumos-gate/usr/src/lib/libc/port/fp/
H A D__flt_decim.c268 int i, is, esum, eround, hd; local
322 hd = *(1+(int *)dd);
324 hd = *(int *)dd;
326 hd = (hd >> 20) & 0x7ff;
327 if (hd >= 0x400) {
328 if (hd > 0x4e0)
331 i = TBL_DECADE_MAX - ((0x4e0 - hd) >> 2);
333 if (hd < 0x358)
336 i = TBL_DECADE_OFFSET - ((0x3ff - hd) >>
[all...]

Completed in 434 milliseconds

123