/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, 1072 if ((ret = get_report_lun_data(lap 1061 get_accessible_FCP_dev_ldata( const char *dyncomp, fpcfga_list_t *lap, int *l_errnop) argument 1189 fpcfga_list_t *lap = NULL; local 1338 fpcfga_list_t *lap = NULL; local 1430 do_stat_fca_xport(fpcfga_list_t *lap, int limited_stat, HBA_PORTATTRIBUTES portAttrs) argument 1566 do_stat_fc_dev( const di_node_t node, const char *nodepath, fpcfga_list_t *lap, int limited_stat) argument 1902 fpcfga_list_t *lap = NULL; local 1928 stat_path_info_fc_dev( di_node_t root, fpcfga_list_t *lap, int *l_errnop) argument 2121 stat_path_info_FCP_dev( di_node_t root, fpcfga_list_t *lap, int *l_errnop) argument 2453 do_stat_FCP_dev( const di_node_t node, const char *nodepath, fpcfga_list_t *lap, int limited_stat) argument 2873 init_ldata_for_mpath_dev(di_path_t path, char *pwwn, int *l_errnop, fpcfga_list_t *lap) argument 2974 init_ldata_for_accessible_dev(const char *dyncomp, uchar_t inq_type, fpcfga_list_t *lap) argument 3038 init_ldata_for_accessible_FCP_dev( const char *port_wwn, int num_luns, struct report_lun_resp *resp_buf, fpcfga_list_t *lap, int *l_errnop) argument [all...] |
/illumos-gate/usr/src/cmd/refer/ |
H A D | tick.c | 46 float lap, use, sys; local 51 lap = (tp - start)/60.; 55 lap, use+sys, use, sys);
|
/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; local 323 lap = (scfga_list_t *)arg; 345 lap->l_errno = errno; 346 lap->ret = SCFGA_LIB_ERR; 355 if (!dev_cmp(lap->apidp->hba_phys, nodepath, match_minor)) { 361 if (lap->cmd == SCFGA_STAT_DEV) { 362 assert(lap 417 create_pathinfo_ldata(di_path_t pi_node, scfga_list_t *lap, int *l_errnop) argument 530 scfga_list_t *lap = (scfga_list_t *)arg; local 599 do_stat_bus(scfga_list_t *lap, int limited_bus_stat) argument 697 do_stat_dev( const di_node_t node, const char *nodepath, scfga_list_t *lap, int limited_dev_stat) argument [all...] |
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | pass1.c | 307 register struct long_ad *lap; local 384 lap = &((long_ad_t *)dir_adrlist)[dir_adrindx]; 385 for (i = dir_adrindx; i < dir_naddrs; i++, lap++) { 386 len = EXTLEN(lap->lad_ext_len); 387 type = EXTYPE(lap->lad_ext_len); 392 markbusy(lap->lad_ext_loc, len); 393 if (getallocext(fp, lap->lad_ext_loc, len)) 403 " loc %x len %x\n", lap->lad_ext_loc, 408 (void) printf(" loc %x len %x\n", lap->lad_ext_loc, 409 lap 475 register struct long_ad *lap; local [all...] |
H A D | setup.c | 352 long_ad_t *lap; local 557 lap = (long_ad_t *)&logvp->lvd_lvcu; 558 filesetblock = lap->lad_ext_loc; 559 filesetlen = lap->lad_ext_len; 586 lap = (long_ad_t *)&fileset->fsd_root_icb; 587 rootblock = lap->lad_ext_loc; 588 rootlen = lap->lad_ext_len;
|
/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)); local 229 lap->ind_state = state; 230 lap->ind_name = namep ? dstrdup(namep) : NULL; 231 lap->next = NULL; 232 return (lap); 253 indaction_free(ind_action_t *lap) argument 258 while (lap != NULL) { 259 nextp = lap->next; 260 if (lap->ind_name) 261 dstrfree(lap 688 ind_action_t *lap; local [all...] |
H A D | diskmon_conf.h | 206 extern void indaction_free(ind_action_t *lap);
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.lex.c | 60 * getexcl the variables lap, exclp, and exclnxt are all zero. 324 if (lap) { 325 if ((c = *lap++) == 0) 326 lap = 0; 488 if (lap) { 489 len = strlen_(lap); 491 (void) strcpy_(buf, lap); 498 if (lap) { 502 lap = labuf;
|
H A D | sh.dol.c | 288 if (lap) { 289 c = *lap++ & (QUOTE|TRIM); 291 lap = 0;
|
H A D | sh.h | 275 tchar *lap; variable
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 393 struct active *ap, *lap; local 403 for (lap = NULL, ap = *alp; ap != NULL; lap = ap, ap = ap->nxt) { 411 } else if (lap) { 412 lap->nxt = ap->nxt;
|
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | mkfs.c | 614 long_ad_t *lap; local 816 lap = (long_ad_t *)&lvp->lvd_lvcu; 817 lap->lad_ext_len = FILESETLEN * sectorsize; 819 lap->lad_ext_loc = nextlogblock; 820 lap->lad_ext_prn = 0; 929 lap = (long_ad_t *)&fsp->fsd_root_icb; 930 lap->lad_ext_len = sectorsize; 931 lap->lad_ext_loc = filesetblock + FILESETLEN; 932 lap->lad_ext_prn = 0;
|
H A D | udfslib.c | 472 long_ad_t *lap; local 490 lap = (long_ad_t *)(p->fe_spec + p->fe_len_ear); 492 i++, lap++) 493 ud_swap_long_ad(lap);
|
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_cm.h | 485 ibt_cm_lap_rcv_t lap; member in union:ibt_cm_event_s::__anon7958 524 * LAP_RCV, redirecting the lap request. 543 * has decided to redirect the lap request in response to a CM LAP RCV event.
|
/illumos-gate/usr/src/lib/smhba/common/ |
H A D | SMHBAAPILIB.c | 499 HBA_ALLADAPTERSCALLBACK_ELEM **lap; local 565 lap = &_hbaapi_adapteraddevents_callback_list; 570 lap = &allcbp->next; 584 *lap = allcbp->next; 593 lap = &_smhba_adapteraddevents_callback_list; 598 lap = &allcbp->next; 613 *lap = allcbp->next;
|
/illumos-gate/usr/src/lib/hbaapi/common/ |
H A D | HBAAPILIB.c | 387 HBA_ALLADAPTERSCALLBACK_ELEM **lap; 437 lap = &_hbaapi_adapteraddevents_callback_list; 442 lap = &allcbp->next; 455 *lap = allcbp->next; 386 HBA_ALLADAPTERSCALLBACK_ELEM **lap; local
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.s | 283 ba,pt %xcc, 1b ! and take another lap.
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.s | 102 ba,pt %xcc, 1b ! and take another lap.
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_sm.c | 7911 * input_madp - pointer to incoming lap mad 7963 * lap_msg - lap msg received 8006 event.cm_event.lap.lap_timeout = ibt_ib2usec( 8009 ibcm_fill_adds_from_lap(&event.cm_event.lap.lap_alternate_path, 8454 * lap_msg - lap msg sent earlier 8533 * lap_msg - lap msg sent earlier
|