HomeSort by: relevance | last modified time | path
    Searched defs:ml (Results 1 - 25 of 108) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/openldap/dist/servers/slapd/back-sock/
modify.c 45 Modifications *ml = op->orm_modlist; local
78 for ( ; ml != NULL; ml = ml->sml_next ) {
79 mod = &ml->sml_mod;
  /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
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
304 *argp++ = ml;
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
modify.c 49 Modifications *ml; local
60 for ( i = 0, ml = op->orm_modlist; ml; i++, ml = ml->sml_next )
72 for ( i = 0, ml = op->orm_modlist; ml; ml = ml->sml_next ) {
73 if ( !isupdate && !get_relax( op ) && ml->sml_desc->ad_type->sat_no_user_mod
    [all...]
  /src/external/lgpl3/gmp/dist/tests/
t-sub.c 34 mp_limb_t want_dh,want_dl, mh,ml, sh,sl; member in struct:__anon23388
53 sub_ddmmss (got_dh,got_dl, data[i].mh,data[i].ml, data[i].sh,data[i].sl);
58 mp_limb_trace (" ml", data[i].ml);
73 mp_limb_t want_dh,want_dl, got_dh,got_dl, mh,ml, sh,sl; local
79 ml = urandom ();
83 refmpn_sub_ddmmss (&want_dh,&want_dl, mh,ml, sh,sl);
85 sub_ddmmss (got_dh,got_dl, mh,ml, sh,sl);
91 mp_limb_trace (" ml", ml);
    [all...]
  /src/external/bsd/am-utils/dist/amd/
restart.c 128 mntlist *ml, *mlp; local
134 for (mlp = ml = read_mtab("restart", mnttab_file_name);
169 free_mntlist(ml);
187 mntlist *ml, *mlp; local
197 for (mlp = ml = read_mtab("restart", mnttab_file_name);
283 free_mntlist(ml);
  /src/lib/libc/citrus/modules/
citrus_mapper_serial.c 114 struct maplink *ml; local
116 while ((ml = SIMPLEQ_FIRST(&sr->sr_mappers)) != NULL) {
118 _mapper_close(ml->ml_mapper);
119 free(ml);
130 struct maplink *ml; local
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
241 struct maplink *ml; local
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_module.c 210 struct netbsd32_modctl_load ml; local
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/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
modify.c 55 Modifications *ml; local
73 for ( i = 0, ml = op->orm_modlist; ml; i++ ,ml = ml->sml_next )
86 for ( i = 0, ml = op->orm_modlist; ml; ml = ml->sml_next ) {
89 if ( !isupdate && !get_relax( op ) && ml->sml_desc->ad_type->sat_no_user_mod
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
modify.c 48 Modifications *ml; local
82 for ( i = 0, ml = op->orm_modlist; ml; i++ ,ml = ml->sml_next )
90 for ( i = 0, ml = op->orm_modlist; ml; ml = ml->sml_next ) {
93 if ( !isupdate && !get_relax( op ) && ml->sml_desc->ad_type->sat_no_user_mod
    [all...]
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
traverse.c 98 mlist_t *ml; local
101 for (ml = this->t_members; ml; ml = ml->ml_next) {
102 if ((rc = tdtraverse(ml->ml_type, &ml->ml_type, tdtd)) < 0)
fixup_tdescs.c 67 mlist_t *ml; local
74 for (ml = str->t_members; ml; ml = ml->ml_next) {
75 if (streq(ml->ml_name, mems[i]))
78 if (!ml)
81 if (ml->ml_type->t_type != POINTER || ml->ml_type->t_name ||
82 ml->ml_type->t_tdesc->t_type != POINTER |
118 mlist_t *ml; local
209 mlist_t *ml, *lml; local
    [all...]
  /src/sys/kern/
sys_module.c 271 modctl_load_t ml; local
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/external/bsd/openldap/dist/contrib/slapd-modules/emptyds/
emptyds.c 145 Modifications **mlp, **nextp = NULL, *ml; local
153 ml = op->ora_modlist;
155 ap = nexta, a = *ap, mlp = nextp, ml = ml ? *mlp : NULL ) {
160 if ( ml ) {
161 nextp = &ml->sml_next;
168 remaining = remove_empty_values( &ml->sml_mod, a );
178 if ( ml ) {
179 *mlp = ml->sml_next;
180 ml->sml_next = NULL
200 Modifications **mlp, **nextp, *ml; local
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
pguid.c 87 Modifications *ml; local
92 for ( ml = op->ora_modlist; ml != NULL; ml = ml->sml_next ) {
93 if ( ml->sml_mod.sm_desc == slap_schema.si_ad_entryUUID ) {
98 if ( ml == NULL ) {
99 ml = op->ora_modlist;
114 mod->sml_next = ml->sml_next;
115 ml->sml_next = mod
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/usn/
usn.c 95 Modifications *ml, *mod = ch_calloc( sizeof( Modifications ), 1 ); local
96 for ( ml = op->orm_modlist; ml && ml->sml_next; ml = ml->sml_next );
97 ml->sml_next = mod;
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
log.c 131 Modifications *ml; local
141 for ( ml = modlist; ml != NULL; ml = ml->sml_next ) {
142 Modification *mod = &ml->sml_mod;
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
modify.c 87 Modifications *ml; local
104 for ( ml = modlist; ml != NULL; ml = ml->sml_next ) {
106 mod = &ml->sml_mod;
136 for ( ml = modlist; ml != NULL; ml = ml->sml_next )
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
collect.c 324 Modifications *ml; local
328 for ( ml = op->orm_modlist; ml != NULL; ml = ml->sml_next) {
344 if (ml->sml_desc == ci->ci_ad[idx]) {
  /src/external/bsd/pcc/dist/pcc/arch/m16c/
local.c 51 TWORD ml; local
87 ml = p->n_left->n_type;
89 if ((ml == CHAR || ml == UCHAR) && l->n_op != ICON)
  /src/external/bsd/pcc/dist/pcc/arch/pdp10/
local.c 59 register int m, ml; local
225 ml = l->n_type;
226 if (m == ml) {
231 if (ml == FLOAT || ml == DOUBLE) {
234 ml = ISUNSIGNED(m) ? UNSIGNED : INT; /* LONG? */
235 r = xbcon(ml == INT ? (int)p->n_left->n_dcon :
237 NULL, ml);
241 if (m == ml) {
  /src/external/bsd/pcc/dist/pcc/arch/vax/
local.c 70 register int ml; local
111 ml = p->n_type;
113 if (ml == INT && l->n_type == UNSIGNED) {
122 } else if (ml != INT && ml != UNSIGNED)
124 l->n_type = ml;

Completed in 38 milliseconds

1 2 3 4 5