| /src/sys/stand/efiboot/ |
| smbios.h | 188 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
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| schema_prep.c | 256 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...] |
| /src/sys/dev/ |
| smbiosvar.h | 193 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
|
| /src/external/mpl/dhcp/dist/common/ |
| options.c | 2376 struct option_cache *oc, *noc; local 2421 noc = (struct option_cache *)0; 2422 if (!option_cache_allocate (&noc, MDL)) 2425 if (!make_concat (&noc -> expression, 2428 option_cache_dereference (&noc, MDL); 2432 if (!make_concat (&noc -> expression, 2435 option_cache_dereference (&noc, MDL); 2452 option_cache_dereference (&noc, MDL); 2456 noc->expression->op = expr_concat_dclist; 2463 option_reference(&(noc->option), oc->option, MDL) [all...] |
| /src/external/mpl/dhcp/dist/server/ |
| dhcp.c | 1196 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 -> data [all...] |