/titanic_50/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_change.c | 64 static chg_info_t chg = { DEFAULTMUTEX, DEFAULTCV, 0, NULL, NULL, NULL, 0 }; variable 185 waiting_list_cleanup(chg_info_t *chg, thread_t tid) in waiting_list_cleanup() argument 189 rc = waiting_list_delete(chg, tid); in waiting_list_cleanup() 191 if (rc == CHG_SUCCESS && chg->chg_w_first == NULL) { in waiting_list_cleanup() 192 free(chg->chg_data); in waiting_list_cleanup() 193 chg->chg_data = NULL; in waiting_list_cleanup() 194 chg->chg_wakeup = 0; in waiting_list_cleanup() 340 (void) mutex_lock(&chg.chg_lock); in chg_get_statusChange() 343 rc = waiting_list_add(&chg, nscd_pid, this_tid, &wl); in chg_get_statusChange() 346 while (!chg.chg_wakeup) { in chg_get_statusChange() [all …]
|
/titanic_50/usr/src/lib/libadm/common/ |
H A D | putdev.c | 855 struct devtabent *chg; /* Changes to make to description */ in _moddevtabrec() local 875 if (chg = mkdevtabent(device, attrval)) { in _moddevtabrec() 878 if (chg->cdevice) { in _moddevtabrec() 880 ent->cdevice = chg->cdevice; in _moddevtabrec() 881 chg->cdevice = NULL; in _moddevtabrec() 885 if (chg->bdevice) { in _moddevtabrec() 887 ent->bdevice = chg->bdevice; in _moddevtabrec() 888 chg->bdevice = NULL; in _moddevtabrec() 892 if (chg->pathname) { in _moddevtabrec() 894 ent->pathname = chg->pathname; in _moddevtabrec() [all …]
|
/titanic_50/usr/src/cmd/fs.d/ufs/tunefs/ |
H A D | tunefs.c | 155 char *chg[2]; in main() local 274 chg[FS_OPTSPACE] = "space"; in main() 275 chg[FS_OPTTIME] = "time"; in main() 276 if (strcmp(optarg, chg[FS_OPTSPACE]) == 0) in main() 278 else if (strcmp(optarg, chg[FS_OPTTIME]) == 0) in main() 286 name, chg[i]); in main() 291 name, chg[sblock.fs_optim], chg[i]); in main()
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.c | 63 static ns_conn_mgmt_t *proc_server_change(ns_server_status_change_t *chg, 1990 proc_server_change(ns_server_status_change_t *chg, ns_conn_mgmt_t *cmg) in proc_server_change() argument 2000 if (chg->config_changed == B_TRUE) { in proc_server_change() 2011 if ((cnt = chg->num_server) == 0) in proc_server_change() 2017 if (chg->changes[i] != NS_SERVER_DOWN) in proc_server_change() 2019 s = chg->servers[i]; in proc_server_change() 2083 if (chg->changes[i] != NS_SERVER_UP) in proc_server_change() 2085 s = chg->servers[i]; in proc_server_change() 2435 ns_server_status_change_t chg = { 0 }; in get_server_change() local 2452 if (chg.servers != NULL) in get_server_change() [all …]
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | prom_subr.c | 561 int chg, rv; in prom_tree_access() local 571 chg = 1; in prom_tree_access() 573 chg = 0; in prom_tree_access() 574 rv = callback(arg, chg); in prom_tree_access()
|
/titanic_50/usr/src/cmd/hal/probing/storage/ |
H A D | probe-storage.c | 268 int chg; in check_floppy() local 270 if ((ioctl(fd, FDGETCHANGE, &chg) == 0) && !(chg & FDGC_CURRENT)) { in check_floppy() 271 *wprot = ((chg & FDGC_CURWPROT) != NULL); in check_floppy()
|
/titanic_50/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi.h | 238 #define GLTSD_CHANGEABLE(chg) ((chg).gltsd == 1) argument
|
/titanic_50/usr/src/uts/common/io/mii/ |
H A D | mii.c | 840 boolean_t chg; in mii_m_setprop() local 845 chg = fc == ph->phy_en_flowctrl ? B_FALSE : B_TRUE; in mii_m_setprop() 887 if ((rv == 0) && chg) { in mii_m_setprop()
|
/titanic_50/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 6063 int chg; in scsi_device_config() local 6565 chg = ndi_devi_device_insert(child); in scsi_device_config() 6569 chg ? "" : "ed already")); in scsi_device_config() 6574 chg = ndi_devi_device_remove(child); in scsi_device_config() 6580 chg ? "" : "ed already")); in scsi_device_config() 6662 chg = mdi_pi_device_insert(psearch); in scsi_device_config() 6666 chg ? "" : "ed already")); in scsi_device_config() 6668 if (chg) in scsi_device_config() 6676 chg = ndi_devi_device_insert(child); in scsi_device_config() 6681 chg ? "" : "ed already")); in scsi_device_config()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 590 static void detail_fattr4_change(char *msg, fattr4_change chg); 2421 detail_fattr4_change(char *msg, fattr4_change chg) in detail_fattr4_change() argument 2423 sprintf(get_line(0, 0), "%s: 0x%llx", msg, chg); in detail_fattr4_change()
|