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

1 2

  /loficc/crypto/usr/src/cmd/rpld/
dl_close.c 46 struct dl_descriptor *dl; local
48 if ((dl = _getdesc(fd)) == NULL) {
52 dl->openflag = 0;
dl_error.c 45 struct dl_descriptor *dl; local
47 dl = _getdesc(fd);
48 if (dl != NULL) {
49 return (dl->error);
dl_info.c 45 struct dl_descriptor *dl; local
49 dl = _getdesc(fd);
50 if (dl != NULL) {
54 *info = dl->info;
dl_attach.c 46 struct dl_descriptor *dl; local
50 dl = _getdesc(fd);
51 if (dl != NULL) {
54 if (dl->info.state != DL_UNATTACHED) {
55 if (dl->info.style != DL_STYLE_2)
56 dl->error = DLNOTSUPP;
57 else if (dl->info.state == DL_BOUND)
58 dl->error = DLBOUND;
60 dl->error = DLSYSERR;
71 dl->error = DLSYSERR
    [all...]
dl_bind.c 46 struct dl_descriptor *dl; local
50 dl = _getdesc(fd);
51 if (dl != NULL) {
54 if (dl->info.state != DL_UNBOUND) {
55 dl->error = DLBOUND;
77 dl->error = DLSYSERR;
83 dl->error = DLSYSERR;
88 dl->error = prim.error_ack.dl_errno;
90 printf("error=%d\n", dl->error);
93 dl->info.state = DLSTATE_IDLE
    [all...]
dl_snd.c 50 struct dl_descriptor *dl; local
53 if ((dl = _getdesc(fd)) != NULL) {
56 if (dl->info.state != DLSTATE_IDLE) {
57 dl->error = DLUNBOUND;
77 dl->error = DLSYSERR;
dl_unbind.c 46 struct dl_descriptor *dl; local
51 if ((dl = _getdesc(fd)) == NULL) {
55 if (dl->info.state == DLSTATE_IDLE) {
61 dl->error = DLOUTSTATE;
65 dl->error = DLSYSERR;
71 dl->error = DLSYSERR;
75 dl->error = DLOUTSTATE;
dl_addr.c 47 struct dl_descriptor *dl; local
50 dl = _getdesc(fd);
51 if (dl == NULL) {
58 dl->error = DLSYSERR;
71 dl->error = DLSYSERR;
87 dl->error = DLSYSERR;
101 struct dl_descriptor *dl; local
103 dl = _getdesc(fd);
104 if (dl == NULL)
121 dl->error = DLBADSAP
    [all...]
dl_rcv.c 45 struct dl_descriptor *dl; local
49 if ((dl = _getdesc(fd)) != NULL) {
55 if (dl->info.state != DLSTATE_IDLE) {
56 dl->error = DLUNBOUND;
66 dl->error = DLSYSERR;
101 dl->error = DLOUTSTATE;
dl_open.c 74 struct dl_descriptor *dl; local
86 dl = &_dlfds[fd];
87 dl->openflag = 1;
113 dl->info.state = iack->dl_current_state;
114 dl->info.max_lsdu = iack->dl_max_sdu;
115 dl->info.min_lsdu = iack->dl_min_sdu;
116 dl->info.addr_len = iack->dl_addr_length;
117 dl->info.mac_type = iack->dl_mac_type;
118 dl->info.class = iack->dl_service_mode;
119 dl->info.style = iack->dl_provider_style
137 struct dl_descriptor *dl; local
150 struct dl_descriptor *dl; local
    [all...]
rpld.c 169 union DL_primitives dl; local
  /loficc/crypto/usr/src/uts/common/sys/
dl.h 41 typedef struct dl { struct
  /loficc/crypto/usr/src/lib/libc/port/gen/
lmath.c 49 #include <sys/dl.h>
53 dl_t dl; member in union:__anon2361
62 return (r.dl);
75 return (r.dl);
91 return (r.dl);
100 return (r.dl);
  /loficc/crypto/usr/src/cmd/lvm/rpc.metamhd/
mhd_set.c 514 mhd_drive_list_t dl = mhd_null_list; local
522 if ((sp = mhd_create_set(mhsp, options, &dl, mhep)) == NULL) {
524 mhd_free_list(&dl);
532 rval = mhd_release_set(sp, &dl, mhep);
538 mhd_free_list(&dl);
684 mhd_drive_list_t dl = mhd_null_list; local
692 if ((sp = mhd_create_set(mhsp, options, &dl, mhep)) == NULL) {
694 mhd_free_list(&dl);
702 if ((dl.dl_ndrive != sp->sr_drives.dl_ndrive) &&
722 rval = mhd_reserve_set(sp, &dl, mhep)
772 mhd_drive_list_t dl = mhd_null_list; local
    [all...]
  /loficc/crypto/usr/src/common/openssl/crypto/bn/
bn_asm.c 234 BN_ULONG dh,dl,q,ret=0,th,tl,t; local
252 dl=(d&BN_MASK2l);
261 tl=dl*q;
272 tl-=dl;
  /loficc/crypto/usr/src/lib/libnisdb/
ldap_parse.c 474 int dl, sl; local
483 dl = strlen(d); /* _always dot terminated_ */
491 if (dl == 1) { /* We're the '.' directory */
505 buf[(sl - dl) - 1] = '\0';
  /loficc/crypto/usr/src/cmd/audio/utilities/
g721.c 377 short dl; /* Log of magnitude of 'd'. */ local
394 dl = (exp << 7) + mant;
401 dln = dl - (y >> 2);
g723.c 376 short dl; /* Log of magnitude of 'd'. */ local
393 dl = (exp << 7) + mant;
400 dln = dl - (y >> 2);
  /loficc/crypto/usr/src/cmd/rpcgen/
rpc_cout.c 301 decl_list *dl; local
310 for (dl = plist->args.decls; dl != NULL;
311 dl = dl->next)
312 print_stat(1, &dl->decl);
381 int size, int flag, decl_list *dl, decl_list *cur)
407 while (cur != dl) {
418 while (cur != dl) {
424 while (cur != dl) {
604 decl_list *dl; local
688 decl_list *dl = def->def.st.decls; local
    [all...]
rpc_hout.c 384 decl_list *dl; local
393 for (dl = proc->args.decls; dl != NULL; dl = dl->next) {
394 ptype(dl->decl.prefix, dl->decl.type, 1);
395 if (!newstyle || (dl->decl.rel == REL_POINTER))
  /loficc/crypto/usr/src/lib/libgss/
g_initialize.c 564 void *dl; local
593 if ((dl = dlopen(aMech->uLibName, RTLD_NOW)) == NULL) {
600 if ((sym = (gss_mechanism (*)(const gss_OID))dlsym(dl, MECH_SYM))
602 (void) dlclose(dl);
613 (void) dlclose(dl);
620 aMech->dl_handle = dl;
  /loficc/crypto/usr/src/uts/common/fs/zfs/
zfs_dir.c 84 zfs_dirlock_t *dl; local
109 for (dl = dzp->z_dirlocks; dl != NULL; dl = dl->dl_next)
110 if (strcmp(name, dl->dl_name) == 0)
112 if (dl == NULL) {
116 dl = kmem_alloc(sizeof (zfs_dirlock_t), KM_SLEEP);
117 cv_init(&dl->dl_cv, NULL, CV_DEFAULT, NULL);
118 dl->dl_name = name
240 zfs_dirlock_t *dl; local
340 zfs_dirlock_t dl; local
826 zfs_dirlock_t *dl; local
    [all...]
  /loficc/crypto/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nis_log_common.c 1278 int dl, sl; local
    [all...]
  /loficc/crypto/usr/src/cmd/zoneadmd/
zcons.c 326 di_devlink_handle_t dl = NULL; local
386 if ((dl = di_devlink_init("zcons", DI_MAKE_LINK)) != NULL) {
387 (void) di_devlink_fini(&dl);
  /loficc/crypto/usr/src/lib/libslp/clib/
slp_auth.c 70 /* Prototypes for dynamically loaded (dl'd) AMI functions */
340 static void *dl = NULL; local
359 if (!(dl = dlopen(libname, RTLD_LAZY))) {
363 (dlerr ? dlerr : "unknown DL error"));
371 dlsym(dl, "AMI_MD5WithRSAEncryption_AID"))) {
376 (dlerr ? dlerr : "unknown DL error"));
381 dlsym(dl, "AMI_SHA1WithDSASignature_AID"))) {
386 (dlerr ? dlerr : "unknown DL error"));
397 dl, "ami_init"))) {
413 dl, "ami_sign")))
    [all...]

Completed in 2160 milliseconds

1 2