/src/games/hack/ |
def.eshk.h | 83 struct bill_x bill[BILLSZ]; member in struct:eshk
|
def.eshk.h | 83 struct bill_x bill[BILLSZ]; member in struct:eshk
|
hack.shk.c | 162 * Descriptor of current shopkeeper. Note that the bill need not be 166 static struct bill_x *bill; variable in typeref:struct:bill_x * 168 struct obj *billobjs; /* objects on bill with bp->useup */ 206 bill = (struct bill_x *) - 1000; /* dump core when 216 bill = &(ESHK(shopkeeper)->bill[0]); 250 struct bill_x *bp = bill; 359 bill = &(ESHK(shopkeeper)->bill[0]); 376 bill = (struct bill_x *) - 1000; /* dump core when referenced * [all...] |
hack.shk.c | 162 * Descriptor of current shopkeeper. Note that the bill need not be 166 static struct bill_x *bill; variable in typeref:struct:bill_x * 168 struct obj *billobjs; /* objects on bill with bp->useup */ 206 bill = (struct bill_x *) - 1000; /* dump core when 216 bill = &(ESHK(shopkeeper)->bill[0]); 250 struct bill_x *bp = bill; 359 bill = &(ESHK(shopkeeper)->bill[0]); 376 bill = (struct bill_x *) - 1000; /* dump core when referenced * [all...] |
/src/sys/dev/ic/ |
isp.c | 2307 isp_pdb_24xx_t bill; member in union:isp_getpdb::__anonbd0553a1020a 2339 isp_get_pdb_24xx(isp, fcp->isp_scratch, &un.bill); 2340 pdb->handle = un.bill.pdb_handle; 2341 pdb->s3_role = un.bill.pdb_prli_svc3; 2342 pdb->portid = BITS2WORD_24XX(un.bill.pdb_portid_bits); 2343 ISP_MEMCPY(pdb->portname, un.bill.pdb_portname, 8); 2344 ISP_MEMCPY(pdb->nodename, un.bill.pdb_nodename, 8); 2347 chan, pdb->portid, un.bill.pdb_flags, 2348 un.bill.pdb_curstate); 2349 if (un.bill.pdb_curstate < PDB2400_STATE_PLOGI_DONE | [all...] |
isp.c | 2307 isp_pdb_24xx_t bill; member in union:isp_getpdb::__anonbd0553a1020a 2339 isp_get_pdb_24xx(isp, fcp->isp_scratch, &un.bill); 2340 pdb->handle = un.bill.pdb_handle; 2341 pdb->s3_role = un.bill.pdb_prli_svc3; 2342 pdb->portid = BITS2WORD_24XX(un.bill.pdb_portid_bits); 2343 ISP_MEMCPY(pdb->portname, un.bill.pdb_portname, 8); 2344 ISP_MEMCPY(pdb->nodename, un.bill.pdb_nodename, 8); 2347 chan, pdb->portid, un.bill.pdb_flags, 2348 un.bill.pdb_curstate); 2349 if (un.bill.pdb_curstate < PDB2400_STATE_PLOGI_DONE | [all...] |