/src/sys/dev/microcode/aic7xxx/ |
aicasm_gram.y | 78 static symbol_ref_t allones; 355 | allones 545 allones: label 548 if (allones.symbol != NULL) { 549 stop("Only one definition of allones allowed", 553 allones.symbol = cur_symbol; 1202 format_1_instr(AIC_OP_ADD, &none, &immed, &allones, $2); 1209 format_1_instr(AIC_OP_ADD, &$2, &immed, &allones, $3); 1643 if (src->symbol == allones.symbol)
|
aicasm_gram.y | 78 static symbol_ref_t allones; 355 | allones 545 allones: label 548 if (allones.symbol != NULL) { 549 stop("Only one definition of allones allowed", 553 allones.symbol = cur_symbol; 1202 format_1_instr(AIC_OP_ADD, &none, &immed, &allones, $2); 1209 format_1_instr(AIC_OP_ADD, &$2, &immed, &allones, $3); 1643 if (src->symbol == allones.symbol)
|
/src/usr.sbin/mountd/ |
mountd.c | 223 static int allones(struct sockaddr_storage *, int); 1591 allones(struct sockaddr_storage *ssp, int bitlen) function in typeref:typename:int 2022 if (allones(&ss, grp->gr_ptr.gt_net.nt_len) != 0) {
|
mountd.c | 223 static int allones(struct sockaddr_storage *, int); 1591 allones(struct sockaddr_storage *ssp, int bitlen) function in typeref:typename:int 2022 if (allones(&ss, grp->gr_ptr.gt_net.nt_len) != 0) {
|