/src/games/hack/ |
hack.objnam.c | 444 static const char *const wrp[] = {"wand", "ring", "potion", "scroll", "gem"}; variable in typeref:typename:const char * const[] 585 int j = strlen(wrp[ii]); 586 if (!strncmp(bp, wrp[ii], j)) { 594 if (!strcmp(p - j, wrp[ii])) {
|
/src/sbin/fsdb/ |
fsdb.c | 147 static void print_blks32(int32_t *buf, int size, uint64_t *blknum, struct wrinfo *wrp); 148 static void print_blks64(int64_t *buf, int size, uint64_t *blknum, struct wrinfo *wrp); 150 uint64_t *blknum, struct wrinfo *wrp); 152 uint64_t *blknum, struct wrinfo *wrp); 567 struct wrinfo wrinfo, *wrp = NULL; local in function:CMDFUNC 579 wrp = &wrinfo; 594 print_blks64(curinode->dp2.di_db, UFS_NDADDR, &blkno, wrp); 596 print_blks32(curinode->dp1.di_db, UFS_NDADDR, &blkno, wrp); 601 &blkno, wrp); 606 print_blks64(curinode->dp2.di_extb, UFS_NXADDR, &blkno, wrp); [all...] |
/src/sys/dev/pci/cxgb/ |
cxgb_sge.c | 1087 struct work_request_hdr *wrp = (struct work_request_hdr *)txd; local in function:write_wr_hdr_sgl 1091 wrp->wr_hi = htonl(F_WR_SOP | F_WR_EOP | V_WR_DATATYPE(1) | 1094 wrp->wr_lo = htonl(V_WR_LEN(flits + sgl_flits) | 1101 struct work_request_hdr *wp = wrp; 1103 wrp->wr_hi = htonl(F_WR_SOP | V_WR_DATATYPE(1) | 1133 wrp = (struct work_request_hdr *)txd; 1134 wrp->wr_hi = htonl(V_WR_DATATYPE(1) | 1136 wrp->wr_lo = htonl(V_WR_LEN(uimin(WR_FLITS, 1142 wrp->wr_hi |= htonl(F_WR_EOP); 1165 struct work_request_hdr *wrp; local in function:t3_encap 1420 struct work_request_hdr *wrp = mtod(m, struct work_request_hdr *); local in function:ctrl_xmit [all...] |