Searched refs:mi (Results 1 - 25 of 167) sorted by path

1234567

/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h136 #define __GNUC_PREREQ__(ma, mi) \
137 (__GNUC__ > (ma) || __GNUC__ == (ma) && __GNUC_MINOR__ >= (mi))
139 #define __GNUC_PREREQ__(ma, mi) 0
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c1765 char mi[MAXPATHLEN]; member in struct:comvars
1823 (void) strlcpy(ip->mi, mapin, sizeof (ip->mi));
1824 (void) strlcpy(mapin, op->mi, sizeof (mapin));
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c227 z_decompress(arg, mi, inlen, mo, outlenp)
229 u_char *mi, *mo;
237 rptr = mi;
260 state->strm.avail_in = mi + inlen - rptr;
299 z_incomp(arg, mi, mlen)
301 u_char *mi;
311 rptr = mi;
322 rlen = mi + mlen - rptr;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c115 destroy_method_info(method_info_t *mi) argument
117 if (mi == NULL)
120 if (mi->wordexp_arg0_backup != NULL) {
125 free(mi->exec_args_we.we_wordv[0]);
126 mi->exec_args_we.we_wordv[0] =
127 (char *)mi->wordexp_arg0_backup;
130 free(mi->exec_path);
132 wordfree(&mi->exec_args_we);
134 free(mi);
203 method_info_equal(const method_info_t *mi, cons argument
[all...]
H A Dinetd.c244 exec_method(instance_t *instance, instance_method_t method, method_info_t *mi,
2693 exec_method(instance_t *instance, instance_method_t method, method_info_t *mi, argument
2732 (strcmp(mi->exec_args_we.we_wordv[0], "%A") == 0)) {
2735 args = mi->exec_args_we.we_wordv;
2762 ae->adt_inetd_connect.cmd = mi->exec_path;
2909 (void) execve(mi->exec_path, args, env);
2998 method_info_t *mi; local
3016 if ((mi = cfg->methods[method]) == NULL) {
3038 if (restarter_is_null_method(mi->exec_path)) {
3044 if ((sig = restarter_is_kill_method(mi
[all...]
H A Dwait.c232 method_info_t *mi = ins->config->methods[mthd]; local
234 if (mi->timeout > 0) {
237 mi->timeout, method_timeout, me);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c2119 str2dbl(const char *str, const char *what, double mi, double ma) argument
2132 if (val < mi && mi >= 0) {
2133 Fprintf(stderr, "%s: %s must be >= %f\n", prog, what, mi);
2147 str2int(const char *str, const char *what, int mi, int ma) argument
2166 if (val < mi && mi >= 0) {
2167 if (mi == 0) {
2169 prog, what, mi);
2172 prog, what, mi
[all...]
/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c378 struct dk_minfo mi; local
389 if (ioctl(fd, DKIOCGMEDIAINFO, &mi) < 0)
392 secsz = mi.dki_lbsize;
/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c173 MsgID mi = si->top; local
174 while (mi) {
177 if (mi->no_write) {
178 mi = mi->next;
202 makeup_msg(&(mi->msg));
205 mi->id, pquote, mi->msg, pquote);
208 if (mi->line && mi
271 MsgID mi = si->top; local
294 MsgID mi = si->top, newmi, prev = NULL; local
503 MsgID mi = si->top; local
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c3095 hald_exec_method_free_mi (MethodInvocation *mi) argument
3097 /* hald_runner_run_method() assumes ownership of mi->message.. so we don't free it here */
3098 g_free (mi->udi);
3099 g_free (mi->execpath);
3100 g_strfreev (mi->extra_env);
3101 g_free (mi->mstdin);
3102 g_free (mi->member);
3103 g_free (mi->interface);
3104 g_free (mi);
3109 hald_exec_method_do_invocation (MethodInvocation *mi) argument
3158 MethodInvocation *mi; local
3175 hald_exec_method_enqueue(MethodInvocation *mi) argument
3206 MethodInvocation *mi; local
3348 MethodInvocation *mi; local
[all...]
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c445 struct dk_minfo mi; local
516 if (ioctl(rfd, DKIOCGMEDIAINFO, &mi) != -1) {
517 block_size = mi.dki_lbsize;
518 vol_size = mi.dki_capacity * block_size;
/illumos-gate/usr/src/cmd/hal/utils/
H A Dcdutils.c454 struct dk_minfo mi; local
461 if (get_media_info(fd, &mi) && (mi.dki_capacity > 1)) {
462 *capacity = mi.dki_capacity * mi.dki_lbsize;
470 if (get_media_info(fd, &mi)) {
471 *capacity = di.capacity * mi.dki_lbsize;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c749 member_iter_t mi; local
756 mi.mi_cb = cb;
757 mi.mi_arg = data;
758 mi.mi_fp = idp->mci_fp;
760 ret = ctf_member_iter(idp->mci_fp, idp->mci_id, member_iter_cb, &mi);
/illumos-gate/usr/src/cmd/mdb/common/modules/arp/
H A Darp.c35 #include <inet/mi.h>
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c4174 { "mi", ":[-p] [-d | -m]", "filter and display MI object or payload",
4175 mi },
4577 { "mi", "given a MI_O, walk the MI",
H A Dnet.c49 #include <inet/mi.h>
277 mdb_warn("mi doesn't support global walks\n");
330 const size_t mi_pwa_size; /* size of mi payload */
358 mdb_warn("can't read address of mi head at %p for %s",
368 if (mdb_pwalk("genunix`mi", wsp->walk_callback,
370 mdb_warn("failed to walk genunix`mi");
503 mi(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
530 mdb_warn("failed to read mi object MI_O at %p", addr);
1245 mac_impl_t mi; member in struct:__anon914
1297 if (mdb_vread(&args->mi, sizeo
[all...]
H A Dnet.h52 extern int mi(uintptr_t, uint_t, int, const mdb_arg_t *);
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c43 #include <inet/mi.h>
1643 * The code in common/inet/mi.c allocates an extra word to store the
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3929 * <----------- mi.malloc_size --->
3938 * mi.malloc_size is the actual size passed to umem_alloc(), which
4076 umem_malloc_info_t mi; local
4096 bzero(&mi, sizeof (mi));
4097 mi.um_bucket = mdb_zalloc((UMI_MAX_BUCKET + 1) * sizeof (*mi.um_bucket),
4101 &mi) == -1) {
4109 mdb_printf("%d\t%d\n", i, mi.um_bucket[i]);
4114 umem_malloc_print_dist(mi
4143 umem_malloc_info_t mi; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c1063 mac_impl_t mi; local
1075 if (mdb_vread(&mi, sizeof (mac_impl_t), wsp->walk_addr) == -1) {
1083 mgp = (uintptr_t)mi.mi_rx_groups;
1096 mgp = (uintptr_t)mi.mi_tx_groups;
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c897 struct module_info mi; local
905 if (mdb_vread(&mi, sizeof (mi), (uintptr_t)qi.qi_minfo) == -1) {
910 if (mdb_readstr(buf, nbytes, (uintptr_t)mi.mi_idname) <= 0) {
911 mdb_warn("failed to read mi_idname at %p", mi.mi_idname);
/illumos-gate/usr/src/cmd/modload/
H A Dmodinfo.c65 static void print_info(struct modinfo *mi);
66 static void print_cinfo(struct modinfo *mi);
154 print_cinfo(struct modinfo *mi) argument
156 (void) printf("%3d %10d %-32s", mi->mi_id, mi->mi_loadcnt, mi->mi_name);
158 mi->mi_state & MI_LOADED ? "LOADED" : "UNLOADED",
159 mi->mi_state & MI_INSTALLED ? "INSTALLED" : "UNINSTALLED");
172 print_info(struct modinfo *mi) argument
178 if (n > 0 && mi
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconvtime.c132 int wk, dy, hr, mi, se;
142 mi = intvl % 60;
168 hr, mi, se);
191 if (mi > 0)
193 (void) sm_snprintf(p, SPACELEFT(buf, p), ", %d minute%s", mi,
194 PLURAL(mi));
131 int wk, dy, hr, mi, se; local
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Darcs.c242 mod_info_t *mi; local
248 for (mi = &modules; mi; mi = mi->next) {
249 for (nlp = mi->nl; nlp < mi->npe; nlp++) {
276 for (mi = &modules; mi; mi
578 mod_info_t *mi; local
[all...]
H A Dgprof.c234 mod_info_t *mi; local
257 for (mi = &modules; mi; mi = mi->next) {
258 for (nlp = mi->nl; nlp < mi->npe; nlp++) {
293 prof_func.topc = mi->load_base +
294 (nlp->value - mi->txt_origin);
311 } /* for mi
367 mod_info_t *mi; local
410 mod_info_t *mi; local
491 mod_info_t *mi; local
861 mod_info_t *mi; local
931 mod_info_t *mi; local
1063 mod_info_t *mi, *last, *new_module; local
1252 mod_info_t *mi; local
[all...]

Completed in 709 milliseconds

1234567