/src/sys/arch/macppc/stand/ofwboot/ |
alloc.c | 87 * Each block actually has ALIGN(struct ml) + ALIGN(size) bytes allocated 90 * 0 ... (sizeof(struct ml) - 1) 93 * sizeof(struct ml) ... (ALIGN(sizeof(struct ml)) - 1) 97 * ALIGN(sizeof(struct ml)) ... (ALIGN(sizeof(struct ml)) + 103 * However, note that ALIGN(sizeof(struct ml)) + ALIGN(data size) must 111 struct ml { struct 113 LIST_ENTRY(ml) list; 116 LIST_HEAD(, ml) freelist = LIST_HEAD_INITIALIZER(freelist) [all...] |
/src/sys/arch/shark/stand/ofwboot/ |
alloc.c | 88 * Each block actually has ALIGN(struct ml) + ALIGN(size) bytes allocated 91 * 0 ... (sizeof(struct ml) - 1) 94 * sizeof(struct ml) ... (ALIGN(sizeof(struct ml)) - 1) 98 * ALIGN(sizeof(struct ml)) ... (ALIGN(sizeof(struct ml)) + 104 * However, note that ALIGN(sizeof(struct ml)) + ALIGN(data size) must 112 struct ml { struct 114 LIST_ENTRY(ml) list; 117 LIST_HEAD(, ml) freelist = LIST_HEAD_INITIALIZER(freelist) [all...] |
/src/sys/arch/sparc/stand/ofwboot/ |
alloc.c | 88 * Each block actually has ALIGN(struct ml) + ALIGN(size) bytes allocated 91 * 0 ... (sizeof(struct ml) - 1) 94 * sizeof(struct ml) ... (ALIGN(sizeof(struct ml)) - 1) 98 * ALIGN(sizeof(struct ml)) ... (ALIGN(sizeof(struct ml)) + 104 * However, note that ALIGN(sizeof(struct ml)) + ALIGN(data size) must 112 struct ml { struct 114 LIST_ENTRY(ml) list; 117 LIST_HEAD(, ml) freelist = LIST_HEAD_INITIALIZER(freelist) [all...] |
/src/tests/modules/k_helper3/ |
k_helper3.c | 63 modctl_load_t ml; local in function:load 76 ml.ml_filename = filename; 77 ml.ml_flags = 0; 78 ml.ml_props = propsstr; 79 ml.ml_propslen = strlen(propsstr); 84 rv = modctl(MODCTL_LOAD, &ml);
|
/src/usr.bin/telnet/ |
main.c | 295 static char ml[] = "-l"; local in function:main 304 *argp++ = ml;
|
/src/lib/libc/citrus/modules/ |
citrus_mapper_serial.c | 114 struct maplink *ml; local in function:uninit 116 while ((ml = SIMPLEQ_FIRST(&sr->sr_mappers)) != NULL) { 118 _mapper_close(ml->ml_mapper); 119 free(ml); 130 struct maplink *ml; local in function:parse_var 145 ml = malloc(sizeof(*ml)); 146 if (ml == NULL) 148 ret = _mapper_open(ma, &ml->ml_mapper, mapname); 150 free(ml); 219 struct maplink *ml; local in function:_citrus_mapper_serial_mapper_convert 241 struct maplink *ml; local in function:_citrus_mapper_parallel_mapper_convert [all...] |
/src/sys/compat/netbsd32/ |
netbsd32_module.c | 210 struct netbsd32_modctl_load ml; local in function:netbsd32_modctl 226 error = copyin(arg, &ml, sizeof(ml)); 229 error = handle_modctl_load(NETBSD32PTR64(ml.ml_filename), 230 ml.ml_flags, NETBSD32PTR64(ml.ml_props), ml.ml_propslen);
|
/src/sys/kern/ |
sys_module.c | 271 modctl_load_t ml; local in function:sys_modctl 282 error = copyin(arg, &ml, sizeof(ml)); 285 error = handle_modctl_load(ml.ml_filename, ml.ml_flags, 286 ml.ml_props, ml.ml_propslen);
|
/src/tests/modules/ |
t_modctl.c | 274 modctl_load_t ml; local in function:load 291 ml.ml_filename = filename; 292 ml.ml_flags = 0; 293 ml.ml_props = propsstr; 294 ml.ml_propslen = strlen(propsstr); 299 if (modctl(MODCTL_LOAD, &ml) == -1) {
|
/src/usr.bin/systat/ |
bufcache.c | 130 struct ml_entry *ml; local in function:showbufcache 187 for (i = lastrow, ml = LIST_FIRST(&mount_list); ml != NULL; 188 i++, ml = LIST_NEXT(ml, ml_entries)) { 190 int cnt = ml->ml_count; 191 double v = ml->ml_valid; 192 double s = ml->ml_size; 196 mvwprintw(wnd, i, 0, "%-20.20s", ml->ml_addr == NULL ? 197 "NULL" : ml->ml_mount.mnt_stat.f_mntonname) 256 struct ml_entry *ml; local in function:fetchbufcache 366 struct ml_entry *ml; local in function:ml_init 416 struct ml_entry *ml; local in function:ml_lookup [all...] |
/src/usr.sbin/ldpd/ |
conffile.c | 312 int ml = atoi(line); local in function:Fminlabel 313 if (ml <= 0) 315 min_label = ml; 322 int ml = atoi(line); local in function:Fmaxlabel 323 if (ml <= 0) 325 max_label = ml;
|
/src/sys/arch/amiga/amiga/ |
amiga_init.c | 223 struct boot_memlist *ml; local in function:start_c 283 ml = &RELOC(*(struct boot_memlist *)end_loaded, struct boot_memlist); 285 m_seg[ml->m_nseg]); 291 if (ml->m_nseg > 0 && ml->m_nseg < 16 && RELOC(use_z2_mem, int)) { 294 sp = ml->m_seg; 295 esp = sp + ml->m_nseg;
|
/src/games/hack/ |
hack.mon.c | 850 int ml = mdat->mlevel; local in function:killed 855 for (tmp2 = 0; !tmp2 || ul + tmp2 <= ml; tmp2++) 861 tmp2 = ml - ul - 1;
|
/src/bin/sh/ |
exec.c | 1152 int ml = 0; local in function:typecmd 1158 ml = 1; 1163 if (ml && *argptr != NULL)
|
/src/usr.bin/rump_allserver/ |
rump_allserver.c | 407 struct rump_modctl_load ml; local in function:main 414 memset(&ml, 0, sizeof(ml)); 415 ml.ml_filename = ETFSKEY; 420 if (rump_sys_modctl(RUMP_MODCTL_LOAD, &ml) == -1)
|
/src/sys/dev/pci/ |
xmm7360.c | 2950 struct mbuf_list ml = MBUF_LIST_INITIALIZER(); local in function:xmm7360_os_handle_net_frame 2951 ml_enqueue(&ml, m); 2952 if_input(ifp, &ml);
|
if_vmx.c | 3652 uint32_t ml, mh; local in function:vmxnet3_set_lladdr 3654 ml = sc->vmx_lladdr[0]; 3655 ml |= sc->vmx_lladdr[1] << 8; 3656 ml |= sc->vmx_lladdr[2] << 16; 3657 ml |= sc->vmx_lladdr[3] << 24; 3658 vmxnet3_write_bar1(sc, VMXNET3_BAR1_MACL, ml); 3668 uint32_t ml, mh; local in function:vmxnet3_get_lladdr 3670 ml = vmxnet3_read_cmd(sc, VMXNET3_CMD_GET_MACL); 3673 sc->vmx_lladdr[0] = ml; 3674 sc->vmx_lladdr[1] = ml >> 8 [all...] |
/src/sys/net/ |
zlib.c | 5445 uInt ml; /* mask for literal/length tree */ local in function:inflate_fast 5455 ml = inflate_mask[bl]; local in function:inflate_fast 5462 if ((e = (t = tl + ((uInt)b & ml))->exop) == 0)
|