HomeSort by relevance Sort by last modified time
    Searched defs:lh (Results 1 - 25 of 48) sorted by null

1 2

  /netvirt/usr/src/lib/libdiskmgt/common/
inuse_zpool.c 147 void *lh = NULL; local
149 if ((lh = dlopen("libzfs.so", RTLD_NOW)) == NULL) {
150 return (lh);
158 dlsym(lh, "libzfs_init")) == NULL ||
161 dlsym(lh, "zpool_in_use")) == NULL) {
162 (void) dlclose(lh);
167 (void) dlclose(lh);
171 return (lh);
inuse_vxvm.c 258 void *lh; local
260 if ((lh = dlopen("libvxvmsc.so", RTLD_NOW)) == NULL) {
261 return (lh);
264 if ((vxdl_libvxvm_get_version = (int (*)(int))dlsym(lh,
266 (void) dlclose(lh);
270 if ((vxdl_libvxvm_get_conf = (int (*)(int))dlsym(lh,
272 (void) dlclose(lh);
276 if ((vxdl_libvxvm_get_dgs = (int (*)(int, vm_name_t []))dlsym(lh,
278 (void) dlclose(lh);
283 dlsym(lh, "libvxvm_get_disks")) == NULL)
294 void *lh; local
    [all...]
inuse_svm.c 518 void *lh; local
520 if ((lh = dlopen("/usr/lib/libmeta.so", RTLD_NOW)) == NULL) {
524 mdl_get_max_sets = (set_t (*)(md_error_t *))dlsym(lh, "get_max_sets");
526 mdl_mdclrerror = (void(*)(md_error_t *))dlsym(lh, "mdclrerror");
528 mdl_mdnullerror = (md_error_t *)dlsym(lh, "mdnullerror");
530 mdl_metaflushnames = (void (*)(int))dlsym(lh, "metaflushnames");
532 mdl_metaflushsetname = (void (*)(mdsetname_t *))dlsym(lh,
535 mdl_metafreenamelist = (void (*)(mdnamelist_t *))dlsym(lh,
538 mdl_metafreereplicalist = (void (*)(md_replicalist_t *))dlsym(lh,
542 md_error_t *))dlsym(lh, "metaget_drivedesc")
    [all...]
  /netvirt/usr/src/cmd/fs.d/cachefs/cachefswssize/
cachefswssize.c 63 struct cachefs_log_logfile_header *lh; local
109 lh = stats_log_getheader(sc);
111 if (lh->lh_errno != 0)
113 strerror(lh->lh_errno));
168 lh->lh_maxbsize / (u_offset_t) 1024));
  /netvirt/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
DoPrinterDelete.java 139 String lh = h.getLocalHostName(); local
140 if (lh.equals(nshost)) {
DoPrinterAdd.java 358 String lh = h.getLocalHostName(); local
359 if (lh.equals(nshost))
DoPrinterMod.java 687 String lh = h.getLocalHostName(); local
688 if (lh.equals(nshost))
DoPrinterNS.java 150 String lh = h.getLocalHostName(); local
151 if (lh.equals(nshost)) {
563 String lh = h.getLocalHostName(); local
565 if (lh.equals(nm)) {
624 String lh = h.getLocalHostName(); local
626 int ret = dorexec(lh, "root", p, "/usr/bin/echo", "C");
  /netvirt/usr/src/common/openssl/crypto/engine/
eng_table.c 105 LHASH *lh; local
108 if((lh = lh_new(LHASH_HASH_FN(engine_pile_hash),
111 *t = (ENGINE_TABLE *)lh;
  /netvirt/usr/src/uts/common/io/
l_strplumb.c 222 ldi_handle_t lh; local
230 kcred, &lh, li);
238 kcred, &lh, li);
254 error = ldi_ioctl(lh, SAD_GAP, (intptr_t)&push,
259 (void) ldi_close(lh, FREAD|FWRITE, kcred);
290 (void) ldi_close(lh, FREAD|FWRITE, kcred);
300 error = ldi_ioctl(lh, SAD_SAP, (intptr_t)&push,
306 (void) ldi_close(lh, FREAD|FWRITE, kcred);
339 error = ldi_ioctl(lh, SAD_SAP, (intptr_t)&push,
345 (void) ldi_close(lh, FREAD|FWRITE, kcred)
    [all...]
  /netvirt/usr/src/cmd/mdb/common/modules/genunix/
ldi.c 310 struct ldi_handle lh; local
314 if (mdb_vread(&lh, sizeof (struct ldi_handle), addr) == -1) {
324 mdb_printf("%4u ", lh.lh_ref);
327 mdb_printf("%0?p ", lh.lh_vp);
330 addr = (uintptr_t)lh.lh_vp;
347 if (lh.lh_events != NULL) {
348 mdb_printf("%0?p ", lh.lh_events);
355 mdb_printf("%0?p\n", lh.lh_ident);
360 return (ldi_ident_print((uintptr_t)lh.lh_ident, refs));
  /netvirt/usr/src/common/openssl/crypto/txt_db/
txt_db.c 198 LHASH *lh; local
205 lh=db->index[idx];
206 if (lh == NULL)
211 ret=(char **)lh_retrieve(lh,value);
  /netvirt/usr/src/lib/librpcsvc/common/
bootparam_prot.h 51 char lh; member in struct:ip_addr_t
  /netvirt/usr/src/uts/common/fs/zfs/
vdev_disk.c 97 ldi_handle_t lh; local
102 &lh, zfs_li) == 0) {
106 (void) ldi_close(lh, spa_mode, kcred);
zap_leaf.c 432 uint16_t lh; local
437 for (lh = LEAF_HASH(l, h); lh <= bestlh; lh++) {
438 for (chunk = l->l_phys->l_hash[lh];
447 ASSERT3U(bestlh, >=, lh);
448 bestlh = lh;
  /netvirt/usr/src/uts/common/rpc/
bootparam.h 54 char lh; member in struct:ip_addr_t
  /netvirt/usr/src/uts/sun4u/excalibur/os/
excalibur.c 55 ldi_handle_t lh; member in struct:xcalfan_info
137 FWRITE, kcred, &xcalfans[i].lh, li);
279 err = ldi_write(xcalfans[i].lh, &uio, kcred);
  /netvirt/usr/src/cmd/iscsi/iscsitgtd/
iscsi_login.c 135 iscsi_login_hdr_t lh; local
152 if (read(c->c_fd, &lh, sizeof (lh)) != sizeof (lh)) {
158 if ((lh.opcode & ISCSI_OPCODE_MASK) != ISCSI_OP_LOGIN_CMD) {
161 c->c_num, lh.opcode, ISCSI_OP_LOGIN_CMD);
163 send_login_reject(c, &lh,
181 info.uip_itt = lh.itt;
184 info.uip_cmdsn = ntohl(lh.cmdsn);
185 info.uip_statsn = ntohl(lh.expstatsn)
    [all...]
  /netvirt/usr/src/cmd/rpcsvc/nis/rpc.nispasswdd/
rpc.nispasswdd.c 496 char *lh = nis_local_host(); local
498 if (! lh) {
506 if (strlen(lh) + strlen(NIS_SVCNAME_NISPASSWD) + 2 >
514 (void) sprintf(svc_name, "%s@%s", NIS_SVCNAME_NISPASSWD, lh);
  /netvirt/usr/src/common/openssl/crypto/ec/
ec2_smpl.c 810 BIGNUM *lh, *y2; local
832 lh = BN_CTX_get(ctx);
833 if (lh == NULL) goto err;
840 if (!BN_GF2m_add(lh, &point->X, &group->a)) goto err;
841 if (!field_mul(group, lh, lh, &point->X, ctx)) goto err;
842 if (!BN_GF2m_add(lh, lh, &point->Y)) goto err;
843 if (!field_mul(group, lh, lh, &point->X, ctx)) goto err
    [all...]
  /netvirt/usr/src/grub/grub-0.95/stage2/
boot.c 48 struct linux_kernel_header *lh; local
96 lh = (struct linux_kernel_header *) buffer;
219 else if (lh->boot_flag == BOOTSEC_SIGNATURE
220 && lh->setup_sects <= LINUX_MAX_SETUP_SECTS)
223 int setup_sects = lh->setup_sects;
225 if (lh->header == LINUX_MAGIC_SIGNATURE && lh->version >= 0x0200)
227 big_linux = (lh->loadflags & LINUX_FLAG_BIG_KERNEL);
228 lh->type_of_loader = LINUX_BOOT_LOADER_TYPE;
237 if (lh->version >= 0x0201
814 struct linux_kernel_header *lh local
    [all...]
  /netvirt/usr/src/uts/common/io/ib/clients/rds/
rds_ioctl.c 91 rds_dl_info(ldi_handle_t lh, dl_info_ack_t *info)
110 if ((error = ldi_putmsg(lh, mp)) != 0) {
114 if ((error = ldi_getmsg(lh, &mp, (timestruc_t *)NULL)) != 0) {
152 ldi_handle_t lh; local
184 ret = ldi_open_by_name(dev_path, FREAD|FWRITE, kcred, &lh, rds_li);
189 ret = rds_dl_info(lh, &info);
190 (void) ldi_close(lh, FREAD|FWRITE, kcred);
  /netvirt/usr/src/stand/lib/fs/ufs/
lufsboot.c 196 #define inslist(lh, l) if ((*(lh))) { \
197 (*(lh))->l_prev->l_next = (l); \
198 (l)->l_next = (*(lh)); \
199 (l)->l_prev = (*(lh))->l_prev; \
200 (*(lh))->l_prev = (l); \
204 (*(lh)) = l; \
207 #define remlist(lh, l) \
209 if (*(lh) != (l) || (l)->l_prev != (l)) \
211 *(lh) = (lb_me_t *)NULL;
658 lb_me_t **lh, *l, *lnext; local
701 lb_me_t **lh, *l; local
923 lb_me_t **lh, *l, *lnext; local
1022 lb_me_t **lh, *l; local
    [all...]
  /netvirt/usr/src/cmd/fs.d/cachefs/common/
stats_log.c 291 stats_xdr_loghead(XDR *xdrs, struct cachefs_log_logfile_header *lh)
293 if ((! xdr_u_int(xdrs, &lh->lh_magic)) ||
294 (! xdr_u_int(xdrs, &lh->lh_revision)) ||
295 (! xdr_int(xdrs, &lh->lh_errno)) ||
296 (! xdr_u_int(xdrs, &lh->lh_blocks)) ||
297 (! xdr_u_int(xdrs, &lh->lh_files)) ||
298 (! xdr_u_int(xdrs, &lh->lh_maxbsize)) ||
299 (! xdr_u_int(xdrs, &lh->lh_pagesize)))
1665 struct cachefs_log_logfile_header *lh = &st->st_loghead; local
    [all...]
  /netvirt/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nis_main.c 616 char *lh = nis_local_host(); local
618 if (! lh) {
626 if (strlen(lh) + strlen(NIS_SVCNAME_NISD) + 2 >
634 (void) sprintf(svc_name, "%s@%s", NIS_SVCNAME_NISD, lh);
    [all...]

Completed in 660 milliseconds

1 2