Searched refs:dh (Results 1 - 25 of 104) sorted by relevance

12345

/illumos-gate/usr/src/cmd/fs.d/nfs/etc/
H A Dnfssec.conf44 dh 3 - - - # AUTH_DH
/illumos-gate/usr/src/uts/common/syscall/
H A Dsidsys.c47 door_handle_t dh; local
51 dh = idmap_get_door(zone);
53 if (dh == NULL)
56 if ((err = door_ki_info(dh, &di)) != 0) {
57 door_ki_rele(dh);
61 door_ki_rele(dh);
88 door_handle_t dh; local
95 dh = door_ki_lookup(did);
97 if (dh == NULL)
100 if ((err = idmap_reg_dh(crgetzone(cr), dh)) !
109 door_handle_t dh = door_ki_lookup(did); local
129 door_handle_t dh; local
[all...]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemccpy.s37 movb (%rsi),%dh
38 movb %dh,(%rdi) / move byte
39 cmpb %dh,%dl / is it the byte sought?
44 movb 1(%rsi),%dh
45 movb %dh,1(%rdi) / move byte
46 cmpb %dh,%dl / is it the byte sought?
51 movb 2(%rsi),%dh
52 movb %dh,2(%rdi) / move byte
53 cmpb %dh,%dl / is it the byte sought?
58 movb 3(%rsi),%dh
[all...]
H A Dstrlen.s142 test $0x01, %dh
145 test $0x02, %dh
148 test $0x04, %dh
151 test $0x08, %dh
154 test $0x10, %dh
157 test $0x20, %dh
160 test $0x40, %dh
/illumos-gate/usr/src/cmd/gss/etc/
H A Ddummy_nfssec.conf46 dh 3 - - - # AUTH_DH
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddlink_common.c105 dof_helper_t dh; local
126 dh.dofhp_dof = (uintptr_t)dof;
127 dh.dofhp_addr = elf->e_type == ET_DYN ? addr : 0;
130 (void) snprintf(dh.dofhp_mod, sizeof (dh.dofhp_mod),
133 (void) snprintf(dh.dofhp_mod, sizeof (dh.dofhp_mod),
158 if (ioctl(fd, DTRACEHIOC_ADDDOF, &dh) == -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Drevarp.c65 dlpi_handle_t dh; local
94 dh = rarp_open(linkname, &physaddrlen, my_macaddr, my_broadcast);
95 if (dh == NULL) {
105 dlpi_close(dh);
129 dlpi_close(dh);
149 retval = dlpi_send(dh, my_broadcast, physaddrlen, req,
160 retval = rarp_recv(dh, ans, ifrarplen, physaddrlen,
187 dlpi_close(dh);
204 dlpi_handle_t dh; local
209 if ((retval = dlpi_open(linkname, &dh,
272 rarp_recv(dlpi_handle_t dh, struct arphdr *ans, size_t msglen, size_t physaddrlen, int64_t waitms) argument
333 dlpi_handle_t dh; local
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddrctl_impl.c72 door_handle_t dh = drctl_dh; local
76 if (dh)
77 door_ki_hold(dh);
99 up_err = door_ki_upcall_limited(dh, &door_args, NULL, SIZE_MAX, 0);
132 door_ki_rele(dh);
151 door_ki_rele(dh);
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc_proc.c116 void *dh; local
127 if ((dh = dlopen(LIBGSS, RTLD_NOLOAD)) == NULL) {
132 OIDptr = (gss_OID *)dlsym(dh, "GSS_C_NT_EXPORT_NAME");
138 g_import_name = (gss_fptr)dlsym(dh, "gss_import_name");
142 g_display_name = (gss_fptr)dlsym(dh, "gss_display_name");
146 g_release_name = (gss_fptr)dlsym(dh, "gss_release_name");
150 g_release_buffer = (gss_fptr)dlsym(dh, "gss_release_buffer");
154 g_release_oid = (gss_fptr)dlsym(dh, "gss_release_oid");
164 if ((dh = dlopen(MECHDH, RTLD_LAZY)) != NULL) {
166 OIDptr = (gss_OID *)dlsym(dh, "__DH_GSS_C_NT_NETNAM
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dl2_packet.c33 retval = dlpi_bind(l2->dh, DLPI_ANY_SAP, NULL);
40 retval = dlpi_promiscon(l2->dh, DL_PROMISC_SAP);
48 retval = dlpi_get_physaddr(l2->dh, DL_CURR_PHYS_ADDR, paddr, &paddrlen);
79 retval = dlpi_send(l2->dh, NULL, 0, buf, buflen, NULL);
98 retval = dlpi_recv(l2->dh, NULL, NULL, buf, &buflen, 0, NULL);
132 retval = dlpi_open(l2->ifname, &l2->dh, DLPI_RAW);
142 dlpi_close(l2->dh);
147 (void) eloop_register_read_sock(dlpi_fd(l2->dh), l2_packet_receive, l2,
159 eloop_unregister_read_sock(dlpi_fd(l2->dh));
160 dlpi_close(l2->dh);
[all...]
H A Dl2_packet.h27 dlpi_handle_t dh; /* dlpi handle for EAPOL frames */ member in struct:l2_packet_data
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c312 door_handle_t dh; local
341 dh = nig->nfsidmap_daemon_dh;
342 if (dh)
343 door_ki_hold(dh);
346 if (dh == NULL || nig->nfsidmap_pid == curproc->p_pid ||
348 if (dh)
349 door_ki_rele(dh);
363 door_ki_rele(dh);
381 error = door_ki_upcall_limited(dh, &door_args, NULL, SIZE_MAX, 0);
440 door_ki_rele(dh);
525 door_handle_t dh; local
691 door_handle_t dh; local
905 door_handle_t dh; local
[all...]
H A Dnfs_cmd.c86 door_handle_t dh; local
94 dh = nfscmd_dh;
95 if (dh != NULL)
96 door_ki_hold(dh);
99 if (dh == NULL) {
124 switch (door_ki_upcall(dh, &da)) {
130 door_ki_rele(dh);
135 if (!door_ki_info(dh, &di)) {
145 if (dh == nfscmd_dh)
148 door_ki_rele(dh);
[all...]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemccpy.s38 movb 16(%esp),%dh / %dh = character to search for
45 cmpb %dh,%dl / is it the byte sought?
52 cmpb %dh,%dl / is it the byte sought?
59 cmpb %dh,%dl / is it the byte sought?
68 cmpb %dh,%dl / is it the byte sought?
/illumos-gate/usr/src/cmd/iconv/
H A Diconv_list.c192 scan_dir(DIR *dh, char sep, char *suffix) argument
197 while ((de = readdir(dh)) != NULL) {
260 DIR *dh; local
266 dh = opendir(PATH_LIBICONV);
267 if (dh == NULL) {
271 scan_dir(dh, '%', ".so");
272 rewinddir(dh);
273 scan_dir(dh, '.', ".t");
274 (void) closedir(dh);
276 dh
[all...]
/illumos-gate/usr/src/lib/libuuid/common/
H A Detheraddr.c125 dlpi_handle_t dh; local
128 if (dlpi_open(linkname, &dh, 0) != DLPI_SUCCESS)
132 retval = dlpi_get_physaddr(dh, DL_CURR_PHYS_ADDR,
135 dlpi_close(dh);
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_hash.c47 did_hash_t *dh = did_hash_create(hdl); local
49 if (dh != NULL) {
50 topo_mod_setspecific(hdl, (void *) dh);
60 did_hash_t *dh = (did_hash_t *)topo_mod_getspecific(mod); local
63 if (dh == NULL)
65 did_hash_destroy(dh);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c170 * Initialize `dh' for packet capture using the provided arguments.
173 init_datalink(dlpi_handle_t dh, ulong_t snaplen, ulong_t chunksize, argument
179 retv = dlpi_bind(dh, DLPI_ANY_SAP, NULL);
181 pr_errdlpi(dh, "cannot bind on", retv);
185 dlpi_linkname(dh));
187 (void) fprintf(stderr, "Using device %s ", dlpi_linkname(dh));
196 retv = dlpi_promiscon(dh, DL_PROMISC_PHYS);
198 pr_errdlpi(dh, "promiscuous mode(physical) failed",
203 retv = dlpi_promiscon(dh, DL_PROMISC_MULTI);
205 pr_errdlpi(dh, "promiscuou
259 net_read(dlpi_handle_t dh, size_t chunksize, int filter, void (*proc)(), int flags) argument
[all...]
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_stable.c134 dlpi_handle_t dh = NULL; local
143 if (dlpi_open(physintf, &dh, 0) == DLPI_SUCCESS &&
144 dlpi_bind(dh, DLPI_ANY_SAP, NULL) == DLPI_SUCCESS &&
145 dlpi_info(dh, &dlinfo, 0) == DLPI_SUCCESS &&
152 dlpi_close(dh);
162 dlpi_close(dh);
165 if (dh != NULL)
166 dlpi_close(dh);
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c241 dlpi_close(dlpi_handle_t dh) argument
243 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
262 dlpi_info(dlpi_handle_t dh, dlpi_info_t *infop, uint_t opt) argument
270 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
437 dlpi_bind(dlpi_handle_t dh, uint_t sap, uint_t *boundsap) argument
443 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
481 if (dlpi_unbind(dh) != DLPI_SUCCESS)
492 dlpi_unbind(dlpi_handle_t dh) argument
495 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
511 i_dlpi_multi(dlpi_handle_t dh, t_uscalar_ argument
536 dlpi_enabmulti(dlpi_handle_t dh, const void *addrp, size_t addrlen) argument
542 dlpi_disabmulti(dlpi_handle_t dh, const void *addrp, size_t addrlen) argument
553 i_dlpi_promisc(dlpi_handle_t dh, t_uscalar_t op, uint_t level) argument
572 dlpi_promiscon(dlpi_handle_t dh, uint_t level) argument
578 dlpi_promiscoff(dlpi_handle_t dh, uint_t level) argument
584 dlpi_get_physaddr(dlpi_handle_t dh, uint_t type, void *addrp, size_t *addrlenp) argument
633 dlpi_set_physaddr(dlpi_handle_t dh, uint_t type, const void *addrp, size_t addrlen) argument
659 dlpi_send(dlpi_handle_t dh, const void *daddrp, size_t daddrlen, const void *msgbuf, size_t msglen, const dlpi_sendinfo_t *sendp) argument
716 dlpi_recv(dlpi_handle_t dh, void *saddrp, size_t *saddrlenp, void *msgbuf, size_t *msglenp, int msec, dlpi_recvinfo_t *recvp) argument
812 dlpi_enabnotify(dlpi_handle_t dh, uint_t notes, dlpi_notifyfunc_t *funcp, void *arg, dlpi_notifyid_t *id) argument
871 dlpi_disabnotify(dlpi_handle_t dh, dlpi_notifyid_t id, void **argp) argument
895 dlpi_fd(dlpi_handle_t dh) argument
903 dlpi_set_timeout(dlpi_handle_t dh, int sec) argument
915 dlpi_linkname(dlpi_handle_t dh) argument
928 dlpi_style(dlpi_handle_t dh) argument
[all...]
/illumos-gate/usr/src/lib/libilb/common/
H A Dilb_subr.c173 * 5. (dh == 1 and l_sign <= 0) or (dh == -1 and l_sign > 0),
174 * ie, dh == +/- 2^64
178 * we need to express (for dh == 1):
185 * for dh == -1, all we have is
194 int64_t dh; local
204 dh = signed_diff64(i1h, i2h);
208 if (dh == 0) {
214 } else if (l_sign == sign64(dh) || abs(dh) >
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
H A Dsppptun.c92 dlpi_handle_t dh; local
96 if ((retv = dlpi_open(linkname, &dh, 0)) != DLPI_SUCCESS) {
106 if ((retv = dlpi_bind(dh, adata->sap, NULL)) != DLPI_SUCCESS) {
110 dlpi_close(dh);
115 if ((retv = dlpi_get_physaddr(dh, DL_CURR_PHYS_ADDR, &adata->localaddr,
120 dlpi_close(dh);
129 dlpi_close(dh);
133 return (dlpi_fd(dh));
/illumos-gate/usr/src/uts/common/sys/
H A Dkidmap.h147 int idmap_reg_dh(zone_t *zone, door_handle_t dh);
148 int idmap_unreg_dh(zone_t *zone, door_handle_t dh);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dkidmap.h161 int idmap_reg_dh(zone_t *zone, door_handle_t dh);
162 int idmap_unreg_dh(zone_t *zone, door_handle_t dh);
/illumos-gate/usr/src/uts/common/os/
H A Dklpd.c450 door_handle_t dh; local
492 dh = door_ki_lookup(did);
493 if (dh == NULL || door_ki_info(dh, &di) != 0) {
509 kpd->klpd_door = dh;
578 klpd_unreg_dh(door_handle_t dh) argument
584 if (p->klpd_door == dh)
604 door_handle_t dh; local
627 dh = door_ki_lookup(did);
628 if (dh
729 door_handle_t dh; local
760 door_handle_t dh; local
[all...]

Completed in 76 milliseconds

12345