/titanic_41/usr/src/uts/common/os/ |
H A D | ndifm.c | 198 ndi_fmcentry_t *fep, *pp; in i_ndi_fmc_destroy() local 205 for (fep = fcp->fc_head; fep != NULL; fep = pp) { in i_ndi_fmc_destroy() 206 pp = fep->fce_next; in i_ndi_fmc_destroy() 207 kmem_cache_free(ndi_fm_entry_cache, fep); in i_ndi_fmc_destroy() 225 ndi_fmcentry_t *fep, **fpp; in ndi_fmc_insert() local 252 fep = kmem_cache_alloc(ndi_fm_entry_cache, KM_NOSLEEP); in ndi_fmc_insert() 253 if (fep == NULL) { in ndi_fmc_insert() 262 fep->fce_bus_specific = bus_specific; in ndi_fmc_insert() 263 fep->fce_resource = resource; in ndi_fmc_insert() 264 fep->fce_next = NULL; in ndi_fmc_insert() [all …]
|
/titanic_41/usr/src/cmd/devfsadm/ |
H A D | devpolicy.c | 111 struct fileentry *fep; in loadprivs() local 119 while ((fep = fgetline(in)) != NULL && fep->entry != NULL) { in loadprivs() 120 line = fep->entry; in loadprivs() 157 struct fileentry *fep; in loadpolicy() local 171 while ((fep = fgetline(in)) != NULL && fep->entry != NULL) { in loadpolicy() 172 line = fep->entry; in loadpolicy() 249 err_print(BAD_ENTRY, fep->startline, in loadpolicy() 250 fep->orgentry); in loadpolicy() 256 if (fep == NULL) { in loadpolicy()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbms/ |
H A D | usbms.c | 628 Firm_event *fep; in usbms_rserv_vuid_event_wheel() local 640 fep = (Firm_event *)tmp->b_wptr; in usbms_rserv_vuid_event_wheel() 641 fep->id = vuid_id_addr(vuid_first(VUID_WHEEL)) | in usbms_rserv_vuid_event_wheel() 643 fep->pair_type = FE_PAIR_NONE; in usbms_rserv_vuid_event_wheel() 644 fep->pair = NULL; in usbms_rserv_vuid_event_wheel() 645 fep->value = mi->mi_z; in usbms_rserv_vuid_event_wheel() 646 fep->time = mi->mi_time; in usbms_rserv_vuid_event_wheel() 682 Firm_event *fep; in usbms_rserv_vuid_button() local 734 fep = (Firm_event *)bp->b_wptr; in usbms_rserv_vuid_button() 735 fep->id = vuid_id_addr( in usbms_rserv_vuid_button() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | options.c | 231 struct filter_entry *fep; in close_service() local 248 sep->se_flist = fep = NULL; in close_service() 250 for (fep = sep->se_flist; fep != NULL; fep = fep->fe_prev) in close_service() 251 if (fep->fe_prev == NULL || fep->fe_prevcopy) { in close_service() 252 fep->fe_prev = NULL; in close_service() 268 if (fep == NULL) { in close_service() 269 sep->se_flist = fep = in close_service() 272 } else if (fep->fe_prev == NULL) { in close_service() 273 fep->fe_prev = in close_service() 275 fep->fe_prevcopy = 1; in close_service() [all …]
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | ms.c | 557 register Firm_event *fep; local 572 fep = (Firm_event *)bp->b_wptr; 573 fep->id = vuid_id_addr(ms->ms_vuidaddr) | 575 fep->pair_type = FE_PAIR_NONE; 576 fep->pair = 0; 579 fep->value = 0; 582 fep->value = 1; 585 fep->time = mi->mi_time; 608 fep = (Firm_event *)bp->b_wptr; 609 fep->id = vuid_id_addr(ms->ms_vuidaddr) | [all …]
|
/titanic_41/usr/src/cmd/modload/ |
H A D | plcysubr.c | 256 fileentry_t *fep; in delete_one_entry() local 311 while ((fep = fgetline(old))) { in delete_one_entry() 319 if (fep->entry == NULL) { in delete_one_entry() 320 (void) fputs(fep->rawbuf, new); in delete_one_entry() 324 tok = fep->entry; in delete_one_entry() 329 (void) fputs(fep->rawbuf, new); in delete_one_entry() 386 put_minor_range(new, fep, tok, tail, in delete_one_entry() 391 put_minor_range(new, fep, tok, tail, in delete_one_entry() 408 (void) fputs(fep->rawbuf, new); in delete_one_entry() 413 if (ferror(new) == 0 && fclose(new) == 0 && fep != NULL) { in delete_one_entry()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | spd.c | 6209 ipsec_fragcache_entry_t *fep; in ipsec_fragcache_uninit() local 6216 fep = (frag->itpf_ptr)[i]; in ipsec_fragcache_uninit() 6217 while (fep != NULL) { in ipsec_fragcache_uninit() 6219 fep = fragcache_delentry(i, fep, frag, ipss); in ipsec_fragcache_uninit() 6268 ipsec_fragcache_entry_t *fep; in ipsec_fragcache_add() local 6366 for (fep = (frag->itpf_ptr)[i]; fep; fep = fep->itpfe_next) { in ipsec_fragcache_add() 6369 if ((fep->itpfe_id == iph->ipha_ident) && in ipsec_fragcache_add() 6370 (fep->itpfe_src == iph->ipha_src) && in ipsec_fragcache_add() 6371 (fep->itpfe_dst == iph->ipha_dst) && in ipsec_fragcache_add() 6372 (fep->itpfe_proto == iph->ipha_protocol)) in ipsec_fragcache_add() [all …]
|
/titanic_41/usr/src/uts/common/io/vuidmice/ |
H A D | vuidps2.c | 161 Firm_event *fep; in vuidmice_send_wheel_event() local 168 fep = (void *)bp->b_wptr; in vuidmice_send_wheel_event() 169 fep->id = vuid_id_addr(vuid_first(VUID_WHEEL)) | in vuidmice_send_wheel_event() 171 fep->pair_type = event_pair_type; in vuidmice_send_wheel_event() 172 fep->pair = event_pair; in vuidmice_send_wheel_event() 173 fep->value = event_value; in vuidmice_send_wheel_event() 174 uniqtime32(&fep->time); in vuidmice_send_wheel_event()
|
H A D | vuidmice.c | 486 Firm_event *fep; in VUID_PUTNEXT() local 498 fep = (void *)bp->b_wptr; in VUID_PUTNEXT() 499 fep->id = vuid_id_addr(VKEY_FIRST) | vuid_id_offset(event_id); in VUID_PUTNEXT() 501 fep->pair_type = event_pair_type; in VUID_PUTNEXT() 502 fep->pair = event_pair; in VUID_PUTNEXT() 503 fep->value = event_value; in VUID_PUTNEXT() 504 uniqtime32(&fep->time); in VUID_PUTNEXT()
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_flow.c | 100 flow_entry_t *fep = ksp->ks_private; in flow_stat_update() local 114 for (i = 0; i < fep->fe_rx_srs_cnt; i++) { in flow_stat_update() 115 mac_srs = (mac_soft_ring_set_t *)fep->fe_rx_srs[i]; in flow_stat_update() 129 mac_srs = (mac_soft_ring_set_t *)fep->fe_tx_srs; in flow_stat_update() 148 flow_stat_create(flow_entry_t *fep) in flow_stat_create() argument 158 ksp = kstat_create_zone("unix", 0, (char *)fep->fe_flow_name, "flow", in flow_stat_create() 164 ksp->ks_private = fep; in flow_stat_create() 165 fep->fe_ksp = ksp; in flow_stat_create() 173 flow_stat_destroy(flow_entry_t *fep) in flow_stat_destroy() argument 175 if (fep->fe_ksp != NULL) { in flow_stat_destroy() [all …]
|
H A D | mac_client.c | 4680 flow_entry_t *fep; in mac_rename_primary() local 4731 fep = cur_clnt->mci_flent; in mac_rename_primary() 4732 mac_rename_flow(fep, cur_clnt->mci_name); in mac_rename_primary()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | consms.c | 969 Firm_event *fep; in consms_new_firm_event() local 973 fep = (Firm_event *)tmp->b_wptr; in consms_new_firm_event() 974 fep->id = id; in consms_new_firm_event() 975 fep->pair_type = FE_PAIR_NONE; in consms_new_firm_event() 976 fep->pair = NULL; in consms_new_firm_event() 977 fep->value = value; in consms_new_firm_event()
|
/titanic_41/usr/src/uts/common/io/pciex/ |
H A D | pcie_fault.c | 2419 ndi_fmcentry_t *fep; in pf_hdl_compare() local 2424 for (fep = fcp->fc_head; fep != NULL; fep = fep->fce_next) { in pf_hdl_compare() 2435 fep->fce_resource) : in pf_hdl_compare() 2437 fep->fce_resource); in pf_hdl_compare() 2442 status = compare_func(dip, fep->fce_resource, in pf_hdl_compare() 2450 ddi_acc_handle_t ap = fep->fce_resource; in pf_hdl_compare() 2457 ddi_dma_handle_t dp = fep->fce_resource; in pf_hdl_compare()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | dnlc.c | 1471 dcfree_t *fep, *fhp; in dnlc_dir_abort() local 1496 fep = fhp->df_next; in dnlc_dir_abort() 1498 fhp = fep; in dnlc_dir_abort()
|