/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | ldi.c | 58 struct ldi_ident *lip; /* ldi handle pointer */ member in struct:li_walk 156 if ((mdb_vread(&liwp->lip, sizeof (struct ldi_ident *), 162 wsp->walk_addr = (uintptr_t)liwp->lip; 182 if ((mdb_vread(&liwp->lip, sizeof (struct ldi_ident *), 189 wsp->walk_addr = (uintptr_t)liwp->lip;
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | anal.c | 834 struct fileinfo *fip, *lip; local 848 lip = &lp->f_info[srcdst]; 853 if (lip->f_mode == 0) 861 if (lip->f_d_maj != fip->f_d_maj) 863 if (lip->f_d_min != fip->f_d_min) 865 if (lip->f_ino != fip->f_ino)
|
/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/ |
H A D | roll_log.c | 81 static rl_result_t is_mounted(log_info_t *lip, char *dev); 82 static void cleanup(log_info_t *lip); 83 static rl_result_t make_mp(log_info_t *lip); 84 static rl_result_t rlflush(log_info_t *lip); 85 static rl_result_t rlmount(log_info_t *lip, int mntopt); 86 static rl_result_t rlumount(log_info_t *lip); 157 cleanup(log_info_t *lip) argument 159 if (lip->li_blkname != (char *)NULL) { 160 free(lip->li_blkname); 161 lip 196 is_mounted(log_info_t *lip, char *dev) argument 246 make_mp(log_info_t *lip) argument 346 rlflush(log_info_t *lip) argument 375 rlmount(log_info_t *lip, int mntopt) argument 429 rlumount(log_info_t *lip) argument [all...] |
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2_element.c | 158 ses2_lock_status_impl_t *lip = (ses2_lock_status_impl_t *)esip; local 162 lip->slsi_fail); 164 lip->slsi_ident); 166 lip->slsi_unlocked); 327 ses2_lang_status_impl_t *lip = (ses2_lang_status_impl_t *)esip; local 331 lip->slsi_ident); 333 SCSI_READ16(&lip->slsi_language_code));
|
H A D | ses2_element_ctl.c | 170 ses2_lock_ctl_impl_t *lip; local 174 if ((lip = ses_plugin_ctlpage_lookup(sp, ses_node_snapshot(np), 182 lip->slci_rqst_fail = v; 184 lip->slci_rqst_ident = v; 186 lip->slci_unlock = v; 427 ses2_lang_ctl_impl_t *lip; local 432 if ((lip = ses_plugin_ctlpage_lookup(sp, ses_node_snapshot(np), 440 SCSI_WRITE16(&lip->slci_language_code, v64); 447 lip->slci_rqst_ident = v1; 1529 ses2_lock_ctl_impl_t *lip local 1661 ses2_lang_ctl_impl_t *lip = data; local [all...] |
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | propfuncs.c | 45 free_props(prop_db_info_t *lip) argument 50 for (; lip != NULL; lip = lip_next) { 51 lip_next = lip->li_nextprop; 52 for (lvp = lip->li_val; lvp != NULL; lvp = lvp_next) { 56 free(lip); 71 prop_db_info_t *lip = listp; local 77 if (lip == NULL || 78 (lip->li_val == NULL && lip 123 prop_db_info_t *lastp = NULL, *lip = listp, *nlip = NULL; local 215 prop_db_info_t *lip = listp; local 262 prop_db_info_t *lip = listp; local 306 prop_db_info_t *lip = NULL; local 397 prop_db_info_t *lip = NULL; local [all...] |
/illumos-gate/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_door.c | 1164 dlmgmt_door_linkprop_init_t *lip = argp; local 1170 if ((linkp = link_by_id(lip->ld_linkid, zoneid)) == NULL) 1180 s = dladm_init_linkprop(dld_handle, lip->ld_linkid, B_TRUE); 1184 lip->ld_linkid, dladm_status2str(s, buf));
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_inode.c | 1621 struct inode *lip = NULL; /* last/previous inode */ local 1625 int lip_held; /* lip needs a VN_RELE() */ 1637 * (lip) is still in the hash chain. This is true because either: 1656 ip = lip->i_forw) { 1665 VN_RELE(ITOV(lip)); 1667 lip = ip; 1727 VN_RELE(ITOV(lip));
|
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | mc5.c | 116 u32 lip[MC5_LIP_NUM_OF_ENTRIES]; member in struct:pemc5 721 qsort(mc5->lip, mc5->lip_index, sizeof(u32), mc5_cmp); 722 filler = mc5->lip[mc5->lip_index - 1]; 725 mc5->lip[i] = filler; 726 mc5_set_lip_entries(mc5, mc5->lip, MC5_LIP_NUM_OF_ENTRIES); 737 int t1_mc5_lip_add_entry(struct pemc5 *mc5, u32 lip) argument 740 mc5->lip[mc5->lip_index++] = lip;
|
/illumos-gate/usr/src/uts/sun4u/lw8/io/ |
H A D | lw8.c | 965 struct led_info *lip; local 973 lip = &fru_led_table[i].led_info[j]; 974 if (lip->id == NULL) 976 if (strncmp(set_ledp->id, lip->id, MAX_ID_LEN) != 0) 1009 struct led_info *lip; local 1022 lip = &fru_led_table[i].led_info[j]; 1023 if (lip->id == NULL) 1025 if (strncmp(get_ledp->id, lip->id, MAX_ID_LEN) != 0) 1053 get_ledp->status = lip->status; 1055 get_ledp->position = lip [all...] |
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu.c | 1084 oplmsu_open_msu(dev_info_t *dip, ldi_ident_t *lip, ldi_handle_t *lhp) argument 1090 rval = ldi_ident_from_dip(dip, lip); 1100 ldi_open_by_dev(&devt, OTYP_CHR, (FREAD|FWRITE), kcred, lhp, *lip); 1104 ldi_ident_release(*lip);
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 177 const lwpsinfo_t *lip, prstatus_t *psp) 244 psp->pr_processor = (short)lip->pr_onpro; 245 psp->pr_bind = (short)lip->pr_bindpro; 302 const lwpsinfo_t *lip, prstatus32_t *psp) 369 psp->pr_processor = (short)lip->pr_onpro; 370 psp->pr_bind = (short)lip->pr_bindpro; 457 old_per_lwp(void *data, const lwpstatus_t *lsp, const lwpsinfo_t *lip) argument 472 mkprstatus(P, lsp, lip, &prstatus); 483 mkprstatus32(P, lsp, lip, &pr32); 508 new_per_lwp(void *data, const lwpstatus_t *lsp, const lwpsinfo_t *lip) argument 176 mkprstatus(struct ps_prochandle *P, const lwpstatus_t *lsp, const lwpsinfo_t *lip, prstatus_t *psp) argument 301 mkprstatus32(struct ps_prochandle *P, const lwpstatus_t *lsp, const lwpsinfo_t *lip, prstatus32_t *psp) argument [all...] |
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_subr.c | 836 struct ud_inode *ip, *lip; local 850 lip = NULL; 852 for (ip = ih->ih_chain[0], lip = NULL; 876 if (lip != NULL) { 877 ITIMES(lip); 878 VN_RELE(ITOV(lip)); 880 lip = ip; 895 if (lip != NULL) { 896 ITIMES(lip); 897 VN_RELE(ITOV(lip)); [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | driver_lyr.c | 225 struct ldi_ident *lip, **lipp, *retlip; local 236 lip = kmem_zalloc(sizeof (*lip), KM_SLEEP); 249 kmem_free(lip, sizeof (struct ldi_ident)); 254 lip->li_next = NULL; 255 lip->li_ref = 1; 256 lip->li_modid = modid; 257 lip->li_major = major; 258 lip->li_dip = dip; 259 lip 271 ident_hold(struct ldi_ident *lip) argument 284 ident_release(struct ldi_ident *lip) argument 1034 ldi_usage_walker_helper(struct ldi_ident *lip, vnode_t *vp, void *arg, int (*callback)(const ldi_usage_t *, void *)) argument 1172 struct ldi_ident *lip; local 1431 ldi_ident_from_mod(struct modlinkage *modlp, ldi_ident_t *lip) argument 1461 ldi_ident_t lip; local 1478 ldi_ident_from_stream(struct queue *sq, ldi_ident_t *lip) argument 1508 ldi_ident_from_dev(dev_t dev, ldi_ident_t *lip) argument 1530 ldi_ident_from_dip(dev_info_t *dip, ldi_ident_t *lip) argument 1553 ldi_ident_from_major(major_t major, ldi_ident_t *lip) argument 1599 struct ldi_ident *lip = (struct ldi_ident *)li; local 1626 struct ldi_ident *lip = (struct ldi_ident *)li; local 1651 struct ldi_ident *lip = (struct ldi_ident *)li; local 1707 struct ldi_ident *lip = handlep->lh_ident; local [all...] |
/illumos-gate/usr/src/uts/common/io/ |
H A D | lofi.c | 3189 struct lofi_ioctl *lip = (struct lofi_ioctl *)arg; local 3200 return (lofi_map_file(dev, lip, 1, rvalp, credp, flag)); 3204 return (lofi_map_file(dev, lip, 0, rvalp, credp, flag)); 3208 return (lofi_unmap_file(lip, 1, credp, flag)); 3212 return (lofi_unmap_file(lip, 0, credp, flag)); 3214 return (lofi_get_info(dev, lip, LOFI_GET_FILENAME, 3217 return (lofi_get_info(dev, lip, LOFI_GET_MINOR, 3245 error = ddi_copyout(&id, &lip->li_id, 3252 return (lofi_get_info(dev, lip, LOFI_CHECK_COMPRESSED,
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 1675 u_32_t *ld, *lm, *lip; local 1683 lip = (u_32_t *)fi; 1691 i = ((*lip & *lm) != *ld); 1693 *lip, *lm, *ld)); 1701 lip++, lm++, ld++; 1702 i |= ((*lip & *lm) != *ld); 1704 *lip, *lm, *ld)); 1708 lip++, lm++, ld++; 1718 i = (*fr->fr_srcfunc)(fr->fr_srcptr, fi->fi_v, lip, fin, ifs); 1721 lip [all...] |
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 267 __u8 lip[16]; member in struct:fw_filter_wr 580 __be32 lip; member in struct:fw_ofld_connection_wr::fw_ofld_connection_le::fw_ofld_connection_leip::fw_ofld_connection_le_ipv4
|