/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | lmath.c | 42 #include <sys/dl.h> 46 dl_t dl; member in union:__anon1405 55 return (r.dl); 68 return (r.dl); 84 return (r.dl); 93 return (r.dl);
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_dim.c | 116 di_dim_path_dev_callback(di_devlink_t dl, void *arg) argument 119 char *devpath = (char *)di_devlink_path(dl);
|
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/ |
H A D | chainloader.c | 31 #include <grub/dl.h> 87 grub_chainloader_patch_bpb (void *bs, grub_device_t dev, grub_uint8_t dl) argument 97 bpb->bios_drive = dl; 129 bpb->version_specific.fat12_or_fat16.num_ph_drive = dl; 135 bpb->version_specific.fat32.num_ph_drive = dl;
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_parse.c | 466 int dl, sl; local 475 dl = strlen(d); /* _always dot terminated_ */ 483 if (dl == 1) { /* We're the '.' directory */ 497 buf[(sl - dl) - 1] = '\0';
|
/osnet-11/usr/src/lib/libdevid/ |
H A D | deviceid.c | 174 devlink_callback(di_devlink_t dl, void *arg) argument 177 char *devpath = (char *)di_devlink_path(dl);
|
/osnet-11/usr/src/lib/libgss/ |
H A D | 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;
|
/osnet-11/usr/src/lib/libilb/common/ |
H A D | ilb_subr.c | 174 * 5a. if dl < INT64_MAX, the result is still > INT64_MAX, so 176 * 5b. dl >= INT64_MAX 187 * we first do (dl - (2^63-1)) (which is then also < 2^63), 192 uint64_t dl; local 204 dl = unsigned_diff64(i1l, i2l, &l_sign); 208 if (dl > INT64_MAX) 209 dl = INT64_MAX; 211 d = dl * l_sign; 220 if (dl < INT64_MAX) { 224 d = UINT64_MAX - dl [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/ |
H A D | ses_dev.c | 140 ses_devlink_callback(di_devlink_t dl, void *arg) argument 147 link = di_devlink_path(dl);
|
/osnet-11/usr/src/lib/storage/liba5k/common/ |
H A D | diag.c | 67 * take all paths supplied by dl offline. 76 d_offline_drive(struct dlist *dl, int *bsy_res_flag_p, int verbose) argument 83 for (; dl != NULL; dl = dl->next) { 86 (void) strcpy(dev_path1, dl->dev_path);
|
H A D | lhot.c | 706 struct dlist *dl, *dl1; local 708 for (dl = dl_head; dl != NULL; ) { 709 (void) g_online_drive(dl->multipath, force_flag); 710 (void) g_free_multipath(dl->multipath); 711 dl1 = dl; 712 dl = dl->next; 733 struct dlist *dl_head, *dl_tail, *dl, *dl_ses; local 769 if ((dl [all...] |
H A D | mon.c | 806 struct dlist *dl, *dl1; local 815 dl = (struct dlist *)NULL; 907 if ((dl = (struct dlist *)g_zalloc(sizeof (struct dlist))) == NULL) { 928 (void) g_destroy_data(dl); 933 dl->dev_path = dev_path; 935 &(dl->multipath), wwn_list, verbose)) != 0) { 936 (void) g_destroy_data(dl); 942 for (dl1 = dl->multipath; dl1 != NULL; dl1 = dl1->next) { 954 (void) g_free_multipath(dl->multipath); 955 (void) g_destroy_data(dl); 996 struct dlist *dl, *dl1; local 4959 struct dlist *dlt, *dl; local [all...] |
/osnet-11/usr/src/lib/storage/libg_fc/common/ |
H A D | hot.c | 347 g_offline_drive(struct dlist *dl, int force_flag) argument 353 for (; dl != NULL; dl = dl->next) { 356 if ((devhdl = devctl_device_acquire(dl->dev_path, 361 strerror(errno), dl->dev_path); 390 g_online_drive(struct dlist *dl, int force_flag) argument 395 while (dl != NULL) { 396 if ((devhdl = devctl_device_acquire(dl->dev_path, 401 dl 444 struct dlist *dl; local [all...] |
H A D | map.c | 4244 struct dlist *dlt, *dl; local 4248 dl = *dlh = dlt = (struct dlist *)NULL; 4262 if ((dl = (struct dlist *) 4265 dl = (*dlh)->next; 4267 *dlh = dl; 4275 dl->dev_path = strdup(wwn_list_ptr->physical_path); 4276 dl->logical_path = strdup(wwn_list_ptr->logical_path); 4278 *dlh = dlt = dl; 4280 dlt->next = dl; 4281 dl 4348 struct dlist *dl = NULL, *dlt = NULL; local 4428 struct dlist *dl, *dlt; local 4518 struct dlist *dl; local [all...] |
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | slp_auth.c | 67 /* Prototypes for dynamically loaded (dl'd) AMI functions */ 337 static void *dl = NULL; local 356 if (!(dl = dlopen(libname, RTLD_LAZY))) { 368 dlsym(dl, "AMI_MD5WithRSAEncryption_AID"))) { 378 dlsym(dl, "AMI_SHA1WithDSASignature_AID"))) { 394 dl, "ami_init"))) { 410 dl, "ami_sign"))) { 426 dl, "ami_verify"))) { 436 dl, "ami_get_cert"))) { 448 dl, "ami_get_cert_chai [all...] |
/osnet-11/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_subr.c | 390 size_t dl, sl; local 400 dl = strlen(ln->domain); /* _always dot terminated_ */ 411 if (dl == 1) { /* We're the '.' directory */ 423 buf[(sl - dl) - 1] = '\0';
|
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/ |
H A D | disk_common.c | 747 disk_devlink_callback(di_devlink_t dl, void *arg) argument 756 devpath = di_devlink_path(dl);
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/ |
H A D | mem.c | 243 mem_dimm_list_t *dl; local 246 dl = bm->bm_dlist; 247 while (dl != NULL) { 248 if (strcmp(dl->dl_dimm->dm_serid, ds) == 0) 251 dl = dl->dl_next;
|
H A D | mem_mdesc.c | 258 mde_cookie_t *dl, *bl, *bclist; local 350 dl = topo_mod_zalloc(mod, mdesc_dimm_count * sizeof (mde_cookie_t)); 367 dl); 374 if (md_get_prop_str(mdp, dl[i], 385 topo_mod_free(mod, dl, mdesc_dimm_count * sizeof (mde_cookie_t)); 481 mem_dimm_list_t *dl, *nl; local 494 for (dl = bm->bm_dlist; dl != NULL; dl = nl) { 495 nl = dl [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | doop.c | 1145 register long *dl; local 1267 dl = (long*)dc; 1274 *dl++ = *ll++ & *rl++; 1275 *dl++ = *ll++ & *rl++; 1276 *dl++ = *ll++ & *rl++; 1277 *dl++ = *ll++ & *rl++; 1282 *dl++ = *ll++ ^ *rl++; 1283 *dl++ = *ll++ ^ *rl++; 1284 *dl++ = *ll++ ^ *rl++; 1285 *dl [all...] |
/osnet-11/usr/src/lib/cfgadm_plugins/sysctrl/common/ |
H A D | cfga.c | 720 char *dl; local 734 if ((dl = *dlist) != NULL) { 735 int len = strlen(dl); 740 b[0] = dl[i];
|
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | debug.c | 516 int dl = debug_level; local 519 if ((dl & (DEBUG_EXEC_DUMP_DS | DEBUG_EXEC_DUMP_RS | 524 if (dl & DEBUG_STEPPING) { 525 dl |= DEBUG_EXEC_DUMP_DS; 527 if (dl & (DEBUG_STEPPING | DEBUG_EXEC_TRACE)) { 531 if (dl & DEBUG_EXEC_DUMP_DS) 533 if (dl & DEBUG_EXEC_DUMP_RS) 535 if (dl & DEBUG_EXEC_SHOW_VITALS) 537 if (dl & DEBUG_TRACING) 540 if (dl [all...] |
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_name.c | 1684 size_t dl = strlen(dname); local 1693 if (dl >= rl || 1694 sscanf(&rname[dl], "s%u%n", slicep, &l) != 1 || l != rl ||
|
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 192 } dl; member in struct:ct_data_s 197 #define Dad dl.dad 198 #define Len dl.len
|