Home
last modified time | relevance | path

Searched refs:mn (Results 1 – 25 of 48) sorted by path

12

/illumos-gate/usr/src/boot/libsa/
H A Dzalloc.c92 MemNode *mn; in znalloc() local
112 for (pmn = &mp->mp_First; (mn = *pmn) != NULL; pmn = &mn->mr_Next) { in znalloc()
152 mn = (MemNode *)((char *)mn + bytes); in znalloc()
155 *pmn = mn; in znalloc()
176 MemNode *mn; in zfree() local
201 for (pmn = &mp->mp_First; (mn = *pmn) != NULL; pmn = &mn->mr_Next) { in zfree()
247 if ((char *)ptr < (char *)mn + mn->mr_Bytes) { in zfree()
312 MemNode *mn; in zallocstats() local
323 if ((char *)mn + mn->mr_Bytes != mp->mp_End) { in zallocstats()
329 ((char *)mn + mn->mr_Bytes); in zallocstats()
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c530 cpywithpad((char *)cd->mn, sizeof(cd->mn), "bhyve-NVMe", ' '); in pci_nvme_init_ctrldata()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c4913 printf("MN %s\n", vpd_data->mn); in view_vpd_data()
/illumos-gate/usr/src/cmd/devfsadm/
H A Daudio_link.c153 char *mn; in sndstat_process() local
155 mn = di_minor_name(minor); in sndstat_process()
181 char *mn; in audio_process() local
198 mn = di_minor_name(minor); in audio_process()
214 mn = base; in audio_process()
220 driver = mn; in audio_process()
222 mn = tmp + 1; in audio_process()
227 mn += sizeof ("audio") - 1; in audio_process()
231 for (i = strlen(mn); i; i--) { in audio_process()
232 if (!isdigit(mn[i - 1])) in audio_process()
[all …]
H A Dcfg_link.c172 char *c_num = NULL, *devfs_path, *mn; in scsi_cfg_creat_cb() local
179 mn = di_minor_name(minor); in scsi_cfg_creat_cb()
186 (void) strcat(path, mn); in scsi_cfg_creat_cb()
H A Ddevfsadm.c1816 char *mn; in check_minor_type() local
1825 mn = di_minor_name(minor); in check_minor_type()
1834 (dcip->dci_minor && strcmp(mn, dcip->dci_minor)))) { in check_minor_type()
H A Ddisk_link.c512 char *mn; in disk_common() local
523 mn = di_minor_name(minor); in disk_common()
524 if (strstr(mn, ",raw")) { in disk_common()
527 (void) strncpy(mn_copy, mn, 4); in disk_common()
533 part = mn; in disk_common()
558 if (mn[0] < 'q') { in disk_common()
599 if (*mn == *(MN_SMI) || (strncmp(mn, MN_EFI, 2) == 0)) { in disk_common()
659 char *buf, *mn; in diskctrl() local
668 mn = di_minor_name(minor); in diskctrl()
675 (void) strcat(path, mn); in diskctrl()
[all …]
H A Dfssnap_link.c57 char mn[MAXNAMELEN + 1]; in fssnap() local
62 (void) strcpy(mn, di_minor_name(minor)); in fssnap()
64 if (strcmp(mn, "ctl") == 0) { in fssnap()
73 if (strcmp(mn, blkname) == 0) { in fssnap()
76 } else if (strcmp(mn, rawname) == 0) { in fssnap()
H A Dlofi_link.c82 char mn[MAXNAMELEN + 1]; in lofi() local
85 (void) strcpy(mn, di_minor_name(minor)); in lofi()
87 if (strcmp(mn, "ctl") == 0) { in lofi()
92 if (strcmp(mn, LOFI_BLOCK_NODE) == 0) { in lofi()
95 } else if (strcmp(mn, LOFI_CHAR_NODE) == 0) { in lofi()
H A Dmisc_link.c276 char *mn = di_minor_name(minor); in display() local
280 (void) strcat(l_path, mn); in display()
406 char *mn = di_minor_name(minor); in minor_name() local
409 if (strcmp(mn, "icmp") == 0) { in minor_name()
412 if (strcmp(mn, "icmp6") == 0) { in minor_name()
415 if (strcmp(mn, "ipf") == 0) { in minor_name()
494 char *mn; in printer_create() local
498 mn = di_minor_name(minor); in printer_create()
534 char *mn; in se_hdlc_create() local
536 mn = di_minor_name(minor); in se_hdlc_create()
[all …]
H A Dport_link.c321 char *devfspath, *buf, *mn; in dialout_create() local
329 if ((mn = di_minor_name(minor)) == NULL) { in dialout_create()
336 if (!is_dialout(mn)) { in dialout_create()
338 modname, devfspath, mn); in dialout_create()
345 (void) strcat(p_path, mn); in dialout_create()
526 char *devfspath, *buf, *mn; in onbrd_dialout_create() local
534 if ((mn = di_minor_name(minor)) == NULL) { in onbrd_dialout_create()
544 if (!is_dialout(mn)) { in onbrd_dialout_create()
546 modname, devfspath, mn); in onbrd_dialout_create()
553 (void) strcat(p_path, mn); in onbrd_dialout_create()
[all …]
H A Dsgen_link.c189 char *buf, *mn; in find_ctrlr() local
198 mn = di_minor_name(minor); in find_ctrlr()
205 (void) strcat(path, mn); in find_ctrlr()
H A Dsmp_link.c67 char *mn; in smp_callback() local
71 mn = di_minor_name(minor); in smp_callback()
77 (void) strcat(l_path, mn); in smp_callback()
H A Dtape_link.c65 char *mn; in tape_process() local
69 mn = di_minor_name(minor); in tape_process()
72 if ((mn != NULL) && (*mn >= '0') && (*mn <= '9')) { in tape_process()
84 (void) strcat(l_path, mn); in tape_process()
98 (void) strcat(l_path, mn); in tape_process()
H A Dzfs_link.c56 char mn[MAXNAMELEN + 1]; in zfs() local
58 (void) strcpy(mn, di_minor_name(minor)); in zfs()
60 if (strcmp(mn, ZFS_DRIVER) == 0) { in zfs()
/illumos-gate/usr/src/cmd/devfsadm/i386/
H A Dmisc_link_i386.c179 char *mn = di_minor_name(minor); in diskette() local
185 if (strcmp(mn, "c") == 0) { in diskette()
196 if (strcmp(mn, "c") == 0) { in diskette()
269 char *mn = di_minor_name(minor); in serial() local
273 (void) strcat(link, mn); in serial()
276 if (strcmp(mn, "a") == 0) { in serial()
279 } else if (strcmp(mn, "b") == 0) { in serial()
282 } else if (strcmp(mn, "c") == 0) { in serial()
285 } else if (strcmp(mn, "d") == 0) { in serial()
300 char *mn = di_minor_name(minor); in serial_dialout() local
[all …]
/illumos-gate/usr/src/cmd/devfsadm/sparc/
H A Dmisc_link_sparc.c87 char *mn = di_minor_name(minor); in ddi_other() local
93 (void) strcat(path, mn); in ddi_other()
107 char *mn = di_minor_name(minor); in diskette() local
112 if (strcmp(mn, "c") == 0) { in diskette()
116 } else if (strcmp(mn, "c,raw") == 0) { in diskette()
206 char *mn; in starcat_sbbc_node() local
209 mn = di_minor_name(minor); in starcat_sbbc_node()
210 (void) devfsadm_mklink(mn, node, minor, 0); in starcat_sbbc_node()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c953 char *mn; local
967 sm_free(mn);
1008 mn);
1009 sm_free(mn);
1020 mn);
1033 sm_free(mn);
1050 sm_free(mn);
1066 mn);
1067 sm_free(mn);
1077 mn);
[all …]
/illumos-gate/usr/src/cmd/troff/
H A Dn3.c282 filep finds(mn) in finds() argument
283 int mn; in finds()
290 oldmn = findmn(mn);
324 contab[i].rq = mn;
/illumos-gate/usr/src/cmd/vtfontcvt/
H A Dvtfontcvt.c621 struct mapping *mn, *mp, *mbase; in fold_mappings() local
624 for (mp = mbase = TAILQ_FIRST(ml); mp != NULL; mp = mn) { in fold_mappings()
625 mn = TAILQ_NEXT(mp, m_list); in fold_mappings()
626 if (mn != NULL && mn->m_char == mp->m_char + 1 && in fold_mappings()
627 mn->m_glyph->g_index == mp->m_glyph->g_index + 1) in fold_mappings()
630 mbase = mp = mn; in fold_mappings()
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c595 register const char *mn; local
614 mn = "???";
615 else mn = mon_name[timeptr->tm_mon];
617 wn, mn,
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.tab102 mn mongolian
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h998 uint8_t mn[NVME_MODEL_NUMBER_LENGTH]; member
/illumos-gate/usr/src/data/zoneinfo/
H A Dasia2808 # <http://www.mongoliatourism.gov.mn/general.htm> (1999-09)
2837 # Bayankhongor, Övörkhangai, Dundgovi, Dornogovi, Ömnögovi
2860 # http://ubpost.mongolnews.mn/index.php?subaction=showcomments&id=1111634894&archive=&start_from=&u…
2872 # http://www.mongolnews.mn/index.php?module=unuudur&sec=view&id=15742
2909 # http://zasag.mn/news/view/8969
2927 # saving time adoption in Mongolia. Source: http://zasag.mn/news/view/16192
H A Dnorthamerica2452 # https://www.latimes.com/archives/la-xpm-2001-mar-03-mn-32561-story.html

12