Searched refs:noc (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/stand/efiboot/
H A Dsmbios.h188 uint8_t noc; /* number of contained objects */ member in struct:smbios_board
208 uint8_t noc; /* number of contained objects */ member in struct:smbios_chassis
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dschema_prep.c256 int rc, noc, i; local
260 for( noc=0; values[noc].bv_val != NULL; noc++ ) {
265 socs = slap_sl_malloc( (noc+16) * sizeof( ObjectClass * ), ctx );
268 for( i=0; i<noc; i++ ) {
273 for( i=0; i<noc; i++ ) {
283 for( k=0; k<noc; k++ ) {
292 sizeof( ObjectClass * ) * (noc+2), ctx );
294 assert( k == noc );
[all...]
/netbsd-current/sys/dev/
H A Dsmbiosvar.h193 uint8_t noc; /* number of contained objects */ member in struct:smbios_board
213 uint8_t noc; /* number of contained objects */ member in struct:smbios_chassis
/netbsd-current/external/mpl/dhcp/dist/common/
H A Doptions.c2373 struct option_cache *oc, *noc; local
2418 noc = (struct option_cache *)0;
2419 if (!option_cache_allocate (&noc, MDL))
2422 if (!make_concat (&noc -> expression,
2425 option_cache_dereference (&noc, MDL);
2429 if (!make_concat (&noc -> expression,
2432 option_cache_dereference (&noc, MDL);
2449 option_cache_dereference (&noc, MDL);
2453 noc->expression->op = expr_concat_dclist;
2460 option_reference(&(noc
[all...]
/netbsd-current/external/mpl/dhcp/dist/server/
H A Ddhcp.c1196 struct option_cache *noc = NULL; local
1209 if (option_cache_allocate(&noc, MDL)) {
1211 data_string_copy(&noc->data, &oc->data, MDL);
1213 expression_reference(&noc->expression,
1216 option_reference(&(noc->option), oc->option,
1219 save_option(&dhcp_universe, options, noc);
1220 option_cache_dereference(&noc, MDL);
3309 struct option_cache *noc = (struct option_cache *)0; local
3310 if (option_cache_allocate (&noc, MDL)) {
3312 data_string_copy (&noc
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c1173 int lend = 0, noc = 0; local
1175 while( noc < ncMax-8-1 && !lend ){
1177 int na = (ncMax > SHELL_GULP*4+1 + noc)? SHELL_GULP : (ncMax-1 - noc)/4;
1187 if( !bRC || (noc==0 && nbr==0) ) return 0;
1190 if( nmb != 0 && noc+nmb <= ncMax ){
1191 int iseg = noc;
1192 nmb = WideCharToMultiByte(CP_UTF8, 0, wcBuf,nbr,cBuf+noc,nmb,0,0);
1193 noc += nmb;
1198 if( noc >
[all...]

Completed in 275 milliseconds