/illumos-gate/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 …]
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | pass1.c | 303 struct long_ad *lap; in getdir() local 378 lap = &((long_ad_t *)dir_adrlist)[dir_adrindx]; in getdir() 379 for (i = dir_adrindx; i < dir_naddrs; i++, lap++) { in getdir() 380 len = EXTLEN(lap->lad_ext_len); in getdir() 381 type = EXTYPE(lap->lad_ext_len); in getdir() 386 markbusy(lap->lad_ext_loc, len); in getdir() 387 if (getallocext(fp, lap->lad_ext_loc, len)) in getdir() 397 " loc %x len %x\n", lap->lad_ext_loc, in getdir() 402 (void) printf(" loc %x len %x\n", lap->lad_ext_loc, in getdir() 403 lap->lad_ext_len); in getdir() [all …]
|
H A D | setup.c | 375 long_ad_t *lap; in readvolseq() local 582 lap = (long_ad_t *)&logvp->lvd_lvcu; in readvolseq() 583 filesetblock = lap->lad_ext_loc; in readvolseq() 584 filesetlen = lap->lad_ext_len; in readvolseq() 611 lap = (long_ad_t *)&fileset->fsd_root_icb; in readvolseq() 612 rootblock = lap->lad_ext_loc; in readvolseq() 613 rootlen = lap->lad_ext_len; in readvolseq()
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | diskmon_conf.c | 228 ind_action_t *lap = (ind_action_t *)dmalloc(sizeof (ind_action_t)); in new_indaction() local 229 lap->ind_state = state; in new_indaction() 230 lap->ind_name = namep ? dstrdup(namep) : NULL; in new_indaction() 231 lap->next = NULL; in new_indaction() 232 return (lap); in new_indaction() 253 indaction_free(ind_action_t *lap) in indaction_free() argument 258 while (lap != NULL) { in indaction_free() 259 nextp = lap->next; in indaction_free() 260 if (lap->ind_name) in indaction_free() 261 dstrfree(lap->ind_name); in indaction_free() [all …]
|
H A D | diskmon_conf.h | 206 extern void indaction_free(ind_action_t *lap);
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | tick.c | 44 float lap, use, sys; in tock() local 49 lap = (tp - start)/60.; in tock() 53 lap, use+sys, use, sys); in tock()
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.lex.c | 330 if (lap) { in getC1() 331 if ((c = *lap++) == 0) in getC1() 332 lap = 0; in getC1() 495 if (lap) { in addla() 496 len = strlen_(lap); in addla() 498 (void) strcpy_(buf, lap); in addla() 505 if (lap) { in addla() 509 lap = labuf; in addla()
|
H A D | sh.dol.c | 31 tchar *lap; variable 297 if (lap) { in DgetC() 298 c = *lap++ & (QUOTE|TRIM); in DgetC() 300 lap = 0; in DgetC()
|
H A D | sh.h | 258 extern tchar *lap;
|
/illumos-gate/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 | 470 long_ad_t *lap; in ud_swap_file_entry() local 488 lap = (long_ad_t *)(p->fe_spec + p->fe_len_ear); in ud_swap_file_entry() 490 i++, lap++) in ud_swap_file_entry() 491 ud_swap_long_ad(lap); in ud_swap_file_entry()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 391 struct active *ap, *lap; in waiter() local 401 for (lap = NULL, ap = *alp; ap != NULL; lap = ap, ap = ap->nxt) { in waiter() 409 } else if (lap) { in waiter() 410 lap->nxt = ap->nxt; in waiter()
|
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_cm.h | 485 ibt_cm_lap_rcv_t lap; member
|
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.S | 81 ba,pt %xcc, 1b ! and take another lap.
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.S | 252 ba,pt %xcc, 1b ! and take another lap.
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_sm.c | 7997 event.cm_event.lap.lap_timeout = ibt_ib2usec( in ibcm_cep_state_lap() 8000 ibcm_fill_adds_from_lap(&event.cm_event.lap.lap_alternate_path, in ibcm_cep_state_lap()
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 13144 lap
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 13146 lap
|