Searched refs:FIND_PARTIAL (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcptab.h72 #define FIND_PARTIAL 0x0001 /* allow partial success */ macro
H A Ddhcp_network.h75 #define FIND_PARTIAL 0x0001 /* allow partial success */ macro
H A Ddhcptab.c191 if ((flags & FIND_PARTIAL) == 0)
207 if ((flags & FIND_PARTIAL) == 0)
224 if ((flags & FIND_PARTIAL) == 0)
264 retval = find_dt(fp, partial ? FIND_PARTIAL : 0, query, count, targetp,
H A Ddhcp_network.c221 if ((flags & FIND_PARTIAL) == 0)
244 if ((flags & FIND_PARTIAL) == 0)
285 retval = find_dn(fp, partial ? FIND_PARTIAL : 0, query, count, targetp,
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcptab.h74 #define FIND_PARTIAL 0x0001 /* allow partial success */ macro
H A Ddhcp_network.h95 #define FIND_PARTIAL 0x0001 /* allow partial success */ macro
H A Ddhcptab.c220 if ((flags & FIND_PARTIAL) == 0)
236 if ((flags & FIND_PARTIAL) == 0)
259 if ((flags & FIND_PARTIAL) == 0)
299 retval = find_dt(fp, partial ? FIND_PARTIAL : 0, query, count, targetp,
H A Ddhcp_network.c292 if ((flags & FIND_PARTIAL) == 0)
314 if ((flags & FIND_PARTIAL) == 0)
355 retval = find_dn(fd, partial ? FIND_PARTIAL : 0, query, count, targetp,
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcptab.h50 #define FIND_PARTIAL 0x0001 /* allow partial success */ macro
H A Ddhcptab.c189 retval = find_dt(fd, partial ? FIND_PARTIAL : 0, query, count, targetp,
255 if ((flags & FIND_PARTIAL) == 0)
268 if ((flags & FIND_PARTIAL) == 0)
274 if ((flags & FIND_PARTIAL) == 0)
291 if ((flags & FIND_PARTIAL) == 0)

Completed in 23 milliseconds