/titanic_41/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 79 static fpcfga_ret_t do_stat_fca_xport(fpcfga_list_t *lap, int limited_stat, 84 fpcfga_list_t *lap, int limited_stat); 86 fpcfga_list_t *lap, int limited_stat); 92 uchar_t inq_type, fpcfga_list_t *lap); 102 int *l_errnop, fpcfga_list_t *lap); 109 static int stat_path_info_fc_dev(di_node_t root, fpcfga_list_t *lap, 111 static int stat_path_info_FCP_dev(di_node_t root, fpcfga_list_t *lap, 114 fpcfga_list_t *lap, int *l_errnop); 1063 fpcfga_list_t *lap, in get_accessible_FCP_dev_ldata() argument 1072 if ((ret = get_report_lun_data(lap->apidp->xport_phys, dyncomp, in get_accessible_FCP_dev_ldata() [all …]
|
/titanic_41/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 54 static scfga_ret_t do_stat_bus(scfga_list_t *lap, int limited_bus_stat); 58 scfga_list_t *lap, int limited_dev_stat); 63 static scfga_ret_t create_pathinfo_ldata(di_path_t pi_node, scfga_list_t *lap, 317 scfga_list_t *lap = NULL; in stat_dev() local 323 lap = (scfga_list_t *)arg; in stat_dev() 345 lap->l_errno = errno; in stat_dev() 346 lap->ret = SCFGA_LIB_ERR; in stat_dev() 355 if (!dev_cmp(lap->apidp->hba_phys, nodepath, match_minor)) { in stat_dev() 361 if (lap->cmd == SCFGA_STAT_DEV) { in stat_dev() 362 assert(lap->apidp->path != NULL); in stat_dev() [all …]
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | pass1.c | 307 register struct long_ad *lap; in getdir() local 384 lap = &((long_ad_t *)dir_adrlist)[dir_adrindx]; in getdir() 385 for (i = dir_adrindx; i < dir_naddrs; i++, lap++) { in getdir() 386 len = EXTLEN(lap->lad_ext_len); in getdir() 387 type = EXTYPE(lap->lad_ext_len); in getdir() 392 markbusy(lap->lad_ext_loc, len); in getdir() 393 if (getallocext(fp, lap->lad_ext_loc, len)) in getdir() 403 " loc %x len %x\n", lap->lad_ext_loc, in getdir() 408 (void) printf(" loc %x len %x\n", lap->lad_ext_loc, in getdir() 409 lap->lad_ext_len); in getdir() [all …]
|
H A D | setup.c | 352 long_ad_t *lap; in readvolseq() local 557 lap = (long_ad_t *)&logvp->lvd_lvcu; in readvolseq() 558 filesetblock = lap->lad_ext_loc; in readvolseq() 559 filesetlen = lap->lad_ext_len; in readvolseq() 586 lap = (long_ad_t *)&fileset->fsd_root_icb; in readvolseq() 587 rootblock = lap->lad_ext_loc; in readvolseq() 588 rootlen = lap->lad_ext_len; in readvolseq()
|
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | diskmon_conf.c | 230 ind_action_t *lap = (ind_action_t *)dmalloc(sizeof (ind_action_t)); in new_indaction() local 231 lap->ind_state = state; in new_indaction() 232 lap->ind_name = namep ? dstrdup(namep) : NULL; in new_indaction() 233 lap->next = NULL; in new_indaction() 234 return (lap); in new_indaction() 255 indaction_free(ind_action_t *lap) in indaction_free() argument 260 while (lap != NULL) { in indaction_free() 261 nextp = lap->next; in indaction_free() 262 if (lap->ind_name) in indaction_free() 263 dstrfree(lap->ind_name); in indaction_free() [all …]
|
H A D | diskmon_conf.h | 206 extern void indaction_free(ind_action_t *lap);
|
/titanic_41/usr/src/cmd/refer/ |
H A D | tick.c | 46 float lap, use, sys; in tock() local 51 lap = (tp - start)/60.; in tock() 55 lap, use+sys, use, sys); in tock()
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.lex.c | 324 if (lap) { in getC1() 325 if ((c = *lap++) == 0) in getC1() 326 lap = 0; in getC1() 488 if (lap) { in addla() 489 len = strlen_(lap); in addla() 491 (void) strcpy_(buf, lap); in addla() 498 if (lap) { in addla() 502 lap = labuf; in addla()
|
H A D | sh.dol.c | 288 if (lap) { in DgetC() 289 c = *lap++ & (QUOTE|TRIM); in DgetC() 291 lap = 0; in DgetC()
|
H A D | sh.h | 275 tchar *lap; variable
|
/titanic_41/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 393 struct active *ap, *lap; in waiter() local 403 for (lap = NULL, ap = *alp; ap != NULL; lap = ap, ap = ap->nxt) { in waiter() 411 } else if (lap) { in waiter() 412 lap->nxt = ap->nxt; in waiter()
|
/titanic_41/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | mkfs.c | 614 long_ad_t *lap; in volseqinit() local 816 lap = (long_ad_t *)&lvp->lvd_lvcu; in volseqinit() 817 lap->lad_ext_len = FILESETLEN * sectorsize; in volseqinit() 819 lap->lad_ext_loc = nextlogblock; in volseqinit() 820 lap->lad_ext_prn = 0; in volseqinit() 929 lap = (long_ad_t *)&fsp->fsd_root_icb; in volseqinit() 930 lap->lad_ext_len = sectorsize; in volseqinit() 931 lap->lad_ext_loc = filesetblock + FILESETLEN; in volseqinit() 932 lap->lad_ext_prn = 0; in volseqinit()
|
H A D | udfslib.c | 472 long_ad_t *lap; in ud_swap_file_entry() local 490 lap = (long_ad_t *)(p->fe_spec + p->fe_len_ear); in ud_swap_file_entry() 492 i++, lap++) in ud_swap_file_entry() 493 ud_swap_long_ad(lap); in ud_swap_file_entry()
|
/titanic_41/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_cm.h | 485 ibt_cm_lap_rcv_t lap; member
|
/titanic_41/usr/src/lib/smhba/common/ |
H A D | SMHBAAPILIB.c | 499 HBA_ALLADAPTERSCALLBACK_ELEM **lap; in local_remove_callback() local 565 lap = &_hbaapi_adapteraddevents_callback_list; in local_remove_callback() 570 lap = &allcbp->next; in local_remove_callback() 584 *lap = allcbp->next; in local_remove_callback() 593 lap = &_smhba_adapteraddevents_callback_list; in local_remove_callback() 598 lap = &allcbp->next; in local_remove_callback() 613 *lap = allcbp->next; in local_remove_callback()
|
/titanic_41/usr/src/lib/hbaapi/common/ |
H A D | HBAAPILIB.c | 386 HBA_ALLADAPTERSCALLBACK_ELEM **lap; in local_remove_callback() local 436 lap = &_hbaapi_adapteraddevents_callback_list; in local_remove_callback() 441 lap = &allcbp->next; in local_remove_callback() 454 *lap = allcbp->next; in local_remove_callback()
|
/titanic_41/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.s | 102 ba,pt %xcc, 1b ! and take another lap.
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.s | 283 ba,pt %xcc, 1b ! and take another lap.
|
/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_sm.c | 8006 event.cm_event.lap.lap_timeout = ibt_ib2usec( in ibcm_cep_state_lap() 8009 ibcm_fill_adds_from_lap(&event.cm_event.lap.lap_alternate_path, in ibcm_cep_state_lap()
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 13147 lap
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 13145 lap
|