Searched refs:ohp (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/mail/ |
H A D | pushlist.c | 40 struct hdrs *nhp, *ohp, *nextcont; local 64 ohp = (where == HEAD ? hdrlines[hdrtype].head : hdrlines[hdrtype].tail); 73 if (ohp == (struct hdrs *)NULL) { 99 nextcont = ohp; 111 if (ohp == (struct hdrs *)NULL) { 117 nhp->next = ohp; 118 hdrlines[hdrtype].head = ohp->prev = nhp; 121 nhp->prev = ohp; 122 hdrlines[hdrtype].tail = ohp->next = nhp;
|
/titanic_44/usr/src/cmd/audio/audioconvert/ |
H A D | convert.cc | 541 #define RATE_CONV(ihp, ohp) (ihp.sample_rate != ohp.sample_rate) argument 542 #define ENC_CONV(ihp, ohp) ((ihp.encoding != ohp.encoding) || \ argument 544 ohp.samples_per_unit) || \ 545 (ihp.bytes_per_unit != ohp.bytes_per_unit)) 546 #define CHAN_CONV(ihp, ohp) (ihp.channels != ohp.channels) argument
|
/titanic_44/usr/src/cmd/zoneadm/ |
H A D | zfs.c | 1099 zfs_handle_t *ohp; in destroy_zfs() local 1104 if ((ohp = zfs_open(g_zfs, origin, in destroy_zfs() 1106 if (zfs_iter_dependents(ohp, B_TRUE, has_dependent, in destroy_zfs() 1107 NULL) == 0 && zfs_unmount(ohp, NULL, 0) == 0) in destroy_zfs() 1108 (void) zfs_destroy(ohp, B_FALSE); in destroy_zfs() 1109 zfs_close(ohp); in destroy_zfs()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 907 helper_t *hp, *ohp; in dumpsys_get_maxmem() local 1032 ohp = cfg->helper; in dumpsys_get_maxmem() 1048 } else if (ohp->lzbuf != NULL) { in dumpsys_get_maxmem() 1050 hp->page = ohp->lzbuf; in dumpsys_get_maxmem() 1051 ohp->lzbuf = NULL; in dumpsys_get_maxmem() 1052 ++ohp; in dumpsys_get_maxmem()
|