Home
last modified time | relevance | path

Searched refs:bep (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dbuffer_list.c106 struct buffer_ent *be_tail = NULL, *bep; in buildbuffer_list() local
132 if (bep = findbuffer(*be_head, lep->le_buffer)) { in buildbuffer_list()
136 if (sep = findsharepnt(bep->be_sharepnt, in buildbuffer_list()
170 bep = (struct buffer_ent *)malloc(sizeof (*bep)); in buildbuffer_list()
171 if (bep == NULL) { in buildbuffer_list()
175 (void) memset(bep, 0, sizeof (*bep)); in buildbuffer_list()
177 bep->be_name = strdup(lep->le_buffer); in buildbuffer_list()
178 if (bep->be_name == NULL) { in buildbuffer_list()
184 *be_head = bep; in buildbuffer_list()
186 be_tail->be_next = bep; in buildbuffer_list()
[all …]
H A Dprocess_buffer.c77 struct buffer_ent *bep, in process_buffer() argument
93 char *bufferpath = bep->be_name; in process_buffer()
118 if (bep->be_error != error) { in process_buffer()
136 ((time(0) - bep->be_lastprocessed) < idle_time)) { in process_buffer()
159 if (bep->be_error != error) { in process_buffer()
167 if (bep->be_error != error) { in process_buffer()
180 error = bep->be_error; in process_buffer()
188 if (error != bep->be_error) { in process_buffer()
209 if (error != bep->be_error) { in process_buffer()
266 error = bep->be_error; in process_buffer()
[all …]
H A Dnfslogd.c113 struct buffer_ent *buffer_list = NULL, *bep, *next; in main() local
436 for (bep = buffer_list; bep != NULL; bep = next) { in main()
437 next = bep->be_next; in main()
439 error = process_buffer(bep, &config_list, in main()
442 if (bep->be_error) { in main()
446 bep->be_name); in main()
449 nfslogtab_remove(&buffer_list, &bep, B_FALSE); in main()
453 bep->be_name, in main()
454 bep->be_sharepnt->se_name, in main()
455 bep->be_sharepnt->se_state, in main()
[all …]
/titanic_44/usr/src/cmd/sgs/link_audit/common/
H A Ddumpbind.c219 binding_entry * bep; in main() local
224 bep = (binding_entry *)((char *)bhp + bep_off); in main()
228 (char *)bhp + bep->be_lib_name, in main()
229 (char *)bhp + bep->be_sym_name, in main()
230 bep->be_count); in main()
232 callcount += bep->be_count; in main()
234 bep_off = bep->be_next; in main()
H A Dbindings.c420 binding_entry * bep; in la_sparcv9_pltenter() local
429 bep = (binding_entry *)((char *)bhp + be_off); in la_sparcv9_pltenter()
430 bep->be_next = 0; in la_sparcv9_pltenter()
431 bep->be_sym_name = sym_off; in la_sparcv9_pltenter()
432 bep->be_lib_name = lib_off; in la_sparcv9_pltenter()
433 bep->be_count = 1; in la_sparcv9_pltenter()
/titanic_44/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_xmit.c680 av1394_it_ixl_begin_t *bep = &itp->it_ixl_begin; in av1394_it_ixl_bld_begin() local
683 bep->be_label.ixl_opcode = IXL1394_OP_LABEL; in av1394_it_ixl_bld_begin()
684 bep->be_label.next_ixlp = (ixl1394_command_t *)&bep->be_empty_pre; in av1394_it_ixl_bld_begin()
686 bep->be_empty_pre.ixl_opcode = IXL1394_OP_SEND_PKT_ST; in av1394_it_ixl_bld_begin()
687 bep->be_empty_pre.size = AV1394_CIPSZ; in av1394_it_ixl_bld_begin()
688 bep->be_empty_pre.ixl_buf._dmac_ll = bp->tb_buf.ixl_buf._dmac_ll; in av1394_it_ixl_bld_begin()
689 bep->be_empty_pre.mem_bufp = bp->tb_buf.mem_bufp; in av1394_it_ixl_bld_begin()
690 bep->be_empty_pre.next_ixlp = (ixl1394_command_t *)&bep->be_store_ts; in av1394_it_ixl_bld_begin()
692 bep->be_store_ts.ixl_opcode = IXL1394_OP_STORE_TIMESTAMP; in av1394_it_ixl_bld_begin()
693 bep->be_store_ts.next_ixlp = (ixl1394_command_t *)&bep->be_cb; in av1394_it_ixl_bld_begin()
[all …]
/titanic_44/usr/src/cmd/svc/configd/
H A Dbackend.c1352 backend_lock(backend_type_t t, int writing, sqlite_backend_t **bep) in backend_lock() argument
1357 *bep = NULL; in backend_lock()
1401 *bep = be; in backend_lock()
1831 sqlite_backend_t **bep) in backend_create() argument
1894 *bep = be; in backend_create()
1903 *bep = NULL; in backend_create()
1938 *bep = NULL; in backend_create()
2024 *bep = NULL; in backend_create()
2031 *bep = be; in backend_create()
2035 *bep = be; in backend_create()
[all …]
/titanic_44/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c2025 mdb_sespec_t *bep = NULL; in kmt_wapt_cont() local
2039 for (bep = mdb_list_next(&t->t_active); bep != NULL; in kmt_wapt_cont()
2040 bep = mdb_list_next(bep)) { in kmt_wapt_cont()
2041 if (kmt_bp_overlap(bep, pc)) { in kmt_wapt_cont()
2042 (void) bep->se_ops->se_disarm(t, bep); in kmt_wapt_cont()
2043 bep->se_state = MDB_TGT_SPEC_ACTIVE; in kmt_wapt_cont()
2055 if (bep != NULL) in kmt_wapt_cont()
2056 mdb_tgt_sespec_arm_one(t, bep); in kmt_wapt_cont()
/titanic_44/usr/src/lib/libbe/common/
H A Dbe_list.c1345 void *bep = NULL; in be_list_alloc() local
1347 bep = calloc(1, size); in be_list_alloc()
1348 if (bep == NULL) { in be_list_alloc()
1354 return (bep); in be_list_alloc()
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c4267 mdb_sespec_t *bep = NULL; in pt_wapt_cont() local
4281 for (bep = mdb_list_next(&t->t_active); bep != NULL; in pt_wapt_cont()
4282 bep = mdb_list_next(bep)) { in pt_wapt_cont()
4283 if (pt_bp_overlap(bep, psp->pr_reg[R_PC])) { in pt_wapt_cont()
4284 (void) bep->se_ops->se_disarm(t, bep); in pt_wapt_cont()
4285 bep->se_state = MDB_TGT_SPEC_ACTIVE; in pt_wapt_cont()
4296 if (bep != NULL) in pt_wapt_cont()
4297 mdb_tgt_sespec_arm_one(t, bep); in pt_wapt_cont()
/titanic_44/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c3670 struct fcp_rsp_info *bep; in sf_reportlun_callback() local
3672 bep = (struct fcp_rsp_info *)(&rsp-> in sf_reportlun_callback()
3675 bep->rsp_code == FCP_NO_FAILURE) { in sf_reportlun_callback()
3743 privp->dest_nport_id, bep->rsp_code, in sf_reportlun_callback()
3977 struct fcp_rsp_info *bep; in sf_inq_callback() local
3979 bep = (struct fcp_rsp_info *)(&rsp-> in sf_inq_callback()
3983 (bep->rsp_code == FCP_NO_FAILURE)) { in sf_inq_callback()
5492 struct fcp_rsp_info *bep; in sf_cmd_callback() local
5494 bep = (struct fcp_rsp_info *) in sf_cmd_callback()
5496 if (bep->rsp_code != FCP_NO_FAILURE) { in sf_cmd_callback()
[all …]
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c6899 struct fcp_rsp_info fcp_rsp_err, *bep; in fcp_scsi_callback() local
7022 bep = (struct fcp_rsp_info *)(fpkt->pkt_resp + in fcp_scsi_callback()
7025 bep = &fcp_rsp_err; in fcp_scsi_callback()
7026 FCP_CP_IN(fpkt->pkt_resp + sizeof (struct fcp_rsp), bep, in fcp_scsi_callback()
7035 if (rsp->fcp_u.fcp_status.rsp_len_set && bep->rsp_code != in fcp_scsi_callback()
7040 bep->rsp_code, rsp->fcp_u.fcp_status.rsp_len_set); in fcp_scsi_callback()
8855 struct fcp_rsp_info *bep; in fcp_complete_pkt() local
8856 bep = (struct fcp_rsp_info *)(cmd->cmd_fcp_rsp + in fcp_complete_pkt()
8880 sizeof (struct fcp_rsp), bep, in fcp_complete_pkt()
8885 if (bep->rsp_code != FCP_NO_FAILURE) { in fcp_complete_pkt()
[all …]