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

123

/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c256 HARDDRIVE_DEVICE_PATH *hd; local
258 hd = (HARDDRIVE_DEVICE_PATH *)(void *)devpath;
259 return snprintf(buf, size, "hd(%x)",
260 hd->PartitionNumber);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiosdisk.c507 u_int x, bpc, cyl, hd, sec; local
513 hd = x / BD(dev).bd_sec; /* offset / blocks per track */
530 v86.edx = (hd << 8) | BD(dev).bd_unit;
/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c228 testdsp(int hd, int flags, testcfg_t *tcfg) argument
241 if (ioctl(hd, SNDCTL_DSP_GETCAPS, &caps) == -1) {
252 if (ioctl(hd, SNDCTL_DSP_SETFMT, &tmp) == -1 || tmp != AFMT_S16_NE) {
263 if (ioctl(hd, SNDCTL_DSP_CHANNELS, &tmp) == -1 || tmp != tcfg->nchan) {
273 if (ioctl(hd, SNDCTL_DSP_SPEED, &tmp) == -1) {
306 if (write(hd, ccfg->data, ccfg->len) < 0) {
317 (void) ioctl(hd, SNDCTL_DSP_GETODELAY, &delay); /* Ignore errors */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c951 #define hd2num(hd) (((hd) >= '0' && (hd) <= '9') ? ((hd) - '0') : \
952 (((hd) >= 'a' && (hd) <= 'f') ? ((hd) - 'a' + 10) : ((hd) - 'A' + 10)))
H A Dipseckey.c818 #define hd2num(hd) (((hd) >= '0' && (hd) <= '9') ? ((hd) - '0') : \
819 (((hd) >= 'a' && (hd) <= 'f') ? ((hd) - 'a' + 10) : ((hd) - 'A' + 10)))
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c463 int cyl, hd; local
585 "5.25\" floppy cyl 80 alt 0 hd 2 sec 15");
590 "3.5\" floppy cyl 80 alt 0 hd 2 sec 18");
599 "5.25\" floppy cyl 40 alt 0 hd 2 sec 9");
613 "3.5\" floppy cyl 80 alt 0 hd 2 sec 9");
631 "3.5\" floppy cyl 77 alt 0 hd 2 sec 8");
639 "3.5\" floppy cyl 80 alt 0 hd 2 sec 36");
886 for (hd = 0; hd < fdchar.fdc_nhead; hd
[all...]
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c2245 uint32_t lba, cy, hd, sc; local
2254 hd = MAX_HEAD;
2258 hd = lba / hba_sectors % hba_heads;
2262 Table[ti].beghead = (uchar_t)hd;
2272 hd = MAX_HEAD;
2276 hd = lba / hba_sectors % hba_heads;
2280 Table[ti].endhead = (uchar_t)hd;
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_runner.c490 HelperData *hd = NULL; local
514 hd = malloc(sizeof(HelperData));
515 hd->d = device;
516 hd->cb = cb;
517 hd->data1 = data1;
518 hd->data2 = data2;
522 dbus_pending_call_set_notify(call, call_notify, hd, free);
527 free(hd);
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c232 struct av_head hd; local
258 if (mdb_vread(&hd, sizeof (hd), addr) == -1) {
263 if (hd.avh_link == NULL) {
269 if (mdb_vread(&av, sizeof (av), (uintptr_t)hd.avh_link) == -1) {
271 (uintptr_t)hd.avh_link);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
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 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 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...]
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 Dip_rcm.c308 ip_register(rcm_handle_t *hd) argument
313 assert(hd != NULL);
315 if (update_cache(hd) < 0)
323 if (rcm_register_event(hd, RCM_RESOURCE_LINK_NEW, 0, NULL)
343 ip_unregister(rcm_handle_t *hd) argument
350 assert(hd != NULL);
356 if (rcm_unregister_interest(hd, probe->ip_resource, 0)
372 if (rcm_unregister_event(hd, RCM_RESOURCE_LINK_NEW, 0)
392 ip_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, argument
404 assert(hd !
538 ip_undo_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **depend_info) argument
600 ip_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
656 ip_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, uint_t flags, char **errorp, rcm_info_t **depend_info) argument
676 ip_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t ** depend_info) argument
696 ip_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **depend_info) argument
737 ip_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
958 cache_lookup(rcm_handle_t *hd, char *rsrc, char options) argument
1054 update_pif(rcm_handle_t *hd, int af, int sock, struct ifaddrs *ifa) argument
1238 update_ipifs(rcm_handle_t *hd, int af) argument
1275 update_cache(rcm_handle_t *hd) argument
2093 ip_onlinelist(rcm_handle_t *hd, ip_cache_t *node, char **errorp, uint_t flags, rcm_info_t **depend_info) argument
2122 ip_offlinelist(rcm_handle_t *hd, ip_cache_t *node, char **errorp, uint_t flags, rcm_info_t **depend_info) argument
2230 ip_consumer_notify(rcm_handle_t *hd, datalink_id_t linkid, char **errorp, uint_t flags, rcm_info_t **depend_info) argument
[all...]
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 Dsvm_rcm.c159 static int svm_register(rcm_handle_t *hd);
160 static int svm_unregister(rcm_handle_t *hd);
161 static int svm_unregister_device(rcm_handle_t *hd, deventry_t *d);
185 static void cache_sync(rcm_handle_t *hd, cache_t **cachep);
190 static void svm_register_device(rcm_handle_t *hd, char *devname);
196 static int svm_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags,
198 static int svm_online(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags,
200 static int svm_get_info(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags,
202 static int svm_suspend(rcm_handle_t *hd, char *rsrc, id_t id,
205 static int svm_resume(rcm_handle_t *hd, cha
323 svm_register(rcm_handle_t *hd) argument
370 svm_unregister(rcm_handle_t *hd) argument
412 svm_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **infop) argument
549 svm_online(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **infop) argument
613 svm_get_info(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **usagep, char **errorp, nvlist_t *props, rcm_info_t **infop) argument
758 svm_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, uint_t flags, char **errorp, rcm_info_t **infop) argument
824 svm_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **infop) argument
893 svm_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **infop) argument
2085 cache_sync(rcm_handle_t *hd, cache_t **cachep) argument
2371 svm_register_device(rcm_handle_t *hd, char *devname) argument
3089 svm_unregister_device(rcm_handle_t *hd, deventry_t *d) argument
[all...]
H A Dttymux_rcm.c963 rsrc_change_common(rcm_handle_t *hd, int op, const char *rsrcid, uint_t flag, argument
1251 tty_register(rcm_handle_t *hd) argument
1285 rv = rcm_register_interest(hd, rsrc->id, 0, NULL);
1297 rv = rcm_register_interest(hd, link->used->id,
1317 tty_unregister(rcm_handle_t *hd) argument
1330 if (rcm_unregister_interest(hd, rsrc->id, 0) != RCM_SUCCESS)
1345 tty_getinfo(rcm_handle_t *hd, char *rsrcid, id_t id, uint_t flag, char **info, argument
1392 tty_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, argument
1395 return (rsrc_change_common(hd, TTYMUX_OFFLINE, rsrc, flags,
1401 tty_remove(rcm_handle_t *hd, cha argument
1410 tty_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, uint_t flag, char **reason, rcm_info_t **dependent_reason) argument
1419 tty_online(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **reason, rcm_info_t **dependent_reason) argument
1428 tty_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **reason, rcm_info_t **dependent_reason) 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...]
/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/grub/grub-0.97/netboot/
H A Deepro100.c133 void hd(void *where, int n);
425 hd (&txfd, sizeof (txfd));
526 hd (nic->packet, 0x30);
678 hd (&txfd, 0x20);
752 void hd (void *where, int n) function
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dmkbimage84 '1.68', '1.74', '2.88' or 'hd' [default is hd]
234 image_type=hd;
238 && [ "$image_type" != "hd" ] && [ "$image_type" != "1.60" ] ; then
293 hd) heads=16;
345 if [ "$image_type" = "hd" ]; then
374 if [ "$image_type" = "hd" ]; then
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_rcm.c67 rcm_handle_t *hd; member in struct:__anon65
401 (*rcm->alloc_handle)(NULL, RCM_NOPID, NULL, &rcm->hd)
479 if (rcm->hd)
480 (*rcm->free_handle)(rcm->hd);
645 ap_rcm_cap_cpu(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, uint_t flags, argument
792 rv = (*rcm->request_capacity_change)(hd, "SUNW_cpu",
795 rv = (*rcm->notify_capacity_change)(hd, "SUNW_cpu",
807 ap_rcm_cap_mem(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, uint_t flags, argument
868 rv = (*rcm->request_capacity_change)(hd, "SUNW_memory",
871 rv = (*rcm->notify_capacity_change)(hd, "SUNW_memor
881 ap_rcm_request_cap(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, int *rv, uint_t flags, rcm_info_t **rinfo) argument
938 ap_rcm_add_cap(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, int *rv, uint_t flags, rcm_info_t **rinfo) argument
1037 ap_rcm_notify_cap(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, int *rv, uint_t flags, rcm_info_t **rinfo) argument
1162 rcm_handle_t *hd; local
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c370 did_t *hd, *pd; local
373 pd = hd = did_find(mod, topo_node_getspecific(head));
374 assert(hd != NULL);
375 while ((hd = did_link_get(hd)) != NULL)
376 pd = 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 837 milliseconds

123