HomeSort by: relevance | last modified time | path
    Searched refs:NEED (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/bootp/common/
dovend.c 54 #define NEED(LEN, MSG) do \
75 NEED(6, "to");
85 NEED(6, "sw");
98 NEED((len + 2), "rp");
111 NEED((len + 2), "df");
125 NEED(8, "ds");
133 NEED((len + 2), "dn");
147 NEED(8, "ds");
155 NEED((len + 2), "dn");
167 NEED(8, "ns")
    [all...]
  /src/usr.sbin/bootp/bootpd/
bootpd.c 79 /* Using sigset() avoids the need to re-arm each time. */
733 * The need for the "ex" tag arose out of the need to empty
740 * so I would leave this turned off unless you need it. -gwr
1070 * need to find our own interface address to
1087 /* XXX - No need to set bp_giaddr here. */
1214 #define NEED(LEN, MSG) do \
1335 NEED((len + 3), "ef");
1354 NEED(1, "(end)");
1366 #undef NEED
    [all...]
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5544 #--WE MUST NOW FIND INT(FP2). SINCE WE NEED THIS VALUE IN
5582 #--Then, we need to compute A := R-P and a := r-p
5592 #--Now we need to normalize (A,a) to "new (R,r)" where R+r = A+a but
5595 #--No need to calculate r if this is the last loop
5599 #--Need to calculate r
5975 #--WE MUST NOW FIND INT(FP2). SINCE WE NEED THIS VALUE IN
6013 #--Then, we need to compute A := R-P and a := r-p
6023 #--Now we need to normalize (A,a) to "new (R,r)" where R+r = A+a but
6026 #--No need to calculate r if this is the last loop
6030 #--Need to calculate
    [all...]
fpsp.s 973 # underflow exception. Since this is incorrect, we need to check
1231 # stack an ea. however, we don't need an a7' for this case anyways.
1596 # the extended precision result is still in fp0. but, we need to save it
1741 mov.l EXC_A7(%a6),%a0 # restore a7 whether we need
1764 # the extended precision result is still in fp0. but, we need to save it
1911 # addressing mode was (a7)+. if so, we'll need to shift the
2142 # addressing mode was -(a7). if so, we'll need to shift the
3143 # cause an operr so we don't need to check for them here.
3165 # through here. we simply need to test the sign of the src
3362 # fpsp_unsupp(), then we need to do nothing else for them here.
    [all...]

Completed in 18 milliseconds